Content

There are two ways to enable error reporting in your PHP scripts:

1. You can add the following function in the the script:

error_reporting(E_ALL);

2. You can add the following option in your website’s php.ini file:

error_reporting = E_ALL

Both options will enable reporting for all PHP kinds errors. More on error reporting and its various options can be found in the official PHP documentation.

At XonHost PHP error reporting is enabled by default for all hosting accounts.

Was this article helpful to you?

Hasan Ali

Leave a Reply