SW 6.5 abgestürzt

Beim Versuch, sich im Backend (SW 6.5) mit dem Shopware Store zu verbinden:

[Semantical Error] The annotation "@Shopware\Core\Framework\Routing\Annotation\RouteScope" in class SwagExtensionStore\Controller\DataController was never imported. Did you maybe forget to add a "use" statement for this annotation? in /.../custom/plugins/SwagExtensionStore/src/Controller/DataController.php (which is being imported from "/.../custom/plugins/SwagExtensionStore/src/Resources/config/routes.yaml"). Make sure there is a loader supporting the "annotation" type.

Shop ist nun gar nicht mehr erreichbar. Wie kann ich das Problem lösen?

1 „Gefällt mir“

Seit Update auf 6.5 in einem Plugin (eigenes):

[Semantical Error]
The annotation "@Shopware\Core\Framework\Routing\Annotation\RouteScope" in class ...\TocartController was never imported. 
Did you maybe forget to add a "use" statement for this annotation? in .../TocartController.php (which is being imported from ".../routes.xml"). 
Make sure there is a loader supporting the "annotation" type.

Was kann ich tun, was muss geändert werden?

1 „Gefällt mir“

probiere doch mal Folgendes:

achte darauf, dass du

use \Symfony\Component\Routing\Annotation\Route;

verwendest und ändere auch

@RouteScope(scopes={„api“})

zu

@Route(defaults={„_routeScope“={„storefront“}})

in deinem *Controller.php über der Klassendefinition