Welcome to Joomla forum!
A blank page is usually a PHP error while PHP Error Reporting is switched off.
You can display the error that prevents the loading of the page by switching on the error reporting.
Use FTP to change in configurations.php the following settings:
public $error_reporting = 'maximum';
public $debug = false; (or public $debug = 1);
A blank page is usually a PHP error while PHP Error Reporting is switched off.
You can display the error that prevents the loading of the page by switching on the error reporting.
Use FTP to change in configurations.php the following settings:
public $error_reporting = 'maximum';
public $debug = false; (or public $debug = 1);
Statistics: Posted by pe7er — Tue Aug 20, 2024 6:12 pm