Magento2 Base Table Not Found – Fix Amasty Conf Group Attr Error

amastyattributesdatabasemagento2table

The changes made in products attributes doesn't show on the frontend. The part of the database won't update and shows the following message.
"Base table or view not found table amasty_conf_group_attr doesn't exist"
The status:upgrade won't install the missing table either.

What is the best solution to fix this bug?

Best Answer

Can you do the following steps?

Step 1 : If Module install partial or some table missing in the database then do the following.

Remove Module entry from setup_module table.

Step 2 : Execute the setup upgrade below commands for reinstall the module again.

php bin/magento setup:upgrade

Related Topic