Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sql error for column controller


marianama

Recommended Posts

Hi there,

 

I got a fresh osCommerce V2.2rc2a installed and tried to install the column controller w admin v2.0 for MS2(http://addons.oscommerce.com/info/169) while there was an sql error:

 

SQL query:

 

-- phpMyAdmin SQL Dump

-- version 2.6.0-beta2

-- http://www.phpmyadmin.net

--

-- Host: localhost

-- Generation Time: Jul 28, 2004 at 09:08 PM

-- Server version: 3.23.58

-- PHP Version: 4.3.6

--

-- Database: `catalog`

--

-- --------------------------------------------------------

--

-- Dumping data for table `configuration_group`

--

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

VALUES ( 400, 'Column Controller', 'Configure Column width which boxes will display and where.', '', 0 )

 

MySQL said:

 

#1062 - Duplicate entry '400' for key 1

 

 

I don't understand sql. Would anyone help? Thank you very much.

Link to comment
Share on other sites

  • 2 months later...

Thank you Chris!

 

Hi!

 

I have the exact same problem. Tryed changing the value "400" to "416", but then another error occurred:

 

"

Error

 

SQL query: Documentation

 

INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` )

VALUES ( 182, 'Currencies Box', 'BOX_CURRENCIES_IS_ON', 'true', 'Would you like to display the Currencies Box?', 416, 40, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'tep_cfg_select_option(array(''true'', ''false''),' ) ;

 

MySQL said: Documentation

#1062 - Duplicate entry '182' for key 1

"

 

I changed the value 182 to other values, but the same error occurred. What should I do? I know nothing about sql...

 

Thanks,

 

Maria Cafe

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...