Welcome to the Joomla forum!
The error comes from one of the third party extensions that is not compatible with Joomla 4. If you are unable to access the backend of Joomla to turn on the option 'Debug System' and setting 'Error Reporting' to 'Maximum' in the Global Configuration, write-enable and edit the file configuration.php in the main Joomla folder. Make the following changes and save the file:
The Joomla page will now display a detailed error message that identifies the script, probably a plugin, where the error occurs and several lines of PHP call stack. Copy and paste all the lines into your reply.
The error comes from one of the third party extensions that is not compatible with Joomla 4. If you are unable to access the backend of Joomla to turn on the option 'Debug System' and setting 'Error Reporting' to 'Maximum' in the Global Configuration, write-enable and edit the file configuration.php in the main Joomla folder. Make the following changes and save the file:
Code:
public $debug = true;public $error_reporting = 'maximum';
Statistics: Posted by toivo — Sat Sep 28, 2024 3:42 am