I get this error: Warning: date() [function.date]: It is not safe to rely on the system's timezone settings.
In php.ini I have error reporting set as error_reporting = E_ALL & ~E_NOTICE.
Any idea how I can get rid of those warnings?
EDIT:
I want to fix the Error Reporting as there’s other kinds of Warnings showing up.
EDIT 2:
All warnings were date.timezone related.
Thank you.
Find this section in the
php.inifile:Uncomment it (remove the 😉 and change it to be the correct timezone. For a list of supported timezones: http://php.net/manual/en/timezones.php