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 Setup your new SSL Certificate

Setting up your newly purchased SSL Certificate is easy and all automated. However, before you...

Folder and File Permissions

For the security of your websites, these should be your default permission settings:...

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 Install AutoSSL certificate in cPanel

An SSL certificate on your website gives you the padlock icon in your browser, and this encrypts...

How to set a secure password

Your password cannot be too strong, the more complex and long it is, the better! A combination...