-
Notifications
You must be signed in to change notification settings - Fork 197
Record structure does not contain field is_visible_on_front #610
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
data-migration-tool v.: 2.2.6
... [2018-11-24 19:16:32][DEBUG][mode: data][stage: data migration][step: Map Step][table: newsletter_subscriber]: migrating [Migration\Exception] Exception trace: |
Please try this fix 13728b3 |
similar problem here: added to ignore tag in map-eav.xml after fix 13728b3 new error message: Opened new issue #621 |
Hi @victor-v-rad, [Exception] and [PDOException] I tried with many times with new setup but it throws an same errors |
I have the same error as the OP. How do you apply the fix, @victor-v-rad? |
it was fixed in 2.2.7. please try it |
I am trying to migrate a Magento 1 install into a clean Magento 2 install. This is 1.9.3.1 to 2.2.6. I get this error-
100% [============================] Remaining Time: < 1 sec
[2018-11-07 21:25:29][INFO][mode: data][stage: data migration][step: EAV Step]: started
57% [================>-----------] Remaining Time: 1 sec
[2018-11-07 21:25:30][ERROR]: Record structure does not contain field is_visible_on_front
[2018-11-07 21:25:30][INFO][mode: data][stage: data migration][step: EAV Step]: Error occurred. Rollback.
[2018-11-07 21:25:30][INFO][mode: data][stage: data migration][step: EAV Step]: EAV Step: rollback
[2018-11-07 21:25:30][INFO][mode: data][stage: data migration][step: EAV Step]: Please fix errors and run Migration Tool again
[Migration\Exception]
Data Migration failed
Exception trace:
() at /var/www/html/transfer/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:121
Migration\Mode\Data->runData() at /var/www/html/transfer/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php:69
Migration\Mode\Data->run() at /var/www/html/transfer/vendor/magento/data-migration-tool/src/Migration/Console/MigrateDataCommand.php:51
Migration\Console\MigrateDataCommand->execute() at /var/www/html/transfer/vendor/symfony/console/Command/Command.php:245
Symfony\Component\Console\Command\Command->run() at /var/www/html/transfer/vendor/symfony/console/Application.php:835
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/transfer/vendor/symfony/console/Application.php:185
Symfony\Component\Console\Application->doRun() at /var/www/html/transfer/vendor/magento/framework/Console/Cli.php:104
Magento\Framework\Console\Cli->doRun() at /var/www/html/transfer/vendor/symfony/console/Application.php:117
Symfony\Component\Console\Application->run() at /var/www/html/transfer/bin/magento:23
migrate:data [-r|--reset] [-a|--auto] [--]
is_visible_on_front seems important I am not sure if ignore is the best option here.
The text was updated successfully, but these errors were encountered: