When trying to look at any of my websites pages that have prices on them I get the following error message:
SQLSTATE[42S02]: Base table or view not found: 1932 Table 'bms_live.pricing_customer_volume_discount' doesn't exist in engine, query was: SELECT `main_table`.* FROM `pricing_customer_volume_discount` AS `main_table` WHERE (`customer_id` = '') AND (`charge_group` = 'D2') AND (`current_flag` = '1')
Do I just need to add the table it can't find or remove every query that requests that table??
Thanks,
Liam
Hello @liam_eagles1,
Have you got this error after installed any third party extension?
If yes then please find extension setup name on core_resource table and remove that entry and also disable cache. In case of, if you have upgrade extension then you need to downgrade in core_resource table.
After try to run frontend side. I hope that issue will be resolved.
Thank you.
--
If issue is solved, Click "Kudos" & "Accept as Solution"
Yes. That might be create an issue.
Thank yo.