Hallo in die Runde,
wir wollen unseren Shop von 5 auf 6 migrieren.
Den leeren Shopware 6 Shop haben wir auf einer Subdomain installiert und die Shops per API verbunden. Wenn wir nun die Migration starten, läuft die auch an und wird als erfolgreich angezeigt, übertragen wird aber nichts, bis auf die Artikeleigenschaften.
Bei den Migrationsdetails werden 25 Systemfehler und 1 Schreibfehler angezeigt
Ich füge mal den Anfang und den Schluss vom Fehlerlog ein, vielleicht kann jemand erkennen, wo das Problem liegen könnte.
Profile: shopware57
Gateway: api
Selected data:
- basicSettings (total: 0)
- language (total: 0)
- category_custom_field (total: 0)
- category (total: 0)
- customer_group_custom_field (total: 0)
- customer_group (total: 0)
- currency (total: 0)
- sales_channel (total: 0)
- number_range (total: 0)
- products (total: 1)
- media_folder (total: 0)
- product_custom_field (total: 0)
- product_price_custom_field (total: 0)
- product_manufacturer_custom_field (total: 0)
- product (total: 0)
- property_group_option (total: 1)
- product_option_relation (total: 0)
- product_property_relation (total: 0)
- translation (total: 0)
- product_cross_selling (total: 0)
- main_variant_relation (total: 0)
- processMediaFiles (total: 0)
- media (total: 0)
--------------------Log-entries---------------------
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: language, sourceId: -
SwagMigrationAssistant\Migration\Logging\Log\ExceptionRunLog::__construct(): Argument #4 ($sourceId) must be of type ?string, int given, called in /www/htdocs/…/sw6.shop.de/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataConverter.php on line 144
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: category, sourceId: -
SwagMigrationAssistant\Profile\Shopware\Converter\ShopwareConverter::getSourceIdentifier(): Return value must be of type string, int returned
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: category, sourceId: -
SwagMigrationAssistant\Profile\Shopware\Converter\ShopwareConverter::getSourceIdentifier(): Return value must be of type string, int returned
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: customer_group, sourceId: -
SwagMigrationAssistant\Profile\Shopware\Converter\ShopwareConverter::getSourceIdentifier(): Return value must be of type string, int returned
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: sales_channel, sourceId: -
SwagMigrationAssistant\Profile\Shopware\Converter\ShopwareConverter::getSourceIdentifier(): Return value must be of type string, int returned
usw…
{
„entity“: „property_group_option“,
„dataId“: „a5508e79b6ad48a7b4f50c8a2f964775“,
„error“: {
„code“: „c1051bb4-d103-4f74-8988-acbcafc7fdc3“,
„status“: „400“,
„detail“: „Dieser Wert sollte nicht leer sein.“,
„template“: „This value should not be blank.“,
„meta“: {
„parameters“: {
„{{ value }}“: „null“
}
},
„source“: {
„pointer“: „/0/translations/2fbb5fe2e29a4d70aa5854ce7ce3e20b/name“
}
}
}