Hi!
Contacted my host about this error:
A PHP Error was encountered
Severity: Warning
Message: date_default_timezone_get(): 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 ‘Europe/Berlin’ for ‘CET/1.0/no DST’ instead
Filename: libraries/Core.php
Line Number: 277
They say that date.timezone is not read from expressionengion, but from this
file : /controllers/cp/tools_utilities.php
Have locked from admin in php.info
Here is what it displays:
Default timezone Europe/Berlin
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
How do i fix this error ?