duplicate entry
jloos <[email protected]> 27 Aug 2003 06:02:59 -0000
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <4bb7164258d15e6fedfd5b87ea237a6c@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=220296#220296 ---------------------------------------------------------------- Horsedog: [quote="horsedog"]When trying to install the configuration.sql I get the following error: Duplicate entry '16' for key 1 [/quote] In configuration.sql the first line replace 16 (two times !!) with the first free number in your configuration_group table. In the other lines replace the 6th field (16) with the number you entered in the first line. It could happen that the first id 200,201 etc, already exist in your configationtable, change this to the first free id's in your db. have fun ! Hans