Skip to content
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

[Exception] Notice: Undefined index: entity_type_table (delta mode) #203

Closed
harimayco opened this issue Dec 19, 2016 · 4 comments
Closed

Comments

@harimayco
Copy link

harimayco commented Dec 19, 2016

I successfully ran migration from magento 1.9.2.0 to magento 2.1.3 with data migration tool 2.1.2 which is compatible with 2.1.3 as you said in another issue #202 .
but when try to run the delta mode it returns me the following error.
[Exception] Notice: Undefined index: entity_type_table
delta error

@harimayco
Copy link
Author

I have updated data migration tool to version 2.1.3 but still facing this issue.
any help ? 😭

@victor-v-rad
Copy link
Collaborator

Hi @harimayco

I suppose your table eav_entity_store has references to eav_entity_type records which are not among the next entity types (order, invoice, creditmemo, shipment, rma_item).
An internal ticket MAGETWO-62588 was created to investigate your issue.

@victor-v-rad
Copy link
Collaborator

Try this fix

@harimayco
Copy link
Author

the fix works.
Thank you. (y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants