Do you have a full back of the website before those extensions were updated? If you have, clean the main Joomla folder from all files and folders, create a new database schema and then restore.
Otherwise you need to find out which extension causes the PHP fatal error. Write-enable and edit the file configuration.php in the main Joomla folder and make the following changes:
Otherwise you need to find out which extension causes the PHP fatal error. Write-enable and edit the file configuration.php in the main Joomla folder and make the following changes:
Code:
public $debug = true;public $error_reporting = 'maximum';[/url]The debug option will display more meaningful error messages that identify the failing script and its line number, followed by the PHP call stack. Post those details here for advice.
Statistics: Posted by toivo — Sat Feb 10, 2024 8:27 pm