Page 2 of 2

Re: Last change of configuration file

Posted: Tue Feb 22, 2011 3:05 pm
by mguthrie
Ok, I think you might have a timezone issue in PHP. I think PHP defaults to either US-Chicago or Los Angeles time if it doesn't have a timezone defined. (This isn't necessary in some releases of PHP, mainly newer versions).

You'll probably have to define your timezone in the /etc/php.ini file.

Add something like:

Code: Select all

date.timezone = Etc/GMT-13
to your /etc/php.ini file
Timezone codes listed at:
http://nz.php.net/manual/en/timezones.php

Once you've set this to your timezone, do:

Code: Select all

service httpd restart

Re: Last change of configuration file

Posted: Wed Feb 23, 2011 7:32 pm
by aels
Hi,
Thank you, I have made the change and will do some testing.
So far it looks much better.
Regards
Anton

Re: Last change of configuration file

Posted: Thu Feb 24, 2011 10:19 am
by mguthrie
If that seems to have fixed the issue, let us know so we can update our documentation and scripts. Thanks!

Re: Last change of configuration file

Posted: Mon Feb 28, 2011 2:02 pm
by aels
Hi,
Yes that seem to be the fix.
It is now much better.
I am seeing something different with the performance graphs, but will open a new thread for that.
Thank you for your help, it is appreciated!
Cheers
Anton

Re: Last change of configuration file

Posted: Mon Feb 28, 2011 2:29 pm
by rdedon
Glad to hear this worked, thanks Anton!