Jump to content

[SOLVED] Error when changing the product category


Recommended Posts

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

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

  • 4 months later...

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
 
Error

SQL query:

 

alter table ps_product add column redirect_type int (10) ;

 

MySQL said: dot.gif

#1060 - Duplicate column name 'redirect_type' 

 

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...