New Zenner
- Join Date:
- Apr 2012
- Posts:
- 6
- Plugin Contributions:
- 0
date.timezone correct in phpinfo(), still shows error
Greetings,
I have read through many posts regarding this subject and am still running into issues. I am getting the dreaded > ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing..
I have set the date.timezone via a PHP.ini file in my root directory. My hosting company requires that I also add an .htaccess file with "SetEnv TZ".
These steps seem to set the datetime and I have confirmed it with "phpinfo();" in the root directory. I has the following entry: > date.timezone America/Los_Angeles America/Los_Angeles
So why am I still seeing an error?
Thanks,
SP