Update von 6.6.6.1 auf 6.7.10.2

Guten Tag,

wir versuchen gerade auf die neuste Shopware Version zu updaten. Dafür haben wir eine Testumgebung wie folgt angelegt:

  1. Über ssh → cp -a „alter Shop“/ „Testshop“/ den aktuellen Live-Shop in die Testumgebung kopiert
  2. über Serveradmin Datenbank dupliziert
  3. im Testshop: .env auf =dev gesetzt; in .env.local DB geändert, APP_URL geändert und Composer Home geändert
  4. im Testshop-Admin: Lizenzdomain auf test…de geändert
  5. inkompatible Plugins deaktiviert und sogar gelöscht
  6. inkompatibles Theme deaktiviert und Zuweisung auf Storefront aufgehoben
  7. Update gestartet: Bei 1. Versuch alle Plugins deaktivieren ausgewählt → Update gestartet, nach ca 30Sek → Error HTML 500 ; 2. Versuch nur inkompatible Plugins deaktivieren ausgewählt → gleiches Ergebnis

Wir wissen nicht mehr an welcher Stellschraube wir drehen können oder wo wir aufschlussreiche Logs zu unserem Problem finden können. Habt ihr einen Tipp für uns oder hatte jemand das gleiche Problem und konnte eine Lösung finden?

PS: Nach missglücktem Update steht die .env komischerweise auch immer wieder auf =prod.

Vielen Dank im Voraus

Mit freundlichen Grüßen

Die .env Datei ist in der Regel schreibgeschützt.

Moin @Blindfisch ,

die .env kann bei einem Update durchaus aktualisiert werden. Hier sollten in besten Falle auch keine produktiven Daten drin stehen.
Die produktiven Daten solltest du in der .env.local schreiben.
Eventuell behebt das schon den Fehler.
Sollte der Fehler weiterhin auftauchen kannst du dann in der .env.local nochmal den Parameter APP_DEBUG=1 setzen. Dann sollte dir eine aussagekräftige Fehlermeldung angezeigt werden.

Grüße
Matthias

Wieso setzt man das Environment auf dev für ein Update?

Ich glaube, ihr versteht den Unterschied zwischen production und development nicht so recht, kann das sein?

Die .env wird jedesmal überschrieben, wenn ich nicht nicht irre. Daher, wie Matthias bereits schrieben, eine .env.local anlegen.

Wenn du die Plugins ueber die Datenbank auf „active = 0“ setzt, dann ueberspringst du den Deactivate Prozess → was hilfreich sein kann. Dann sollten die Plugins auch erstmal keine Probleme machen, ausser es gibt ein Problem mit der PHP Version.

Ansonsten gibt es verschiedene Moeglichkeiten zu den Logs:

  • Shopware Logs → var/log/
  • php-fpm logs → /var/log (achte auf das / am Anfang)
  • apach2 oder nginx → /var/log/apache2 oder nginx

Du kannst sowas aber auch bei deinem Hoster nachfragen.

Das sind die letzten Screenshots, bevor das Update mit Error 500 abricht.

Alle Plugins wurden in der Datenbank auf Active=0 gesetzt.

Die letzten Zeilen der Logdatei sehen wie folgt aus:

Teil 1/2:

[2026-06-03T13:46:03.306399+00:00] messenger.INFO: Received message Swag\PayPal\Checkout\Payment\ScheduledTask\TransactionStatusSyncTask {"class":"Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\TransactionStatusSyncTask"} []
[2026-06-03T13:46:03.316385+00:00] messenger.INFO: Received message Swag\PayPal\Checkout\PUI\ScheduledTask\PUIInstructionsFetchTask {"class":"Swag\\PayPal\\Checkout\\PUI\\ScheduledTask\\PUIInstructionsFetchTask"} []
[2026-06-03T13:46:03.323238+00:00] messenger.INFO: Received message Swag\PayPal\Reporting\ScheduledTask\TurnoverReportingTask {"class":"Swag\\PayPal\\Reporting\\ScheduledTask\\TurnoverReportingTask"} []
[2026-06-03T13:46:03.333959+00:00] messenger.INFO: Received message Swag\PayPal\Pos\Schedule\CompleteSyncTask {"class":"Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask"} []
[2026-06-03T13:46:03.343381+00:00] messenger.INFO: Received message Swag\PayPal\Pos\Schedule\InventorySyncTask {"class":"Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask"} []
[2026-06-03T13:46:03.351249+00:00] messenger.INFO: Received message Frosh\MailArchive\Task\CleanupTask {"class":"Frosh\\MailArchive\\Task\\CleanupTask"} []
[2026-06-03T13:46:03.358444+00:00] messenger.INFO: Received message Shopware\Commercial\Licensing\ScheduledTask\UpdateCommercialLicenseTask {"class":"Shopware\\Commercial\\Licensing\\ScheduledTask\\UpdateCommercialLicenseTask"} []
[2026-06-03T13:46:03.365139+00:00] messenger.INFO: Received message Shopware\Commercial\Licensing\ScheduledTask\ReportTurnoverTask {"class":"Shopware\\Commercial\\Licensing\\ScheduledTask\\ReportTurnoverTask"} []
[2026-06-03T13:46:03.371373+00:00] messenger.INFO: Received message Shopware\Commercial\Subscription\Checkout\Order\Generation\ScheduledSubscriptionsTask {"class":"Shopware\\Commercial\\Subscription\\Checkout\\Order\\Generation\\ScheduledSubscriptionsTask"} []
[2026-06-03T13:46:03.376840+00:00] messenger.INFO: Received message Shopware\Commercial\FlowBuilder\DelayedFlowAction\Domain\ScheduledTask\DelayActionTask {"class":"Shopware\\Commercial\\FlowBuilder\\DelayedFlowAction\\Domain\\ScheduledTask\\DelayActionTask"} []
[2026-06-03T13:46:03.381780+00:00] messenger.INFO: Received message Shopware\Commercial\B2B\QuoteManagement\Domain\ScheduledTask\UpdateQuoteExpireTask {"class":"Shopware\\Commercial\\B2B\\QuoteManagement\\Domain\\ScheduledTask\\UpdateQuoteExpireTask"} []
[2026-06-03T13:46:03.396027+00:00] messenger.INFO: Received message Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamMappingIndexingMessage {"class":"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamMappingIndexingMessage"} []
[2026-06-03T13:46:03.440892+00:00] messenger.INFO: Message Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamMappingIndexingMessage handled by Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry::__invoke {"class":"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamMappingIndexingMessage","handler":"Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry::__invoke"} []
[2026-06-03T13:46:03.449240+00:00] messenger.INFO: Received message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage"} []
[2026-06-03T13:46:03.773720+00:00] messenger.INFO: Message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage handled by Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessageHandler::__invoke {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage","handler":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessageHandler::__invoke"} []
[2026-06-03T13:46:03.781931+00:00] messenger.INFO: Received message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage"} []
[2026-06-03T13:46:04.497946+00:00] messenger.INFO: Message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage handled by Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessageHandler::__invoke {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage","handler":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessageHandler::__invoke"} []
[2026-06-03T13:46:04.514905+00:00] messenger.INFO: Received message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage"} []
[2026-06-03T13:46:04.745829+00:00] messenger.INFO: Message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage handled by Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessageHandler::__invoke {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage","handler":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessageHandler::__invoke"} []
[2026-06-03T13:46:04.764205+00:00] messenger.INFO: Received message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage"} []
[2026-06-03T13:46:05.002704+00:00] messenger.INFO: Message Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessage handled by Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessageHandler::__invoke {"class":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage","handler":"Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessageHandler::__invoke"} []
[2026-06-03T13:46:06.512190+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:06.622836+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:06.959029+00:00] request.INFO: Matched route "api.action.core.save.system-config.batch". {"route":"api.action.core.save.system-config.batch","route_parameters":{"_route":"api.action.core.save.system-config.batch","_routeScope":["api"],"_acl":["system_config:update","system_config:create","system_config:delete"],"_controller":"Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController::batchSaveConfiguration"},"request_uri":"https://test.xxxx.de/api/_action/system-config/batch","method":"POST"} []
[2026-06-03T13:46:07.074041+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:07.322975+00:00] request.INFO: Matched route "api.currency.search". {"route":"api.currency.search","route_parameters":{"_route":"api.currency.search","_controller":"Shopware\\Core\\Framework\\Api\\Controller\\ApiController::search","entityName":"currency","_routeScope":["api"],"path":""},"request_uri":"https://test.xxxx.de/api/search/currency","method":"POST"} []
[2026-06-03T13:46:07.433005+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:09.906727+00:00] request.INFO: Matched route "api.increment.increment". {"route":"api.increment.increment","route_parameters":{"_route":"api.increment.increment","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController::increment","pool":"user_activity"},"request_uri":"https://test.xxxx.de/api/_action/increment/user_activity","method":"POST"} []
[2026-06-03T13:46:09.915208+00:00] request.INFO: Matched route "api.config_me.get". {"route":"api.config_me.get","route_parameters":{"_route":"api.config_me.get","auth_required":true,"_routeScope":["administration"],"_controller":"Shopware\\Administration\\Controller\\UserConfigController::getConfigMe"},"request_uri":"https://test.xxxx.de/api/_info/config-me?keys%5B0%5D=search.preferences","method":"GET"} []
[2026-06-03T13:46:10.035074+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:10.235032+00:00] request.INFO: Matched route "api.sales_channel_type.search". {"route":"api.sales_channel_type.search","route_parameters":{"_route":"api.sales_channel_type.search","_controller":"Shopware\\Core\\Framework\\Api\\Controller\\ApiController::search","entityName":"sales-channel-type","_routeScope":["api"],"path":""},"request_uri":"https://test.xxxx.de/api/search/sales-channel-type","method":"POST"} []
[2026-06-03T13:46:10.341469+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:11.147407+00:00] request.INFO: Matched route "api.info.queue". {"route":"api.info.queue","route_parameters":{"_route":"api.info.queue","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\Api\\Controller\\InfoController::queue"},"request_uri":"https://test.xxxx.de/api/_info/queue.json","method":"GET"} []
[2026-06-03T13:46:11.495284+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:11.603874+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:12.906155+00:00] request.INFO: Matched route "api.custom.updateapi.check". {"route":"api.custom.updateapi.check","route_parameters":{"_route":"api.custom.updateapi.check","_routeScope":["api"],"_acl":["system:core:update"],"_controller":"Shopware\\Core\\Framework\\Update\\Api\\UpdateController::updateApiCheck"},"request_uri":"https://test.xxxx.de/api/_action/update/check","method":"GET"} []
[2026-06-03T13:46:12.919183+00:00] request.INFO: Matched route "api.config_me.get". {"route":"api.config_me.get","route_parameters":{"_route":"api.config_me.get","auth_required":true,"_routeScope":["administration"],"_controller":"Shopware\\Administration\\Controller\\UserConfigController::getConfigMe"},"request_uri":"https://test.xxxx.de/api/_info/config-me?keys%5B0%5D=search.preferences","method":"GET"} []
[2026-06-03T13:46:13.019717+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:13.026459+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:13.075199+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:13.076065+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:46:13.088769+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:46:13.222446+00:00] request.INFO: Matched route "api.sales_channel_type.search". {"route":"api.sales_channel_type.search","route_parameters":{"_route":"api.sales_channel_type.search","_controller":"Shopware\\Core\\Framework\\Api\\Controller\\ApiController::search","entityName":"sales-channel-type","_routeScope":["api"],"path":""},"request_uri":"https://test.xxxx.de/api/search/sales-channel-type","method":"POST"} []
[2026-06-03T13:46:13.286976+00:00] request.INFO: Matched route "api.custom.update.check_requirements". {"route":"api.custom.update.check_requirements","route_parameters":{"_route":"api.custom.update.check_requirements","_routeScope":["api"],"_acl":["system:core:update"],"_controller":"Shopware\\Core\\Framework\\Update\\Api\\UpdateController::checkRequirements"},"request_uri":"https://test.xxxx.de/api/_action/update/check-requirements","method":"GET"} []
[2026-06-03T13:46:13.332477+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:13.753383+00:00] request.INFO: Matched route "api.custom.updateapi.extension_compatibility". {"route":"api.custom.updateapi.extension_compatibility","route_parameters":{"_route":"api.custom.updateapi.extension_compatibility","_routeScope":["api"],"_acl":["system:core:update","system_config:read"],"_controller":"Shopware\\Core\\Framework\\Update\\Api\\UpdateController::extensionCompatibility"},"request_uri":"https://test.xxxx.de/api/_action/update/extension-compatibility?language=de-DE","method":"GET"} []
[2026-06-03T13:46:13.867179+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:13.902542+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:13.903488+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:46:13.912869+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:46:13.917625+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:16.524470+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:16.621137+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []


Teil 2 folgt in nächster Nachricht

php Version ist 8.3 → genauso wie in unserem Live-Shop

Irgendwelche Ideen? Wir stehen hier echt auf dem Schlauch.

Mit freundlichen Grüßen

Teil 2/2

[2026-06-03T13:46:21.523613+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:21.659220+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:21.737517+00:00] lock.DEBUG: Successfully released the "message_queue_consume_async" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"}} []
[2026-06-03T13:46:21.932357+00:00] request.INFO: Matched route "api.action.message-queue.consume". {"route":"api.action.message-queue.consume","route_parameters":{"_route":"api.action.message-queue.consume","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController::consumeMessages"},"request_uri":"https://test.xxxx.de/api/_action/message-queue/consume","method":"POST"} []
[2026-06-03T13:46:21.944901+00:00] request.INFO: Matched route "api.action.message-queue.consume". {"route":"api.action.message-queue.consume","route_parameters":{"_route":"api.action.message-queue.consume","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController::consumeMessages"},"request_uri":"https://test.xxxx.de/api/_action/message-queue/consume","method":"POST"} []
[2026-06-03T13:46:22.030748+00:00] lock.DEBUG: Successfully acquired the "message_queue_consume_low_priority" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"}} []
[2026-06-03T13:46:22.030822+00:00] lock.DEBUG: Expiration defined for "message_queue_consume_low_priority" lock for "300" seconds. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"},"ttl":300.0} []
[2026-06-03T13:46:22.038765+00:00] lock.DEBUG: Successfully acquired the "message_queue_consume_async" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"}} []
[2026-06-03T13:46:22.038831+00:00] lock.DEBUG: Expiration defined for "message_queue_consume_async" lock for "300" seconds. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"},"ttl":300.0} []
[2026-06-03T13:46:22.041342+00:00] messenger.INFO: Received message Shopware\Core\System\UsageData\EntitySync\CollectEntityDataMessage {"class":"Shopware\\Core\\System\\UsageData\\EntitySync\\CollectEntityDataMessage"} []
[2026-06-03T13:46:22.044663+00:00] lock.DEBUG: Successfully released the "message_queue_consume_async" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"}} []
[2026-06-03T13:46:22.075408+00:00] messenger.INFO: Message Shopware\Core\System\UsageData\EntitySync\CollectEntityDataMessage handled by Shopware\Core\System\UsageData\EntitySync\CollectEntityDataMessageHandler::__invoke {"class":"Shopware\\Core\\System\\UsageData\\EntitySync\\CollectEntityDataMessage","handler":"Shopware\\Core\\System\\UsageData\\EntitySync\\CollectEntityDataMessageHandler::__invoke"} []
[2026-06-03T13:46:26.512827+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:26.643945+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:31.491023+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:31.586850+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:36.519095+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:36.621187+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:41.469443+00:00] request.INFO: Matched route "api.info.queue". {"route":"api.info.queue","route_parameters":{"_route":"api.info.queue","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\Api\\Controller\\InfoController::queue"},"request_uri":"https://test.xxxx.de/api/_info/queue.json","method":"GET"} []
[2026-06-03T13:46:41.516898+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:41.582647+00:00] request.INFO: Matched route "api.action.scheduled-task.run". {"route":"api.action.scheduled-task.run","route_parameters":{"_route":"api.action.scheduled-task.run","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\MessageQueue\\Api\\ScheduledTaskController::runScheduledTasks"},"request_uri":"https://test.xxxx.de/api/_action/scheduled-task/run","method":"POST"} []
[2026-06-03T13:46:41.619965+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:41.681335+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:41.726681+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:41.727375+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:41.755130+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:41.755241+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:41.768897+00:00] messenger.INFO: Sending message Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask with async sender using Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport {"class":"Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask","alias":"async","sender":"Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Transport\\DoctrineTransport"} []
[2026-06-03T13:46:41.776421+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:41.776549+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:42.033316+00:00] lock.DEBUG: Successfully released the "message_queue_consume_low_priority" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"}} []
[2026-06-03T13:46:42.219159+00:00] request.INFO: Matched route "api.action.message-queue.consume". {"route":"api.action.message-queue.consume","route_parameters":{"_route":"api.action.message-queue.consume","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController::consumeMessages"},"request_uri":"https://test.xxxx.de/api/_action/message-queue/consume","method":"POST"} []
[2026-06-03T13:46:42.227728+00:00] request.INFO: Matched route "api.action.message-queue.consume". {"route":"api.action.message-queue.consume","route_parameters":{"_route":"api.action.message-queue.consume","_routeScope":["api"],"_controller":"Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController::consumeMessages"},"request_uri":"https://test.xxxx.de/api/_action/message-queue/consume","method":"POST"} []
[2026-06-03T13:46:42.320396+00:00] lock.DEBUG: Successfully acquired the "message_queue_consume_low_priority" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"}} []
[2026-06-03T13:46:42.320470+00:00] lock.DEBUG: Expiration defined for "message_queue_consume_low_priority" lock for "300" seconds. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"},"ttl":300.0} []
[2026-06-03T13:46:42.324371+00:00] lock.DEBUG: Successfully acquired the "message_queue_consume_async" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"}} []
[2026-06-03T13:46:42.324441+00:00] lock.DEBUG: Expiration defined for "message_queue_consume_async" lock for "300" seconds. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"},"ttl":300.0} []
[2026-06-03T13:46:42.326436+00:00] lock.DEBUG: Successfully released the "message_queue_consume_low_priority" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_low_priority"}} []
[2026-06-03T13:46:42.334251+00:00] messenger.INFO: Received message Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask {"class":"Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask"} []
[2026-06-03T13:46:42.336008+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:42.379237+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:42.379927+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:42.427335+00:00] php.INFO: User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler\" class implements \"Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\AsynchronousPaymentHandlerInterface\" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:42.427447+00:00] php.INFO: User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler\" class implements \"Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\RecurringPaymentHandlerInterface\" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:42.444449+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:42.444548+00:00] php.INFO: User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment()" is deprecated and will be removed in v6.7.0.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since shopware/core : Method \"Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment()\" is deprecated and will be removed in v6.7.0.0. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/shopware/core/Framework/Feature.php:242)"} []
[2026-06-03T13:46:42.450897+00:00] messenger.INFO: Message Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask handled by Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler::__invoke {"class":"Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask","handler":"Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler::__invoke"} []
[2026-06-03T13:46:46.501968+00:00] request.INFO: Matched route "api.notification.message". {"route":"api.notification.message","route_parameters":{"_route":"api.notification.message","_routeScope":["api"],"_controller":"Shopware\\Administration\\Controller\\NotificationController::fetchNotification"},"request_uri":"https://test.xxxx.de/api/notification/message?limit=5","method":"GET"} []
[2026-06-03T13:46:46.597768+00:00] php.INFO: User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\EventDispatcher\\EventSubscriberInterface::getSubscribedEvents()\" might add \"array\" as a native return type declaration in the future. Do the same in implementation \"Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/symfony/error-handler/DebugClassLoader.php:341)"} []
[2026-06-03T13:46:49.271990+00:00] request.INFO: Matched route "api.custom.updateapi.download-recovery". {"route":"api.custom.updateapi.download-recovery","route_parameters":{"_route":"api.custom.updateapi.download-recovery","_routeScope":["api"],"_acl":["system:core:update","system_config:read"],"_controller":"Shopware\\Core\\Framework\\Update\\Api\\UpdateController::downloadLatestRecovery"},"request_uri":"https://test.xxxx.de/api/_action/update/download-recovery","method":"GET"} []
[2026-06-03T13:46:49.400441+00:00] http_client.INFO: Request: "GET https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php" [] []
[2026-06-03T13:46:49.645707+00:00] http_client.INFO: Redirecting: "302 https://github.com/shopware/web-installer/releases/download/0.1.7/shopware-installer.phar.php" [] []
[2026-06-03T13:46:49.880843+00:00] http_client.INFO: Redirecting: "302 https://release-assets.githubusercontent.com/github-production-release-asset/585093808/7fdcfbb1-8f7d-4422-82fe-f6815477fe66?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-06-03T14%3A28%3A52Z&rscd=attachment%3B+filename%3Dshopware-installer.phar.php&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-06-03T13%3A27%3A53Z&ske=2026-06-03T14%3A28%3A52Z&sks=b&skv=2018-11-09&sig=ptwI2j%2BpZTgiCGMNgUK6In0Go%2FEaOB3r3Tg4JARcFz8%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc4MDQ5NjIwOSwibmJmIjoxNzgwNDk0NDA5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.dafJZ2tlcZgKA4NMjxj2hpX8duqFArj38Ll0t8cXH3w&response-content-disposition=attachment%3B%20filename%3Dshopware-installer.phar.php&response-content-type=application%2Foctet-stream" [] []
[2026-06-03T13:46:49.916976+00:00] http_client.INFO: Response: "200 https://release-assets.githubusercontent.com/github-production-release-asset/585093808/7fdcfbb1-8f7d-4422-82fe-f6815477fe66?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-06-03T14%3A28%3A52Z&rscd=attachment%3B+filename%3Dshopware-installer.phar.php&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-06-03T13%3A27%3A53Z&ske=2026-06-03T14%3A28%3A52Z&sks=b&skv=2018-11-09&sig=ptwI2j%2BpZTgiCGMNgUK6In0Go%2FEaOB3r3Tg4JARcFz8%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc4MDQ5NjIwOSwibmJmIjoxNzgwNDk0NDA5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.dafJZ2tlcZgKA4NMjxj2hpX8duqFArj38Ll0t8cXH3w&response-content-disposition=attachment%3B%20filename%3Dshopware-installer.phar.php&response-content-type=application%2Foctet-stream" [] []
[2026-06-03T13:46:50.467076+00:00] request.INFO: Matched route "api.custom.updateapi.deactivate-plugins". {"route":"api.custom.updateapi.deactivate-plugins","route_parameters":{"_route":"api.custom.updateapi.deactivate-plugins","_routeScope":["api"],"_acl":["system:core:update","system_config:read"],"_controller":"Shopware\\Core\\Framework\\Update\\Api\\UpdateController::deactivatePlugins"},"request_uri":"https://test.xxxx.de/api/_action/update/deactivate-plugins?deactivationFilter=&offset=0","method":"GET"} []
[2026-06-03T13:46:50.586893+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:50.642623+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/index.json" [] []
[2026-06-03T13:46:50.643208+00:00] http_client.INFO: Request: "GET https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:46:50.652922+00:00] http_client.INFO: Response: "200 https://releases.shopware.com/changelog/6.7.10.2.json" [] []
[2026-06-03T13:47:02.326984+00:00] lock.DEBUG: Successfully released the "message_queue_consume_async" lock. {"resource":{"Symfony\\Component\\Lock\\Key":"message_queue_consume_async"}} []
[2026-06-03T13:47:15.204034+00:00] php.INFO: User Deprecated: The "url" connection parameter is deprecated. Please use Doctrine\DBAL\Tools\DsnParser to parse a database url before calling Doctrine\DBAL\DriverManager. (DriverManager.php:257 called by DriverManager.php:173, https://github.com/doctrine/dbal/pull/5843, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"url\" connection parameter is deprecated. Please use Doctrine\\DBAL\\Tools\\DsnParser to parse a database url before calling Doctrine\\DBAL\\DriverManager. (DriverManager.php:257 called by DriverManager.php:173, https://github.com/doctrine/dbal/pull/5843, package doctrine/dbal) at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210)"} []
[2026-06-03T13:47:15.204913+00:00] php.INFO: User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:222 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\\DBAL\\Schema\\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:222 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal) at /home/www0041/testshop-shopware/shopware-6-6-6-1/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210)"} []

Moin @Blindfisch ,

der 500er muss ja dann irgendwo im Log stehen normalerweise. Hast du da alle Logs mal durchgesehen? Auch die Server Logs und nicht nur Shopware. In deinen geposteten Logs ist zumindest nichts in die Richtung zu erkennen.

Grüße
Matthias

Hi!

Danke, ich schreibe mal dem Hoster, der soll sich das mal ansehen .. melde mich mit weiteren Informationen!

Gruß Thomas

Lies den keiner mehr den Beipackzettel?
PHP8.3 ist nicht getestet
Nimm mal php8.4 oder 8.5

Und vor allem, welcher Hoster was für Settings?
Nutze den App Store und lade dir Tools

von Friends of Shopware

dann siehst du viel mehr wo es klemmt.

Moin @nurich-1,

woher hast du die Info denn?
Weil hier:

Und in der composer.json kann ich das nicht finden.

composer why-not php 8.3
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/Autoload/AutoloadGenerator.php:879
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/Autoload/AutoloadGenerator.php:884
There is no installed package depending on "php" in versions not matching 8.3

Auch läuft ein Shop im Test ohne Probleme auf 8.3. Wird zwar nicht empfohlen, da es nur noch SIcherheitsupdates gibt. Aber lauffähig sollte es sein.

Grüße
Matthias

System requirements

  • tested on PHP 8.2, 8.4 and 8.5
  • tested on MySQL 8 and MariaDB 11

da steht kein php 8.3 dabei im Beipackzettel
Steht gleich am Anfang wenn man installiert/updatet

Aber vermutlich ist es Webspace und der macht nach 30s zu und bricht alles ab, so liest sich das für mich.

Guten Morgen!

Ich hatte auch nur die Info zu 6.7 mit „PHP 8.2, 8.3 and 8.4“ gesucht und gelesen, die Info zu PHP 8.3 hatte ich überlesen, aber auch PHP 8.4 bringt den gleichen Fehler …

Ich warte noch eine eine weitere Rückmeldung vom Hoster und berichte dann. Die Info zu den 30 Sekunden glaube ich eher nicht, PHP ist auf 600 Sekunden eingestellt und der Abbruch kommt nach 5-10 Sekunden maximal…

SG Thomas

Du konntest auch vor dem Update die Browser Konsole oeffnen → Rechtsklick > Element untersuchen und dann siehst du die einzelnen Requests und evtl. die Fehlermeldung die kommt. Im Log kann das schnell untergehen oder kommt gar nicht soweit. Waere noch eine Moeglichkeit.

Eben probiert auf dem Testsystem ( 6.7.9.1 auf 6.7.10 ) und PHP 8.3. Kamen direkt auch diverse Fehlermeldungen beim Schritt wo man den Updater auswählt. Beim zweiten?

Also einmal zurück und auf PHP 8.4 umgeschaltet. Lief dann problemlos durch.

Morgen!

So gestern haben wir 30 Minuten mit dem Hoster telefoniert, der war auch recht ratlos, aber auch nicht verwundert bei einem shopware update (muss wohl öfter Probleme geben…) Am Ende war es die .htaccess Datei, die wurde im Update von shopware neu geschrieben und hat den Shop ins Nirvana geschickt … vielen Dank euch für eure Hilfe! SG Thomas

Die im public Ordner?

Da haben wir diverse eigene Dinge eingetragen wo nicht gut wäre wenn die plötzlich verschwinden Oo