tim_ver Posted August 3, 2006 Share Posted August 3, 2006 When I run the sql file I get this error: MySQL said: #1062 - Duplicate entry '16' for key 1 How do I fix this? I looked at the file and saw this ( INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('16', 'Website Maintenance', 'Website Maintenance Options', '16', '1'); )and thought I could change the 16 to 17 but not sure if I have to change other areas also in the file.?? Thanks Quote Link to comment Share on other sites More sharing options...
tim_ver Posted August 3, 2006 Author Share Posted August 3, 2006 I got it. Thanks Quote Link to comment Share on other sites More sharing options...
breamillman Posted August 28, 2006 Share Posted August 28, 2006 I got it. Thanks Can you tell us what you did Please?!?! All of the other fixes for this haven't seemed to work.. thanks! Quote Link to comment Share on other sites More sharing options...
Guest Posted April 1, 2007 Share Posted April 1, 2007 For the record, The error is caused by the SQL trying to create a record in your table configuration_group is item 16 which ia already taken up. Change all instances in the SQL to 17 (or greater) which should solve this problem. Ed :thumbsup: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.