Hi guys,
i am receiving problems with migrate from magento 1.9.2.1 to magento 2.1.9
when i put command:
php bin/magento migrate:data -vvv vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.2.1/config.xml
i have this error
[Exception] Notice: Undefined offset: 146 in /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Step/ Eav/Data.php on line 814
and this
Exception trace: () at /home/hitech/public_html/lib/internal/Magento/Framework/App/ErrorHandler.php:61 Magento\Framework\App\ErrorHandler->handler() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php:814 Migration\Step\Eav\Data->migrateAttributesExtended() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php:192 Migration\Step\Eav\Data->perform() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/AbstractMode.php:73 Migration\Mode\AbstractMode->runStage() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:116 Migration\Mode\Data->runData() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:68 Migration\Mode\Data->run() at /home/hitech/public_html/vendor/magento/data-migration-tool/src/Migration/Console/MigrateDataCommand.php:51 Migration\Console\MigrateDataCommand->execute() at /home/hitech/public_html/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:257 Symfony\Component\Console\Command\Command->run() at /home/hitech/public_html/vendor/symfony/console/Symfony/Component/Console/Application.php:874 Symfony\Component\Console\Application->doRunCommand() at /home/hitech/public_html/vendor/symfony/console/Symfony/Component/Console/Application.php:195 Symfony\Component\Console\Application->doRun() at /home/hitech/public_html/lib/internal/Magento/Framework/Console/Cli.php:96 Magento\Framework\Console\Cli->doRun() at /home/hitech/public_html/vendor/symfony/console/Symfony/Component/Console/Application.php:126 Symfony\Component\Console\Application->run() at /home/hitech/public_html/bin/magento:23
how can i to solve it?
i have searched in forum but i haven't found solution, some people say of restore database to old database but i haven't old database, my install is fresh and database clean
please help me
have you installed any theme?