Write-enable and edit the file configuration.php in the main Joomla folder and make the following changes:Those settings will turn on the debug mode and display more detailed PHP error messages and a PHP call stack, should PHP fatal errors occur.
Code:
public $error_reporting = 'maximum';public $debug = true;public $log_everything = 1;
Statistics: Posted by toivo — Sat Aug 10, 2024 7:58 am