View Single Post
  #5  
Old 01-15-2004, 02:13 AM
 
GlennM GlennM is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 198
 

Default

Applyed the diff files patching ok (failed on head.tpl and include/func.php, but I have modified head.tpl and the x-cart team already fixed func.php for me).

But is anyone else have problems patching the sql file?
Code:
INSERT INTO xcart_config VALUES ('print_orders_separated','Print order invoices on separated pages','N','Appearance',210,'checkbox','N')
I get an error:
Quote:
Error

SQL-query :

INSERT INTO xcart_config
VALUES (

'print_orders_separated', 'Print order invoices on separated pages', 'N', 'Appearance', 210, 'checkbox', 'N'
)

MySQL said:


#1062 - Duplicate entry 'print_orders_separated' for key 1
Whaddupwiddat, cause I don't have an entry print_orders_separated already...?
Reply With Quote