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 Install SSL Certificate in cPanel

You can install it yourself from cPanel by following this: Login to cPanel and go to SSL/TLS...

You need to Administer your WordPress sites

WordPress, in particular, powers over 40% of the websites on the internet. This makes it a...

Why do I need SSL on my Website?

It is important that you understand what an SSL Certificate is and how it works before deciding...

How to force SSL/HTTPS with .htaccess

After having SSL enabled for your domain, you may want to route all your traffic to HTTPS rather...

How to use ClamAV Virus Scanner

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