Load the Developer Tools (F12) in the browser and check from the Console tab, if the article page has any javascript errors. They are highlighted in red.
Go the backend, select System - Setup - Global Configuration and go to the System tab. Turn on the option 'Debug System'. Go to the Server tab and set Error Reporting to 'Maximum'. In the Logging tab turn on the option 'Log Almost Everything'. The last option will write possible error messages into the log file administrator/logs/everything.php.
If it is not possible to login to the backend, write-enable the file configuration.php in the main Joomla folder and make the following changes:Joomla can now display more detailed error messages and the PHP call stack, which both will allow the cause of the error to be identified. Post the messages here.
Go the backend, select System - Setup - Global Configuration and go to the System tab. Turn on the option 'Debug System'. Go to the Server tab and set Error Reporting to 'Maximum'. In the Logging tab turn on the option 'Log Almost Everything'. The last option will write possible error messages into the log file administrator/logs/everything.php.
If it is not possible to login to the backend, 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 — Fri Feb 23, 2024 2:45 am