When a customer tries to log in, create a new account, or browse my test store when logged in, they get this message:

1146 Table 'com0801303394519.com0801303394519_customers' doesn't exist
in:
[select gp.group_name from com0801303394519_customers cu left join com0801303394519_group_pricing gp on cu.customers_group_pricing=gp.group_id where cu.customers_id = 1]


com0801303394519 is the name of my database.



For example, when someone logs in or creates a new account, they are taken to a page that says the error message only. If they click the BACK button though, they ARE logged in and looking at their My Account.

If they view an item, they see the same message and no item description or image where it should be. They DO see the site framework (sideboxes, header, breadcrumbs, etc).


Can anyone help?

I'm running ZenCart 1.3.7 on a Linux server. I installed Group Pricing, Easy Populate, and Add customer add-ons.