Write enable and edit the file configuration.php in the main Joomla folder. Make the following changes:Those settings will add more details into error messages, including the name and line number of the PHP script where the error occurs. As long as the PHP extension Xdebug is enabled, the error message is followed by the PHP call stack, a list of functions preceding the error, which will help our volunteer Joomla experts to identify the root cause.
Code:
public $debug = '0';public $error_reporting = 'maximum';
Statistics: Posted by toivo — Thu Aug 29, 2024 9:52 pm