Please post the FPA report so the forum users can review your hosting and Joomla environments.
FPA - Forum Post Assistant - under Forum Rules (red box).
A blank page indicates PHP errors. You need to turn on the Error Reporting (in the Joomla configuration.php file there's a variable for that).
Change public $error_reporting = 'default'; to public $error_reporting = 'maximum';
Additionally, you can turn on debug:
public $debug = false; change to public $debug = true;
Open configuration.php in a text editor. E.g. Windows Notepad (personally I use one called Notepad++).
FPA - Forum Post Assistant - under Forum Rules (red box).
A blank page indicates PHP errors. You need to turn on the Error Reporting (in the Joomla configuration.php file there's a variable for that).
Change public $error_reporting = 'default'; to public $error_reporting = 'maximum';
Additionally, you can turn on debug:
public $debug = false; change to public $debug = true;
Open configuration.php in a text editor. E.g. Windows Notepad (personally I use one called Notepad++).
Statistics: Posted by AMurray — Wed Nov 13, 2024 9:17 pm