Welcome to the Joomla forum!
It sounds like a third party plugin is not compatible with Joomla 4. Use the File Manager from the cPanel or a similar page, provided by your host, to write enable and edit the file configuration.php in the main Joomla folder. Make the following changes:Access the back end of Joomla. The error message will now display the name of the failing script and its line number, followed by the PHP call stack. Copy and paste those lines into your reply for advice.
Once the name of the plugin is known, it is possible to edit the database table _extensions, locate the plugin and change the column 'enabled' from 1 to 0. That will disable the plugin and get rid of the error message.
It sounds like a third party plugin is not compatible with Joomla 4. Use the File Manager from the cPanel or a similar page, provided by your host, to write enable and edit the file configuration.php in the main Joomla folder. Make the following changes:
Code:
public $debug = true;public $error_reporting = 'maximum';
Once the name of the plugin is known, it is possible to edit the database table _extensions, locate the plugin and change the column 'enabled' from 1 to 0. That will disable the plugin and get rid of the error message.
Statistics: Posted by toivo — Wed Jul 10, 2024 1:55 pm