Jump to content

1.5.3. error updating/creating product after upgrade


Recommended Posts

Hi,

 

I finished successful manual upgrade from 1.4.6.2. to 1.5.3.

 

When I edit product (change category, edit some description or name etc.) and press save, I'll get this:

 

An error occurred while updating object. product ()

 

I did manual upgrade, exactly same way (step by step) as from 1.4.6.2. to 1.5.2., but I don´t have this problem on upgraded 1.5.2. prestashop.

 

Is something what can I do now to solve this problem and can edit products?

 

And now I find out that same problem is for creating new product...

 

An error occurred while creating object. product

 

Do anybody have this problem?

Link to comment
Share on other sites

Hi,

 

I finished successful manual upgrade from 1.4.6.2. to 1.5.3.

 

When I edit product (change category, edit some description or name etc.) and press save, I'll get this:

 

An error occurred while updating object. product ()

 

I did manual upgrade, exactly same way (step by step) as from 1.4.6.2. to 1.5.2., but I don´t have this problem on upgraded 1.5.2. prestashop.

 

Is something what can I do now to solve this problem and can edit products?

 

And now I find out that same problem is for creating new product...

 

An error occurred while creating object. product

 

Do anybody have this problem?

 

I have exact issue...I need this fixed Yesterday

Link to comment
Share on other sites

i found the solution to this problem

 

Yes, use MyPHPAdmin, go to your database, choose SQL tab and paste this:

 

alter table ps_product add column redirect_type int (10) ;

alter table ps_product_shop add column redirect_type int (10) ;

then click GO button on the bottom right.

 

see the whole thread here http://www.prestashop.com/forums/topic/213042-upgrade-to-1530-problems/

Link to comment
Share on other sites

×
×
  • Create New...