Hi,
We just upgraded from R1.2 to R1.5 and it lost all it time/date settings, and now it won't send out any email alerts. (but the test email does work).
any one else having the problems?
R1.5
Re: R1.5
You can make sure your system time is accurate with the following commands:
We'll keep our eyes peeled to see if anyone else is experiencing this.
Code: Select all
yum install ntp
ntpdate pool.ntp.orgRe: R1.5
Hi,
I had to reinstall R1.5 because everything I tried didnt work.
However, on the new install the time is wrong again.
i.e. Wed Jul 6 11:30:54 CDT 2011
the time is the uk is 17:35.
I have tried
yum install ntp
ntpdate pool.ntp.org
but it didn't work.
How can I change time zone and getthe right time for the uk?
Thanks,
James
I had to reinstall R1.5 because everything I tried didnt work.
However, on the new install the time is wrong again.
i.e. Wed Jul 6 11:30:54 CDT 2011
the time is the uk is 17:35.
I have tried
yum install ntp
ntpdate pool.ntp.org
but it didn't work.
How can I change time zone and getthe right time for the uk?
Thanks,
James
Re: R1.5
What Linux distro is this on?
You may need to specify your timezone settings in your /etc/php.ini file.
You'll need to either edit or add:
with your appropriate timezone.
http://nz.php.net/manual/en/timezones.php
When you run the "date" command from the command-line, do you get the correct date and time?
You may need to specify your timezone settings in your /etc/php.ini file.
You'll need to either edit or add:
Code: Select all
date.timezone = Etc/GMT-13http://nz.php.net/manual/en/timezones.php
When you run the "date" command from the command-line, do you get the correct date and time?