NemoPS Posted May 31, 2011 Share Posted May 31, 2011 Hi there, i've just upgraded to 1.4.2, but seems some errors occurred in the installation (previous one was 1.4.2 from svn). It sais:ALTER TABLE `ps_carrier` ADD `is_free` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `is_module`(1060) Duplicate column name 'is_free'UPDATE `ps_address_format` SET `format`=REPLACE(REPLACE(`format`, 'state_iso', 'State:name'), 'country', 'Country:name')ALTER TABLE `ps_orders` ADD INDEX `date_add`(`date_add`)(1061) Duplicate key name 'date_add'Is this a major issue? Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted May 31, 2011 Share Posted May 31, 2011 Hi,These errors are not a problem, the duplicate queries are just ignored. Enjoy 1.4.2! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now