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
In the Setup the installSchema and installData is missing where there is the upgradeSchema and upgradeData.
Without the schema install to create the Table it gives the error as
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gp.bitexpert_forcelogin_whitelist' doesn't exist, query was: SELECT main_table.* FROM bitexpert_forcelogin_whitelist AS main_table WHERE (store_id IN(0, 1))
The text was updated successfully, but these errors were encountered:
that's odd, I'm not able to reproduce the problems of installment on Magento 2.0.7. Can you tell me more about your setup? At what moment does this error occur?
In the Setup the installSchema and installData is missing where there is the upgradeSchema and upgradeData.
Without the schema install to create the Table it gives the error as
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gp.bitexpert_forcelogin_whitelist' doesn't exist, query was: SELECT
main_table
.* FROMbitexpert_forcelogin_whitelist
ASmain_table
WHERE (store_id
IN(0, 1))The text was updated successfully, but these errors were encountered: