Timezone problem on installation

Tagged:  

Hi,

While I was trying to install Projectpier on the step 2 I get the following error:

Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID 'gmt' is invalid in /var/www/projectpier/public/install/include.php on line 17

If someone can help me I'll be thankful.

Thanks in advance.

Well I digg into the code and I solved the problem, in file /public/install/include.php in line 17 I changed

date_default_timezone_set('gmt');

for:

date_default_timezone_set('GMT');

maybe this should be modified in the release version.

Regards

I had the same problem on a Fedora 11 install with php 5.2.13 - the fix worked