Perform an update from Joomla 4.4.0 to 5.0.0
No errors should occur. Instead I got 0 Class "JPlugin" not found
Es ist ein Fehler aufgetreten.
0 Class "JPlugin" not found
Call Stack
1 () JROOT/plugins/system/uikit3/uikit3.php:4
2 require_once() JROOT/libraries/src/Extension/ExtensionManagerTrait.php:217
3 Joomla\CMS\Application\CMSApplication->loadPluginFromFilesystem() JROOT/libraries/src/Extension/ExtensionManagerTrait.php:160
4 Joomla\CMS\Application\CMSApplication->loadExtension() JROOT/libraries/src/Extension/ExtensionManagerTrait.php:99
5 Joomla\CMS\Application\CMSApplication->bootPlugin() JROOT/libraries/src/Plugin/PluginHelper.php:232
6 Joomla\CMS\Plugin\PluginHelper::import() JROOT/libraries/src/Plugin/PluginHelper.php:192
7 Joomla\CMS\Plugin\PluginHelper::importPlugin() JROOT/libraries/src/Application/CMSApplication.php:765
8 Joomla\CMS\Application\CMSApplication->initialiseApp() JROOT/libraries/src/Application/AdministratorApplication.php:321
9 Joomla\CMS\Application\AdministratorApplication->initialiseApp() JROOT/libraries/src/Application/AdministratorApplication.php:174
10 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
11 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/includes/app.php:58
12 require_once() JROOT/administrator/index.php:32
The issue is similar to #41641. But even cleaning the cache did not solve the issue.
Labels |
Added:
No Code Attached Yet
|
@FrankReisenhofer this is not a bug, the plugin your using needs an update by the vendor please update the plugin, if no update is available you can try and replace in line 4 in plugins/system/uikit3/uikit3.php
the JPlugin
to \Joomla\CMS\Plugin\CMSPlugin
. Maybe this is enough for the plugin to work again.
I'm closing this because it's not an core issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-28 10:13:23 |
Closed_By | ⇒ | HLeithner |
@HLeithner Thanks for your quick reply and help. I addressed the issue to the developer.
The error is coming from the system plugin for uikit. You should check to see if they have an update