These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for date.timezone issue in php script install on the new forum.
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in PEAR/Validate.php on line 486
I've gone into the virtual host's /etc/php.ini file and specifically uncommented and set this value to:
date.timezone = "America/Vancouver"
and still get the error.
Advice?
Dave
did you restart the web server?
I cross posted to the egroupware users list and got this:
does VM have and/or use a private php.ini? and where is it?
The distro is Centos 5.8
Dave
does VM have and/or use a private php.ini? and where is it?
Indeed it does -- you can edit the php.ini for your Virtual Server in $HOME/etc/php.ini.
-Eric
This is for /etc/php.ini
and this for the relevant /home etc/php5/php.ini
I would expect the local copy to be definitive, is that so?
D