Messages in error_log: Please use the date.timezone setting, PHP Strict Standards: strtotime() [<a href=’function.strtotime’>function.strtotime</a>]: It is not safe to rely on the system’s timezone settings. Please use the date.timezone setting
The default timezone setting in your PHP.INI is not set.
Edit you PHP.INI using your favourite editor eg.
# vi /etc/php.ini
Change this:
[Date] ; Defines the default timezone used by the date functions ; date.timezone =
To this:
[Date] ; Defines the default timezone used by the date functions date.timezone = "Europe/London"
This will resolve the problem.
How to set the default PHP.INI timezone written by UKC average rating 3/5 - 4 user ratings
Dear Sir, thank you for you reply, I did not think we have access to the php.ini where on the server is it kept.
Many thanks
Paul