-
Notifications
You must be signed in to change notification settings - Fork 197
migration fail Notice: Undefined offset: 1 in data-migration-tool/src/Migration/Step/Eav/Data.php on line 266 #227
New issue
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
Comments
Hi @fventurini This #209 report looks quite similar. I assume you got the error because you disabled |
You are right. I have to take db backup first of every data migration for eventual restore. |
Facing the same issue as [Exception] Exception trace: |
This happens when you re-try a migration (i.e. because the first attempt failed). I am yet searching for a solution to "reset" the db, as @victor-v-rad suggested. For me, I do not want to start with a fresh 2.x db because we already did quite some configuration. |
@fwolfst , |
any update on this issue? I am facing the same. |
@terms999 , no, still i didn't get any solution for this, one possible way is, need to restore the database then start migration again, it may help you, for me its resloved |
I face this issue when i see "Class not found /Migration/Handler/EavAttribute/ConvertConfigurableAttribute" error during the migration. To solve this i created the file and get the source from git repo of data migration tool 2.2 version after that you need to import the fresh copy of database in destination site. flush the cache and run the migration command from start. |
Greetings, I had a similar error but on line 492, I went to the line and ignored the Notice Exception with @
Then all fine work Regarding, need to restore the database then start migration again, I think that here https://oyenetwork.com/articles/data-migration-to-magento2-case-study/ worked differently, they did things like:
|
[Exception]
Notice: Undefined offset: 1 in /var/www/html/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 266
Tried every bulk_size in config.xml
what else can I try?
thanks
Francesco
The text was updated successfully, but these errors were encountered: