Jump to content

Error upgrading 1.3.2.3 -> 1.5.5.0


Recommended Posts

Hello, all day tried to upgrade a prestashop 1.3.2.3 to 1.5.5.0 ...

 

Used the manual upgrade but still reciving ~ 170 errors ....

 

I've readed all tips, documentations, but I can't get it done.

 

Can anyone help me with a suggestion please?

 

Full error logs attached.

 

Preview:

<request result="fail" sqlfile="1.4.0.2">
<sqlQuery>
<![CDATA[
CREATE TABLE `ps_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) DEFAULT NULL, `meta_keywords` varchar(255) DEFAULT NULL, `meta_description` varchar(255) DEFAULT NULL, UNIQUE KEY `category_lang_index` (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
]]>
</sqlQuery>
<sqlMsgError>
<![CDATA[ Table 'ps_cms_category_lang' already exists ]]>
</sqlMsgError>
<sqlNumberError>
<![CDATA[ 1050 ]]>
</sqlNumberError>
</request>
<request result="fail" sqlfile="1.4.0.2">
<sqlQuery>
<![CDATA[
INSERT INTO `ps_cms_category_lang` VALUES(1, 1, 'Home', '', 'home', NULL, NULL, NULL)
]]>
</sqlQuery>
<sqlMsgError>
<![CDATA[ Duplicate entry '1-1' for key 'PRIMARY' ]]>
</sqlMsgError>
<sqlNumberError>
<![CDATA[ 1062 ]]>
</sqlNumberError>
</request>

Thank you !

errors.zip

Edited by serpentscode (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...