Joomla white Page

Discussions related with hosting control panels used, which include cPanel, Plesk, Directadmin etc..

Moderator: Staff

Post Reply
sharma
Posts: 0
Joined: Thu Apr 30, 2015 3:21 pm

Joomla white Page

Post 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.


felix

Re: Joomla white Page

Post 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 );


If you are looking for assistance in server management, please get in touch with our support.
Post Reply