This error indicates your script is using out-dated PHP commands. It is best to update your script to the latest version. If necessary you may create a php.ini in the folders of the script which includes the following:
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
date.timezone="America/Los_Angeles"
- 103 Users Found This Useful
Related Articles
