Jalio Posted April 25, 2012 Report Share Posted April 25, 2012 Hi The error is: 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 'Europe/London' for 'BST/1.0/DST' instead in /var/www/vhosts/skybusvirtual.co.uk/httpdocs/core/classes/CodonCache.class.php on line 201 I'm not to sure in what I even have to do, I go to the directory where it says and the following line reads as follows: $ttl = strtotime(self::$settings['profiles'][$profile]['duration']); Is anyone able to help? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 25, 2012 Report Share Posted April 25, 2012 In local.config.php add date_default_timezone_set('UTC'); at the top. Quote Link to comment Share on other sites More sharing options...
Jalio Posted April 25, 2012 Author Report Share Posted April 25, 2012 In local.config.php add date_default_timezone_set('UTC'); at the top. Thank you Tom, problem solved Quote Link to comment Share on other sites More sharing options...
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.