Hello,
I have a rather weird error text at the top of my home page and don't know how to fix the problem. I am unable to login to the administration feature. I get a message that cookies are not enabled when in fact they are. Would someone please visit my site and offer a Solution?
Many thanks
Piwigo version:
PHP version:
MySQL version:
Piwigo URL: http://chemistryonstamps.com
Offline
The error is:
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
You need to set
timezone = Europe/Berlin
(or whatever your timezone is) in the php.ini file.
Offline
Hello Teekay,
Thank you for the rapid response to my question. I've looked on the hosting server under the Piwigo directory and I can not find the php.ini file. I used the provided search box to no avail. Any idea as to how I might locate the ini file? I am in the U.S. so I assume the correct code might look like:
timezone = USA/Eastern
Offline