date() [function.date]: ERRORPHP LIVE VERSIONS 3.2.1 AND LATER SHOULD NOT BE EFFECTED BY THIS ERROR. Please upgrade to the latest version of PHP Live! Support. For older versions, solution is detailed below. SUMMARY ERROR MESSAGE: date() [function.date]: It is not safe to rely on the system's timezone settings
If you receive the above error message, this is due to latest PHP5 date() function rewrite. To solve this issue, you can edit the php.ini or phplive/system.php.
Solution 1) Editing the php.ini file (recommended): After you set the date.timezone value, you will need to restart your web server.
Solution 2) Editing the phplive/system.php file: If you do not have access to the php.ini file, you can further edit the
system.php file and add the following code at the bottom of the file:
If you continue to receive errors, please Contact Us. |
|

