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