Pls Help Fixed warface web
#1

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

#2


date_default_timezone_set('America/Los_Angeles');1. Add this to file what is included to every others, like config.2. Check out this 2

3. Learn PHP

#3

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:
#4


 

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



Forum Jump:


Users browsing this thread: 1 Guest(s)