Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Tabs issues with SQL


Recommended Posts

i have been using oscmax but i couldn't find the answers from their forums regarding installing product tabs addons.

 

i have followed all installation process except that SQL gave me an error. the sql installed was:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_musthave` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extraimage` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_manual` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extra1` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_moreinfo` TEXT DEFAULT NULL AFTER `products_description`;

 

 

It gave me an error that says:

 

Error

SQL query:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description` ;

 

 

MySQL said:

 

#1060 - Duplicate column name 'products_spec'

 

what does this mean?

 

thanks for the help.

Link to comment
Share on other sites

i have been using oscmax but i couldn't find the answers from their forums regarding installing product tabs addons.

 

i have followed all installation process except that SQL gave me an error. the sql installed was:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_musthave` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extraimage` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_manual` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extra1` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_moreinfo` TEXT DEFAULT NULL AFTER `products_description`;

 

 

It gave me an error that says:

 

Error

SQL query:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description` ;

 

 

MySQL said:

 

#1060 - Duplicate column name 'products_spec'

 

what does this mean?

 

thanks for the help.

 

It means that you already have a column with the name 'products_spec' in the database

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