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
Feedback sent
We appreciate your effort and will try to fix the article