Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / 1.3.7 to 1.3.8 database upgrade

1.3.7 to 1.3.8 database upgrade

Locked

Views: 2,046

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 Jan 2008, 5:14 PM
#1
heimskr75 avatar

heimskr75

Zen Follower

Join Date:
Apr 2007
Posts:
106
Plugin Contributions:
3

1.3.7 to 1.3.8 database upgrade

I get the following error when I click on the upgrade database button.

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

:dontgetit:dontgetit:dontgetit
That is the only thing the page shows. Nothing else so I dont know if it did a partial upgrade or what.
Now what????

18 Jan 2008, 2:29 AM
#3
heimskr75 avatar

heimskr75

Zen Follower

Join Date:
Apr 2007
Posts:
106
Plugin Contributions:
3

Re: 1.3.7 to 1.3.8 database upgrade

:oops::clap: