This question has been answered by iusemodx. See the first response.
@ ini_set('date.timezone', 'Europe/Berlin');
Hi Andy,
To setup a modx-page on an "1und1" host just edit the index.php file in the "setup" folder and add this line right before the other "@ ini_set" in the top:
@ ini_set('date.timezone', 'Europe/Berlin');
Just edit your timezone from "Europe/Berlin" to your timezone. After that you should be able to setup your modx.
Jan
Quote from: jdaehne at Oct 02, 2015, 05:15 AMHi Andy,
To setup a modx-page on an "1und1" host just edit the index.php file in the "setup" folder and add this line right before the other "@ ini_set" in the top:
@ ini_set('date.timezone', 'Europe/Berlin');
Just edit your timezone from "Europe/Berlin" to your timezone. After that you should be able to setup your modx.
Jan
i would set this in the php.ini file rather than in the index.php