magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
334 stars 200 forks source link

Category values are empty / product overview missing values #908

Closed Naberdz closed 1 year ago

Naberdz commented 1 year ago

Preconditions

  1. Magento 2 version: 2.4.5-p1, Magento 1 version: 1.9.2.1

Steps to reproduce

  1. Do clean install of magento 2. run migration tool.

Expected result

  1. Data should be migrated normally. Usually i have no problems with such action even if we have warnings about missing mapping for some fields.

Actual result

  1. Product overview missing values had to modify: vendor/magento/module-catalog/Ui/Component/Listing/Columns/ProductActions.php:61

From 'ariaLabel' => ('Edit ') . $item['name'], To 'ariaLabel' => ('Edit ') . @$item['name'],

Schermafbeelding 2023-01-26 om 09 07 57

when we edit product we do see all values:

Schermafbeelding 2023-01-26 om 09 08 27

Categories are missing data: Magento 1 version:

Schermafbeelding 2023-01-26 om 09 20 45

Magento 2 version: screencapture-dartwinkel-wemessage-it-backend-catalog-category-edit-key-8b365e934e07a218a1d08ebfafd2a6eeeb6f360e8142bce0f6ac9f65268b221f-id-144-2023-01-26-09_20_08

  1. After migration Customers are missing. we have customer groups(migrated) and newsletter subscribers(migrated).

Additional notes

Migration log: https://pastebin.com/MMAzfpTC

m2-assistant[bot] commented 1 year ago

Hi @Naberdz. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


Naberdz commented 1 year ago

well issue seem to be resolved had to run reindex. although steel unable to see products on frontend. probably still missing something.

Naberdz commented 1 year ago

nvm found my issue : https://github.com/magento/magento2/commit/bb55549cd3016987663272e7ffe3f452c8d6e40d