If it's a complete file, there will already be a line saying:... or whatever timezone the server is configured for.Code:date.timezone=America/New_York
But, since yours is apparently missing it (else the error message wouldn't appear), that line must be missing or has a comment symbol before it to disable it.
So ... add that line to yours. Set to your correct timezone.
More information at http://www.php.net/manual/en/timezones.php


Reply With Quote

