You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2023. It is now read-only.
So, till the 2nd step everything was proper.
And when running phpunit, it throws an error :
myProj/app/code/local/Dbaux/Customer/sql/customer_setup/upgrade-1.6.2.0.4-1.6.2.0.5.php" - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento_test.customer_entity
And when I looked into it, its because the script present in: app/code/core/Mage/Customer/sql/customer_setup which has files with lower version number are not run before running this script.
So, did anyone else facing this issue, or knows how to resolve this issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, till the 2nd step everything was proper.
And when running
phpunit
, it throws an error :myProj/app/code/local/Dbaux/Customer/sql/customer_setup/upgrade-1.6.2.0.4-1.6.2.0.5.php" - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento_test.customer_entity
And when I looked into it, its because the script present in:
app/code/core/Mage/Customer/sql/customer_setup
which has files with lower version number are not run before running this script.So, did anyone else facing this issue, or knows how to resolve this issue.
The text was updated successfully, but these errors were encountered: