Happy Zen Year Everyone!
I ran into a jam with my install of recover cart sales module on my 1.39h zen store.
I uploaded the files first then ran the sql query in my admin.
I now get the following error when visiting the recover cart sales page:
1146 Table XXXXX_XXXX.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 customers_basket cb LEFT JOIN 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 >= '20130107' 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.
So I assume the a table was not created.
What should I do? remove the files and restart the install?
I just noticed that I may have followed my steps in the reverse order looking at the install steps.
It says to run the SQL first and then upload files. Could this be the culprit?
Thanks everyone!
I


Reply With Quote
