Zen Cart Logo

upgrade error

Locked

Views: 1,461

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 Jan 2008, 06:31
#1
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

upgrade error

whenever I try to patch the database I get this error:

1062 Duplicate entry 'Customers who have never completed a purchase' for key 2
in:
[INSERT INTO sndonline_query_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');]

Im trying to upgrade from 1.3.7 to 1.3.8