rcristov Posted December 17, 2013 Share Posted December 17, 2013 Hello, I use PrestaShop™ 1.5.5.0 and every time i go change a product form one category to another one i got the error's that is not possible to connect the object. product to category and the error trying to remove the tags that already exits. Thanks, Rcristov Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2013 Share Posted December 17, 2013 hello can you show your error code? it's first time when i see message like that. just copy paste message / share printscreen 1 Link to comment Share on other sites More sharing options...
rcristov Posted December 17, 2013 Author Share Posted December 17, 2013 Hello Vekia, My prestashop is translate to portugues but i copy the error here and gona try to translate: An error occurred while setting priorities. An error occurred while saving the attachments of the product. An error occurred while trying to remove previous tags. An error occurred while connecting the object. For product categories Thanks, rcristov Link to comment Share on other sites More sharing options...
rcristov Posted December 17, 2013 Author Share Posted December 17, 2013 Hello again, Forgot to put the print screen Link to comment Share on other sites More sharing options...
rcristov Posted December 17, 2013 Author Share Posted December 17, 2013 Problem solve after digging in the forum i found the solution. Just run this command in SQL and solve this issue. alter table ps_product add column redirect_type int (10) ;alter table ps_product_shop add column redirect_type int (10) ; I fount this in the folling link http://www.prestashop.com/forums/topic/213042-upgrade-to-1530-problems/ Thanks, Rui Cristovao Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2013 Share Posted December 17, 2013 hello thank you for sharing solution, it will be helpful for merchants with similar issues i marked whole topic as [sovled] with regards, Milos Link to comment Share on other sites More sharing options...
wissammessad Posted May 5, 2014 Share Posted May 5, 2014 Hello, i have tried to paste alter table ps_product add column redirect_type int (10) ;alter table ps_product_shop add column redirect_type int (10) ; in my SQL and i get the following error ErrorSQL query: alter table ps_product add column redirect_type int (10) ; MySQL said: #1060 - Duplicate column name 'redirect_type' Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 message that you see means that you already have this column in your table, you cant create two the same columns Link to comment Share on other sites More sharing options...
Recommended Posts