Quote:
1146 Table 'baby_newzen.scart' doesn't exist
in:
[select cb.customers_id, cb.products_id, cb.customers_basket_quantity, cb.customers_basket_date_added, cus.customers_firstname, cus.customers_lastname, cus.customers_telephone, cus.customers_email_address, sc.datemodified from zen_customers_basket cb left join zen_customers cus on (cb.customers_id = cus.customers_id) left join scart sc on (cb.customers_id = sc.customers_id) where cb.customers_basket_date_added >= '20061021' and cb.customers_id not in ('') order by cb.customers_id asc, cb.customers_basket_date_added desc]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I've tried installing the sql through my zen admin and through phpmyadmin. My db has the prefix zen_. When I installed the SQL through phpmyadmin, the above error was no longer there, but a similar error appeared on the page when I tried to click send to send an e-mail to a customer, this time saying the orders table does not exist. It looks like it's trying to pull the info from the table without the prefix. How do I get the db prefix in there?