Hi, I am upgrading all my carts and it has been going well I guess. wish there was a way to test if everything was done correctly and no critical files were over written.
I am running into a strange error. I backed up my old cart. Installed a new copy of 139d. When I went to restored my backup I found it was damaged some how and I could not use it. I found a backup that was from a 137 cart and database. I restored from it ok said of course that the DB needed to be patched. When I run the DB update I get this error:
1062 Duplicate entry 'Customers who have never completed a purchase' for key 2
in:
[INSERT INTO gallquery_builder (query_category, query_name, query_description , query_string) VALUES ('email,newsletters', 'Customers who have never completed a purchase', 'For sending newsletter to all customers who registered but have never completed a purchase', 'SELECT DISTINCT c.customers_email_address as customers_email_address, c.customers_lastname as customers_lastname, c.customers_firstname as customers_firstname FROM TABLE_CUSTOMERS c LEFT JOIN TABLE_ORDERS o ON c.customers_id=o.customers_id WHERE o.date_purchased IS NULL');]
Anything I can do or am I toast?



