Uncaught exception 'Enlight_Exception' with message 'Method "Shopware::getOption" not found failure'

Hallo,

nach Upgrade von 5.1.6 auf 5.2.1 (mit Hindernissen https://forum.shopware.com/discussion/comment/165043/#Comment_165043) stehe ich jetzt vor dem Problem, dass Shopware sich mit Fehler 503 meldet, egal ob Backend oder Frontend.

PHP meldet als Fehler:

Fatal error : Uncaught exception ‘Enlight_Exception’ with message ‘Method “Shopware::getOption” not found failure’ in /pages/db/e7/d0010688/home/htdocs/dev/engine/Library/Enlight/Event/Handler/Plugin.php:149 Stack trace: #0 /pages/db/e7/d0010688/home/htdocs/dev/engine/Shopware/Plugins/Community/Core/SwagStaging/Bootstrap.php(266): Shopware->__call(‘getOption’, Array) #1 /pages/db/e7/d0010688/home/htdocs/dev/engine/Library/Enlight/Event/Handler/Plugin.php(149): Shopware_Plugins_Core_SwagStaging_Bootstrap->onRouteStartup(Object(Enlight_Controller_EventArgs)) #2 /pages/db/e7/d0010688/home/htdocs/dev/engine/Library/Enlight/Event/EventManager.php(214): Enlight_Event_Handler_Plugin->execute(Object(Enlight_Controller_EventArgs)) #3 /pages/db/e7/d0010688/home/htdocs/dev/engine/Library/Enlight/Controller/Front.php(161): Enlight_Event_EventManager->notify(‘Enlight_Control…’, Object(Enlight_Controller_EventArgs)) #4 /pages/db/e7/d0010688/home/htdocs/dev/engine/Shopware/Kernel.php(175): Enlight_Controller_Front->dispatch() #5 /pages in /pages/db/e7/d0010688/home/htdocs/dev/engine/Library/Enlight/Event/Handler/Plugin.php on line 149

Hat jemand eine Idee, was da schief läuft?

Hi,

an der Fehlermeldung lässt sich u.a. erkennen, das du das Staging Plugin (SwagStaging) installiert hast. Dieses wird schon seit Shopware 5.0 nicht mehr offiziel supportet. Kannst du das Plugin mal über die Datenbank deaktivieren?

Viele Grüße aus Schöppingen

cool Michael Telgmann

Ah, jau das wars!

In der Tabelle “s_core_plugins” den Wert “active” bei “SwagStaging” von 1 auf 0 setzen hat funktioniert.

Danke!