-
Notifications
You must be signed in to change notification settings - Fork 197
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
PHP FATAL error during data migration #126
Comments
Getting such error could mean you do not have one of the next tables in your Magento 2 DB: |
They are all in place. sow_catalog_product_entity | |
Specify prefix for tables in Magento 1 and 2 in your config.xml > source_prefix and dest_prefix |
This is what is defined in the config.xml under options
Please let me know if this should be different. |
I have changed the config like this but logically with the same result.
|
We made a complete new installation and started all over again. |
I have the same issue... |
I have the same problem when trying to migration data from 1901 to 211... |
We have been running into this error for many times now and no matter what we do it stays.
Magento: 1.9.2.2 to magento 2.1.0 migration
PHP 7.0.8
CENTOS 7
Cleared compiled files and cache.
System settings runs ok but Data migration keeps on giving this error:
100% [============================] Remaining Time: 1 sec
[2016-08-01 20:36:54][INFO][mode: data][stage: integrity check][step: PostProcessing Step]: started
0% [>---------------------------] Remaining Time: 1 sec PHP Fatal error: Uncaught Error: Call to a member function getStructure() on boolean in /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Step/PostProcessing/Integrity.php:85
Stack trace:
#0 /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Step/PostProcessing/Integrity.php(70): Migration\Step\PostProcessing\Integrity->checkFields(Array, 'destination')
#1 /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/AbstractMode.php(73): Migration\Step\PostProcessing\Integrity->perform()
#2 /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php(88): Migration\Mode\AbstractMode->runStage(Object(Migration\Step\PostProcessing\Integrity), 'PostProcessing ...', 'integrity check')
#3 /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Mode/Data.php(61): Migration\Mode\Data->runIntegrity(Object(Migration\App\Mode\StepList))
#4 /apps/web/dev.site in /apps/web/dev.site.com/public_html/vendor/magento/data-migration-tool/src/Migration/Step/PostProcessing/Integrity.php on line 85
The text was updated successfully, but these errors were encountered: