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
I running into the following SQL error on setup:upgrade when doing a manual install:
SQLSTATE[42S02]: Base table or view not found: 1146 Table '{OUR DB NAME].faonni_smartcategory_rule' doesn't exist, query was: SELECT COUNT(*) AS `rows_count` FROM `faonni_smartcategory_rule` WHERE (conditions_serialized IS NOT NULL)
It seems that it's looking for a table that isn't there. We don't use a table prefix, but this seems similar to #25.
I've tried v2.1.10 and v2.3.1 on Magento 2.2.5 CE.
The text was updated successfully, but these errors were encountered:
Hi,
I running into the following SQL error on setup:upgrade when doing a manual install:
SQLSTATE[42S02]: Base table or view not found: 1146 Table '{OUR DB NAME].faonni_smartcategory_rule' doesn't exist, query was: SELECT COUNT(*) AS `rows_count` FROM `faonni_smartcategory_rule` WHERE (conditions_serialized IS NOT NULL)
It seems that it's looking for a table that isn't there. We don't use a table prefix, but this seems similar to #25.
I've tried v2.1.10 and v2.3.1 on Magento 2.2.5 CE.
The text was updated successfully, but these errors were encountered: