Jika anda mendapatkan pesan error seperti berikut ini :
A PHP Error was encountered
Severity: Warning Message: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead
Untuk solusinya adalah :
1. Open php.ini (Cth : di fedora ; /etc/php.ini)
2. Cari di dalam file php.ini dengan keyword : date.timezone
format awal :;date.timezone =
ganti menjadiNb : hilangkan komenter listing ";"
date.timezone = "Asia/Jakarta"
3. Save dan lakukan restart apachenya/httpd ( cth : di fedora : service httpd restart )Semoga bermanfaat :D
UPDATE
Jika solusi di atas tidak juga bisa, bisa menambahkan .httacces dengan codephp_value date.timezone Asia/Jakarta