Am 08.04.2013 19:54, schrieb Javid Freeman:
I have disabled all plugins and I am getting this error message in the logs:
[08-Apr-2013 10:36:58] PHP Warning: date_default_timezone_get() [<a href='function.date-default-timezone-get'>function.date-default-timezone-get</a>]: 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 in /var/www/roundcube/program/include/rcube_config.php on line 408
this has NOTHING to do with roundcube you should have this setting in php.ini since many years
[root@srv-rhsoft:~]$ cat /etc/php.ini | grep timezone date.timezone = "Europe/Vienna"