-
Notifications
You must be signed in to change notification settings - Fork 197
Undefined offset: 150 in /vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 813 #621
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 @gerym77 Your Migration/Step/Eav/Data.php file may differ from the original |
this is the difference: line 642: your file: line 642-645 but I still have the same error message: havn´t deleted the attribute_id 150 this time! |
At the beginning of migration the tool check for orphaned records and can throw error like in #455 If such errors were during your migration and you used |
I got this issue on m.2.3.1 migration. Notice: Undefined offset: 148 in vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 817 |
Preconditions
source: magento 1.9.3.10
destination: Magento 2.2.6
3rd party extensions installed
Steps to reproduce
Expected result
run data migration
Actual result
Erros message
[2018-12-03 23:50:41][INFO][mode: data][stage: data migration][step: EAV Step]: started
71% [====================>-------] Remaining Time: < 1 sec
[Exception]
Notice: Undefined offset: 150 in /shop/magento/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 813
Exception trace:
() at /shop/magento/vendor/magento/framework/App/ErrorHandler.php:61
Magento\Framework\App\ErrorHandler->handler() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php:813
Migration\Step\Eav\Data->migrateAttributesExtended() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php:192
Migration\Step\Eav\Data->perform() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Mode/AbstractMode.php:79
Migration\Mode\AbstractMode->runStage() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:119
Migration\Mode\Data->runData() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:69
Migration\Mode\Data->run() at /shop/magento/vendor/magento/data-migration-tool/src/Migration/Console/MigrateDataCommand.php:51
Migration\Console\MigrateDataCommand->execute() at /shop/magento/vendor/symfony/console/Command/Command.php:241
Symfony\Component\Console\Command\Command->run() at /shop/magento/vendor/symfony/console/Application.php:843
Symfony\Component\Console\Application->doRunCommand() at /shop/magento/vendor/symfony/console/Application.php:193
Symfony\Component\Console\Application->doRun() at /shop/magento/vendor/magento/framework/Console/Cli.php:104
Magento\Framework\Console\Cli->doRun() at /shop/magento/vendor/symfony/console/Application.php:117
Symfony\Component\Console\Application->run() at /shop/magento/bin/magento:23
I deleted attribute_id 150 from catalog_eav_attibutes as mentioned in issue #599
but still the same message.
anyone has an idea what goes wrong?
The text was updated successfully, but these errors were encountered: