Quote:Next thing is that the date() throws errors due to default time zone not being set. I decide to set that in the php.ini so it will be applied globally over the whole ispcp gui
Uncomment date.timezone and put your timezone in /var/www/fcgi/master/php5/php.ini
Code:
date.timezone = "America/New_York"
I'ld suggest to set the timezone systemwide for any php process (including cli calls) to avoid potential problems with e.g. cronjobs. Better add this line into a file placed in /etc/php5/conf.d/ like /etc/php5/conf.d/datetimezone.ini