PHP Error – 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.

0 Shares
0
0
0

Search for ‘timezone’ in php.ini file
change
;date.timezone =
to
date.timezone = “America/New_York”
or whatever specific timezone you are in.