nasos Posted August 9, 2011 Share Posted August 9, 2011 Trying upgrating from 1.3.2 to 1.4.4 i have these 4 sql errors: ALTER TABLE `ps_order_detail` ADD `group_reduction` DECIMAL(10, 2) NOT NULL AFTER `reduction_amount` (1060) Duplicate column name 'group_reduction' ALTER TABLE `ps_order_detail` ADD `ecotax_tax_rate` DECIMAL(5, 3) NOT NULL AFTER `ecotax` (1060) Duplicate column name 'ecotax_tax_rate' ALTER TABLE `ps_product` CHANGE `ecotax` `ecotax` DECIMAL(21, 6) NOT NULL DEFAULT '0.00' INSERT INTO `ps_configuration` (`name`, `value`, `date_add`, `date_upd`) SELECT 'PS_LOCALE_LANGUAGE', l.`iso_code`, NOW(), NOW() FROM `ps_configuration` c INNER JOIN `ps_lang` l ON (l.`id_lang` = c.`value`) WHERE c.`name` = 'PS_LANG_DEFAULT' (1062) Duplicate entry 'PS_LOCALE_LANGUAGE' for key 'name' INSERT INTO `ps_configuration` (`name`, `value`, `date_add`, `date_upd`) SELECT 'PS_LOCALE_COUNTRY', co.`iso_code`, NOW(), NOW() FROM `ps_configuration` c INNER JOIN `ps_country` co ON (co.`id_country` = c.`value`) WHERE c.`name` = 'PS_COUNTRY_DEFAULT' (1062) Duplicate entry 'PS_LOCALE_COUNTRY' for key 'name' If someone knows something or can help...Thanks Link to comment Share on other sites More sharing options...
nasos Posted August 12, 2011 Author Share Posted August 12, 2011 No-one ? Where is Rocky ? He must be somewhere here ? Link to comment Share on other sites More sharing options...
Neoz Posted August 28, 2011 Share Posted August 28, 2011 I had the same error Hope a solution for this. 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