Hi,
wir können den Extension Store nicht aktivieren. Zuerst unter 6.5.0.0, dann unter 6.5.1.1. Das Sytem fliegt komplett weg, nach aussen gibt es einen Server Error 500. In den Logs heißt es:
In FileLoader.php line 178:
[Semantical Error] The annotation „@Shopware\Core\Framework\Routing\Annotation\RouteScope“ in class SwagExtensionStore\Controller\DataController was never imported. Did you maybe fo
rget to add a „use“ statement for this annotation? in /srv/labor/shop-wolfram.laborumgebung.de/htdocs/custom/plugins/SwagExtensionStore/src/Controller/DataController.php (which is b
eing imported from „/srv/labor/shop-wolfram.laborumgebung.de/htdocs/custom/plugins/SwagExtensionStore/src/Resources/config/routes.yaml“). Make sure there is a loader supporting the
„annotation“ type.
In AnnotationException.php line 40:
[Semantical Error] The annotation „@Shopware\Core\Framework\Routing\Annotation\RouteScope“ in class SwagExtensionStore\Controller\DataController was never imported. Did you maybe fo
rget to add a „use“ statement for this annotation?
Das use statement findet sich am Anfang in der ./custom/plugins/SwagExtensionStore/src/Controller/DataController.php:
use Shopware\Core\Framework\Routing\Annotation\RouteScope;
Wir sind hier noch ziemlich neu und unerfahren. Wo soll ich als nächstes gucken?