How to solve this error?
If i try to istall install data migration tool, i am getting following error,
In ErrorHandler.php line 61:
Notice: Undefined offset: 0 in /usr/share/nginx/html/giriusa/vendor/magento
/data-migration-tool/src/Migration/Step/Eav/Data.php on line 651
How to solve this error?
Hi @Aveeva ,
Can you please try the quick hotfix given by ChameleonDevil on the below link:
https://github.com/magento/data-migration-tool/issues/813
Potential fix - but read notes below
I have created a committee to check for non-existing key. There are two changes in migrateCustomEntityAttributes(). This essentially just makes sure to skip non-existing IDs. After applying this to my local installation and running migrate:data on a backed-up
new M2.3.5 database, all the other steps continued without issue - took about 40 minutes.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
Hi @Aveeva
Kindly refer below links :
https://github.com/magento/data-migration-tool/issues/813
https://github.com/magento/data-migration-tool/issues/112
It may can help you to resolve issues.
@Nishu Jindal Really thank you for your support,
I just came across a few forums that said a bug in Magento 2.3.5 data migration tool. https://magento.stackexchange.com/a/314906/57334
We have the plan to migrate to Magento 2.3.4.
Thank You @Nishu Jindal for you fantastic support also @Bhanu Periwal
Thank You.
Hi @Aveeva,
Great .. That was my second thought if this hotfix is not going to work for you.
Glad to know we found real issue.
Thanks!