-
Notifications
You must be signed in to change notification settings - Fork 199
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
After data migration we have issue with Base table or view not found: 1146 Table 'magento2.customer/entity' doesn't exist #313
Comments
complete path Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.customer/entity' doesn't exist, query was: SELECT Exception #1 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.customer/entity' doesn't exist |
however customer_entity exists.
Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.customer/entity' doesn't exist, query was: SELECT
customer/entity
.* FROMcustomer/entity
WHERE (entity_id ='')Exception #1 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.customer/entity' doesn't exist
Can you help me.
Our magento are 2.1.7
The text was updated successfully, but these errors were encountered: