MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on September 22, 2014, 04:09:13 PM

Title: How To Turn On Error Reporting in Joomla ?
Post by: Dipak Bhoi on September 22, 2014, 04:09:13 PM
Hello Guys,

If your joomla site only showed white, blank pages everywhere and tried all things to display error but no luck then this post will help you out to show errors.

Here is how to do it:

In the configuration.php file, set $error_reporting value to '6135' as below:

Quotevar $error_reporting = '6135';

This is equivalent of E_ALL & ~E_NOTICE, this will show all the errors and  the notices.

Hope this post will help you out and save your time.

Enjoy !!