-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unknown column 'entity_id' in catalog_category_entity_int
#48
Comments
Hi @jellamahendra, Regards, |
HI Team, The same issue I am facing in UB Data Migration Lite - 1.0.6, I have downloaded it from |
Hi @jellamahendra We did reply to the same question you posted on Ubertheme.com: Regards, |
I am having the same issue using Pro 2.0.6. I am using a fresh Magento2 database. CDbException |
Hi @kingkpono , In the ticket you asked our team at https://www.ubertheme.com/question/cdbexception-the-table-core_website/, you did use our UB Data Migration Lite (not our Pro version), and you mentioned the Magento 2.0.7 instead.
We wonder if you had another profile at Ubertheme? If you still need help on our migration tool, kindly follow up further via the ticket above, or you can submit a new one. Thanks, |
CDbException
CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_id' in 'where clause'. The SQL statement executed was: SELECT * FROM
catalog_category_entity_int
t
WHERE entity_id= 1 AND attribute_id = 69 AND store_id = 0 LIMIT 1We don't have entity_id column in catalog_category_entity_int, following is the magento 2 catalog_category_entity_int structure,
The text was updated successfully, but these errors were encountered: