Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anti Robot Registration Validation_3.2 #1062 - Duplicate entry '736' for key 'PRIMARY'


A4G!

Recommended Posts

I want to install Anti Robot Registration Validation_3.2 but I get this error in the SQL step:

 

Error

SQL query:

 

INSERT INTO configuration_group( configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible )

VALUES (

 

'736', 'Anti Robot Reg', 'Anti Robot Registration', 300, 1

);

 

 

 

MySQL said:

 

#1062 - Duplicate entry '736' for key 'PRIMARY'

 

Can any one tell me why??

 

Thanks to all!

Link to comment
Share on other sites

INSERT INTO configuration_group( configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible )

VALUES (

 

'736', 'Anti Robot Reg', 'Anti Robot Registration', 300, 1

);

 

 

 

 

Are you sure did'nt apply it already, error says id used!! if not change to:

 

 

INSERT INTO configuration_group( configuration_group_title, configuration_group_description, sort_order, visible )

VALUES ('Anti Robot Reg', 'Anti Robot Registration', 300, 1);

 

 

but that may have issues with folloing queries.

 

PS There is a support thread!! wink.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...