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.
Joomla white Page
Moderator: Staff
cPanel Server Management
@ 30$ Onwards
@ 30$ Onwards
Re: Joomla white Page
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 );
public $error_reporting = 'development';
After that add the following in the last line before the ?>
ini_set('display_errors',true);
error_reporting( E_ALL );