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 !!