Hilfe! Shop down: Error 500

Hallo zusammen,
ich wollte ein Plugin wieder aktivieren, was irgendwie nicht richtig deinstalliert wurde. Nun kriege ich folgenden Fehler und kann nicht mehr auf das Backend zugreifen und der Shop ist auch nicht erreichbar. Was kann ich tun??

There is no extension able to load the configuration for „admin_worker“ (in „/www/htdocs/w016e110/shopware-boxen-werk.de/config/packages/shopware.yaml“). Looked for namespace „admin_worker“, found „„framework“, „monolog“, „sensio_framework_extra“, „twig“, „web_profiler“, „debug“, „enqueue“, „enqueue_adapter“, „shopware“, „storefront“, „elasticsearch“, „frosh_tools““ in /www/htdocs/w016e110/shopware-boxen-werk.de/config/packages/shopware.yaml (which is loaded in resource „/www/htdocs/w016e110/shopware-boxen-werk.de/config/packages/shopware.yaml“).

  • Exceptions 2
  • Stack Traces 2

Symfony\Component\Config\Exception\LoaderLoadException

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/config/Loader/FileLoader.php (line 174)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/config/Loader/FileLoader.php → doImport (line 98)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/dependency-injection/Loader/FileLoader.php → import (line 66)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/dependency-injection/Loader/GlobFileLoader.php → import (line 27)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/config/Loader/DelegatingLoader.php → load (line 40)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/shopware/core/Kernel.php → load (line 268)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php → configureContainer (line 171)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/dependency-injection/Loader/ClosureLoader.php → Symfony\Bundle\FrameworkBundle\Kernel{closure} (line 39)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/config/Loader/DelegatingLoader.php → load (line 40)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php → load (line 196)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/http-kernel/Kernel.php → registerContainerConfiguration (line 649)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/symfony/http-kernel/Kernel.php → buildContainer (line 545)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/shopware/core/Kernel.php → initializeContainer (line 191)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/shopware/core/HttpKernel.php → boot (line 126)

in /www/htdocs/w016e110/shopware-boxen-werk.de/vendor/shopware/core/HttpKernel.php → doHandle (line 79)

HttpKernel->handle(object(Request))in /www/htdocs/w016e110/shopware-boxen-werk.de/public/index.php (line 74)

  1. ``
  2. if ($_SERVER['COMPOSER_PLUGIN_LOADER'] ?? $_SERVER['DISABLE_EXTENSIONS'] ?? false) {
  3. $kernel->setPluginLoader(new \Shopware\Core\Framework\Plugin\KernelPluginLoader\ComposerPluginLoader($classLoader));
  4. }
  5. ``
  6. $result = $kernel->handle($request);
  7. ``
  8. $result->getResponse()->send();
  9. ``
  10. $kernel->terminate($result->getRequest(), $result->getResponse());
  11. ``

Symfony\Component\DependencyInjection\Exception\InvalidArgumentException

There is no extension able to load the configuration for „admin_worker“ (in „/www/htdocs/w016e110/shopware-boxen-werk.de/config/packages/shopware.yaml“). Looked for namespace „admin_worker“, found „„framework“, „monolog“, „sensio_framework_extra“, „twig“, „web_profiler“, „debug“, „enqueue“, „enqueue_adapter“, „shopware“, „storefront“, „elasticsearch“, „frosh_tools““.

Hast du mal versucht, das Plugin über die Datenbank zu deaktivieren?

Ich hab leider keine Ahnung wie das geht… Hab nun ein Backup eingespielt was auch nicht geholfen hat. Später habe ich dann den admin-worker wieder aktiviert und das hat tatsächlich den Fehler behoben? Was hab ich da nur rumgefummelt, dass es dazu kommen konnte?

Du hast sehr wahrscheinlich shopware vergessen vor den admin_worker voranzustellen.

shopware:
    admin_worker:
        enable_admin_worker: false