We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to migrate my CE 1.9.0.1 database to 2.1.7. Somehow i'm getting this error:
Notice: Undefined offset: 44 in /vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on l ine 563
I run: bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.0.1/config.xml
bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.0.1/config.xml
How to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi @Hobbit78
Try to follow this advice #301 (comment) and write back if it helped.
Sorry, something went wrong.
Hi victor-v-rad,
Your mentioned advise at https://github.com/magento/data-migration-tool/issues/301#issuecomment-304619179 worked like a charm. But need to to run migration on a fresh database after commenting out the mentioned lines.
Thanks for the help!
@Hobbit78 The link is now 404. Any chance I could trouble you for an update?
No branches or pull requests
Hi,
I'm trying to migrate my CE 1.9.0.1 database to 2.1.7.
Somehow i'm getting this error:
Notice: Undefined offset: 44 in /vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on l ine 563
I run:
bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.0.1/config.xml
How to solve this problem?
The text was updated successfully, but these errors were encountered: