It could be a PHP fatal error in some third party extension and a subsequent error in the actual error handling routine.I have a error 500, so I must have a script that loop somewhere...
If you can access the backend of Joomla, set 'Error Reporting' to 'Maximum', turn on the options 'Debug System' and 'Log Almost Everything'.
Otherwise, write-enable the file configuration.php in the main Joomla folder and make the following changes:
Code:
public $debug = true;public $error_reporting = 'maximum';public $log_everything = 1;
Statistics: Posted by toivo — Wed Jan 31, 2024 10:12 pm