Hi, am getting the following in my Apache error file...
Code:
Warning: date(): 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 'PST/-8.0/no DST' instead in [path]/includes/functions.php on line 3648
So I went ahead and set the following in my php.ini file as per
PHP.
Code:
date.timezone = "America/Los_Angeles"
However, as soon as I did that and restarted Apache, Firefox displayed a page stating:
Code:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
I have the following settings in my php.ini.
Code:
zlib.output_compression = Off
Any ideas how a date setting can change the compression setting?