Page 1 of 1

Joomla white Page

Posted: Wed Apr 27, 2016 5:51 pm
by sharma
hi,

today when I visited my joomla website, it shows a blank page. No error displayed in the cPanel error log and in the browser itself. How can I troubleshoot such issues?. I have a shared account with my hosting provider.

Re: Joomla white Page

Posted: Wed May 04, 2016 12:28 am
by felix
I would suggest you to open joomla configuration.php file and change

public $error_reporting = 'development';

After that add the following in the last line before the ?>

ini_set('display_errors',true);
error_reporting( E_ALL );