Hi,
I'm trying to update from 2.5.9 to 3.2.1 but run into this php timezone setting issue once again. I know there's a lot of info on this subject on this board, but this time I can't fix it. I'm on a clean CentOS 6.5 (Final) server; only updatet the default php version to 5.4.27-1.el6.remi (had to do this to install Chevereto 3.X).
My php.ini file says:
Please help. Thank!
I'm trying to update from 2.5.9 to 3.2.1 but run into this php timezone setting issue once again. I know there's a lot of info on this subject on this board, but this time I can't fix it. I'm on a clean CentOS 6.5 (Final) server; only updatet the default php version to 5.4.27-1.el6.remi (had to do this to install Chevereto 3.X).
My php.ini file says:
in 2.5.9 I had to add this to config.php and that worked:date.timezone = "Europe/Berlin"
in 3.2.1 I added this to chevereto-hook.php:date_default_timezone_set('Europe/Berlin');
But this doesn't work; I can't install 3.2.1date_default_timezone_set('Europe/Berlin');
Please help. Thank!
Last edited: