Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CentreShop SQL Error?!


Whiskers

Recommended Posts

Posted

Hi all,

 

I am just adding the CenterShop contribution and I am getting this error message when adding the SQL in PHPMyAdmin:

 

Error

SQL query:

 

INSERT INTO configuration_group

VALUES ( 16, 'Center Shop', 'Center Shop Module Integration', 16, 1 ) ;

 

 

 

MySQL said:

 

#1062 - Duplicate entry '16' for key 1

 

 

I have used this contribution lots before, but never had this problem. Any ideas what might be causing it?

Posted

I changed both the 16's to 17, but then it came up with this:

 

Error

SQL query:

 

INSERT INTO configuration

VALUES ( 200, 'Center Shop on/off', 'CENTER_SHOP_ON', 'on', 'Turn on/off CenterShop.', 16, 1, '2004-02-25 14:34:58', '2004-02-25 14:34:58', NULL , 'tep_cfg_select_option(array(\'on\', \'off\'),' ) ;

 

 

 

MySQL said:

 

#1062 - Duplicate entry '200' for key 1

 

 

Shall I change the 200 now? Actually what about that 16? Does it need to be a 17 also?

 

Thanks for the quick reply! :D

Posted

I changed both the 16's to 17, but then it came up with this:

 

Error

SQL query:

 

INSERT INTO configuration

VALUES ( 200, 'Center Shop on/off', 'CENTER_SHOP_ON', 'on', 'Turn on/off CenterShop.', 16, 1, '2004-02-25 14:34:58', '2004-02-25 14:34:58', NULL , 'tep_cfg_select_option(array(\'on\', \'off\'),' ) ;

 

 

 

MySQL said:

 

#1062 - Duplicate entry '200' for key 1

 

 

Shall I change the 200 now? Actually what about that 16? Does it need to be a 17 also?

 

Thanks for the quick reply! :D

 

 

Any more help would be appreciated.

Posted

Any more help would be appreciated.

 

I could really do with getting some advice on this please guys. I have also noticed that it is showing the CenterShop in admin 4 times! :( How can I remove those?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...