How to Enable PHP Error Reporting

If your application/script is not working as expected and you're not sure why, a great way to debug this would be to enable error reporting in PHP through your htaccess. Add the following lines to your .htaccess file:  

php_flag display_errors on
php_value error_reporting "E_ALL & ~E_STRICT & ~E_NOTICE"

This will display errors from your PHP sites/applications to help debug any error(s) you're running into.

Was this answer helpful?

Also Read

How to use ClamAV Virus Scanner

To run a virus scan, follow these steps: Log in to cPanel On the Advanced tab of the...

How to Create Sub-Accounts Under my Account

Log in to Core   Navigate to Contacts/Sub-Accounts under Account Add a new...

First time login to Window Server with RDP

If you get the error message the first time you access Windows after installation, your client...

How to Enable Mod_Rewrite Module

In order to enable Mod_Rewrite for your site you should create a text file called .htacccess in...

How to Resolve "cPanel Error: Your IP has Changed".

cPanel will sometimes throw out the error "IP address has changed!" while you're trying to...