Error in admin panel: 'bbfirmag_mage2.bss_size_chart' doesn't exist

Created by Katie Bui, Modified on Fri, 23 Nov 2018 at 04:43 PM by Katie Bui

Question:

I get this in admin panel SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bbfirmag_mage2.bss_size_chart' doesn't exist, query was: SELECT COUNT(*) FROM `bss_size_chart` AS `main_table`


Answer:

This issue is caused since the table "bss_size_chart" is not created

Please follow our solution below:

- Access your site's database (with adminer, phpmyadmin or ssh

- delete the row containing our module's name in table setup_module: http://prntscr.com/laa8rc

-  access ssh -> access Magento folder's path

Run command:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article