I can only reproduce this on the Server of my hoster (alfahosting) which uses PHP 7.4.3 (more info about the PHP Version at https://pastebin.com/yLLBY6ZA ). Both, Ver. 4.1.0 and 4.0.6 showed the same behaviour. On my local setup (PHP 8) everything works fine.
Seeing the backend/frontend
Red error page.
After turning on debug you get the stacktrace:
Class 'Joomla\Plugin\System\Debug\Storage\FileStorage' not found
Call stack
--
# | Function | Location
1 | () | JROOT/plugins/system/debug/debug.php:175
2 | PlgSystemDebug->__construct() | JROOT/libraries/src/Extension/ExtensionManagerTrait.php:242
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:94
5 | Joomla\CMS\Application\CMSApplication->bootPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:236
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:194
7 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:742
8 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:707
9 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:222
10 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:278
11 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/includes/app.php:63
12 | require_once() | JROOT/index.php:32
PHP 7.4.3, MySQL Database
additional information: https://pastebin.com/yLLBY6ZA
I had the exact same issues with Joomla 4.1.0 and 4.0.6
Any hint is welcome to trace that down.
Labels |
Added:
No Code Attached Yet
|
Go to administrator/cache and delete the file autoload_psr4.php
Reload the web page and the file will be recreated
That should resolve the problem.
If it does not please open the file autoload_psr4.php and verify that it has the following line
'Joomla\\Plugin\\System\\Debug\\' => [JPATH_PLUGINS . '/system/debug/src'],
Go to administrator/cache and delete the file autoload_psr4.php Reload the web page and the file will be recreated That should resolve the problem.
If it does not please open the file autoload_psr4.php and verify that it has the following line
'Joomla\\Plugin\\System\\Debug\\' => [JPATH_PLUGINS . '/system/debug/src'],
Oh - deleting that in the cache did solve the issue indeed. I wonder if I or Joomla could have prevented that. Is it worth to document that? Thanks for your help!
This should happen automatically on update.
This should be closed. Looks like it was just an error in the update
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-15 08:36:53 |
Closed_By | ⇒ | EccoB |
Yes - Problem was solved by that. Thx
Did you also check that all files where transferred? The number of allowed simultaneous connections differ from hoster to hoster when you use FTP.