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
Premature end of script headers
If you receive an Internal Server Error 500 and checking your log files displays "Premature end...
Internal Server Error with PHPList
PHPList produces internal server error. Checking error logs results in: Invalid command...
phpMyAdmin - Error Incorrect format parameter
When importing a database with PHPMyAdmin I receive the error "Error Incorrect format parameter"....
Test MySQL Connection
The following is a great way to verify a MySQL / MariaDB database connection issue. Create a file...
How do I change my PHP settings?
How do I change my PHP / PHP.INI settings?To change your PHP settings, just login to your hosting...
