Guest Posted January 20, 2007 Share Posted January 20, 2007 Hi there, I am trying to install the Ultimate SEO Contribution for the first time and I get a SQL Error when trying to run the following sql on my store database: ALTER TABLE `categories_description` ADD `categories_seo_url` VARCHAR( 100 ) NOT NULL ; ALTER TABLE `products_description` ADD `products_seo_url` VARCHAR( 100 ) NOT NULL ; The Error that I receive is: #1060 - Duplicate column name 'categories_seo_url' Does anybody if you know why this error occurs and what it means? As I am a newbie, any answers would greatly be appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 20, 2007 Share Posted January 20, 2007 The sql code is trying to add a new field to the database. The error is saying the field is already in there. So the sql must have already been ran. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons 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.
Note: Your post will require moderator approval before it will be visible.