Hi! Wir haben folgendes Problem. Wir können keine Artikel mehr in den Warenkorb unseres Shops legen oder uns nicht mehr im Frontend anmelden.
Der Log im Webspace unter var/log zeigt verschiedenste Fehlermeldungen, ich habe mal ein paar Zeilen raus kopiert da ich nicht den ganzen Log hier einfügen kann.
[2022-03-11T12:46:25.838520+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: „An error occurred during execution of webhook“ at /html/shopware/custom/plugins/SwagPayPal/src/Webhook/WebhookController.php line 146 {„exception“:"[object] (Symfony\Component\HttpKernel\Exception\BadRequestHttpException(code: 0): An error occurred during execution of webhook at /html/shopware/custom/plugins/SwagPayPal/src/Webhook/WebhookController.php:146)"}
[2022-03-11T13:03:55.609319+00:00] request.ERROR: Uncaught PHP Exception Shopware\Core\Content\Category\Exception\CategoryNotFoundException: „Category „94bd67a899bc4d35bacb7bdff0a3e810“ not found.“ at /html/shopware/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php line 300 {„exception“:"[object] (Shopware\Core\Content\Category\Exception\CategoryNotFoundException(code: 0): Category „94bd67a899bc4d35bacb7bdff0a3e810“ not found. at /html/shopware/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php:300)"}
[2022-03-11T13:05:41.089325+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 238 {„exception“:"[object] (TypeError(code: 0): Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 238 at /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php:212)"}
[2022-03-11T13:05:41.090791+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: „Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 238“ at /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php line 212 {„exception“:"[object] (TypeError(code: 0): Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 238 at /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php:212)"}
Der Log im Backend von Shopware zeigt nur:
|checkout.customer.before.login|Debug (100)|{ „source“: „core“, „environment“: „dev“, „additionalData“: }
Ich habe mal den Entwicklermodus eingeschaltet, dort kommt ein etwas ausführlicherer Error, wenn man versucht einen Artikel in den Warenkorb zu legen:
Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /html/shopware/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 238
Haben versucht das Standard-Theme zu aktivieren und auch einen großteil der Plugins deaktiviert. Habe es auch mit einem neu erstellten Artikel versucht und nicht mit den aus Shopware 5 Migrierten. Führt jedoch immer wieder zu dem selben Fehler.
Freuen uns über mögliche Lösungsvorschläge.