Remington Box Posted November 7, 2011 Report Posted November 7, 2011 I keep getting this message: Warning: strtotime() [function.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/Chicago' for 'CST/-6.0/no DST' instead in /home/boxcar/public_html/flyeos.com/core/classes/CodonCache.class.php on line 201 How do I fix it? the CodonCache.class.php page has no such information on line 201. Thank you for your help! If it matters, the site is http://www.flyeos.com/index.php Quote
Administrators simpilot Posted November 8, 2011 Administrators Report Posted November 8, 2011 This is generally an error in the php.ini file for setting the server time zone. I would check to see if it is in place or maybe the zone is mis-spelled. Quote
Administrators Nabeel Posted November 8, 2011 Administrators Report Posted November 8, 2011 In your local.config.php add: date_default_timezone_set('TIMEZONE'); Select your timezone from http://us.php.net/ma...nes.america.php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.