cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.5-p1 - Data Migration issue - Undefined offset 0

Magento 2.3.5-p1 - Data Migration issue - Undefined offset 0

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?

4 REPLIES 4

Re: Magento 2.3.5-p1 Data Migration Tool Install 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.

https://github.com/ChameleonDevil/data-migration-tool/blob/EditsOn_MigrationStepEavData/src/Migratio...

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

Re: Magento 2.3.5-p1 - Data Migration issue - Undefined offset 0

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.

 

Problem solved? Click Accept as Solution!

Re: Magento 2.3.5-p1 Data Migration Tool Install error

@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.

Re: Magento 2.3.5-p1 Data Migration Tool Install error

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!