LCKB
Pls Help Fixed warface web - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: General Support (https://lckb.dev/forum/forumdisplay.php?fid=203)
+------ Forum: Solved topics (https://lckb.dev/forum/forumdisplay.php?fid=159)
+------ Thread: Pls Help Fixed warface web (/showthread.php?tid=3040)



- kimpobin02 - 05-29-2015


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




- Karmel - 05-29-2015



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




- ☣ WARFACE ☣ - 05-29-2015


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:



- kimpobin02 - 05-29-2015



 

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