Jump to content

manual upgrade 1.4.70 to 1.5.40 sql error


Recommended Posts

Hi

 

I'm having sql error as below when performing manual upgrade from 1.4.7.0 to 1.5.4.0 :

 

*ERROR* 2013/04/29 - 15:53:32: SQL query:

INSERT INTO `ps_cart_rule_product_rule` (`id_product_rule`, `id_cart_rule`, `quantity`, `type`) (

SELECT DISTINCT `id_product_rule`, `id_product_rule`, 1, 'categories' FROM `ps_cart_rule_product_rule_value`

)

*ERROR* 2013/04/29 - 15:53:32: SQL error:

Duplicate entry '1' for key 1

*ERROR* 2013/04/29 - 15:55:25: PHP error: /* PHP:update_customer_default_group(); */

 

Followed all steps mentioned in http://doc.prestasho...?pageId=5374295

 

Thanks in advance for your help

Edited by entrancey (see edit history)
Link to comment
Share on other sites

the error is saying that the record already exists. you might be able to safely ignore this error.

 

query the "ps_cart_rule_product_rule" database table and see what is in there, and if it matches the record they are trying to insert.

Link to comment
Share on other sites

hi

 

the table is empty -> "MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0004 sec )"

 

how bout the other errror? *ERROR* 2013/04/29 - 15:55:25: PHP error: /* PHP:update_customer_default_group(); */

 

but why FO & BO shos blank page?

 

thanks

Edited by entrancey (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...