ElaineEnriquezBloch Posted August 6, 2011 Posted August 6, 2011 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. Quote
pdcelec Posted August 6, 2011 Posted August 6, 2011 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 Quote
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.
Note: Your post will require moderator approval before it will be visible.