Fehler beim Update: Could not apply migration (Migrations_Migr

Hallo zusammen,

 

beim Update (5.2 auf 5.5.8 bricht das DB-Update mit folgender Meldung ab):

Error
Received the following error message:
Could not apply migration (Migrations_Migration917). Error: array_keys() expects parameter 1 to be array, null given

Please try to fix this error and restart the update.

Response

 {"valid":false,"errorMsg":"Could not apply migration (Migrations\_Migration917). Error: array\_keys() expects parameter 1 to be array, null given "}

Wenn ich mir das hier anschaue:

shopware/917-add-sorting-module.php at 5.4 · shopware/shopware · GitHub gibt es das array_keys nur in dem Part:
$sorting = json_decode($sorting, true);
$classes = array_keys($sorting);

Hat jemand eine Idee, warum hier das Array anscheinend nicht gefüllt wird? In der Tabelle s_product_streams  sind auf jeden Fall alle sortings gefüllt…

Danke und Grüße, Alex

 

 

Evtl. hilft das Google Ergebnis -> https://support.netinventors.de/hc/de/articles/115000906773-Could-not-apply-migratin-Error-SQLSTATE-21000-Cardinality-violation

@Shopwareianer schrieb:

Evtl. hilft das Google Ergebnis -> https://support.netinventors.de/hc/de/articles/115000906773-Could-not-apply-migratin-Error-SQLSTATE-21000-Cardinality-violation

Vielen Dank - aber geht es da nicht um  komplett andere Tabellen? Irgendwie kann ich den Zusammenhang zu dem Problem bei uns nicht herstellen (oder steh gerade auf der Leitung…)