Welcome to Joomla forum!
To see the cause of the 503 server error, you should switch on the error reporting.
Could you switch on PHP error reporting and activate the Debug mode in Joomla?
You can do that via the configuration.php file in the root of your website.
Change these values to:
To see the cause of the 503 server error, you should switch on the error reporting.
Could you switch on PHP error reporting and activate the Debug mode in Joomla?
You can do that via the configuration.php file in the root of your website.
Change these values to:
Code:
public $error_reporting = 'maximum';public $debug = 1;
Statistics: Posted by pe7er — Thu Sep 12, 2024 3:55 am