Posts: 174
Threads: 45
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
How to fixed my error
Error 500
strtotime(): 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 'America/Los_Angeles' for 'PDT/-7.0/DST' instead
Posts: 234
Threads: 35
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
etc/php.ini
set
[Date]
; Defines the default timezone used by the date functions
date.timezone = "America/Los_Angeles"
; Local Variables:
; tab-width: 4
; End:
Posts: 174
Threads: 45
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
etc/php.ini
set
[Date]
; Defines the default timezone used by the date functions
date.timezone = "America/Los_Angeles"
; Local Variables:
; tab-width: 4
; End:
Thank