Jump to content

v1.5.3 - can't add to cart /can't add new product ?


Recommended Posts

I just upgraded from 1.5.0.17 and having a couple of BIG problems:

 

1) cant add to cart, returns a safari pop-up window-

"Impossible to add the product to the cart.

textStatus: 'error'

errorThrown: 'Internal Server Error'

responseText:"

 

2) Cant add/modify products, returns-> "An error occurred while updating object. product ()"

 

Don't want to roll back because i had problems w/Authorize.net module not working in old version,

was hoping the upgrade will fix the problem but now im in worse shape..

 

Any fixes??

 

m77

Link to comment
Share on other sites

This is because a db-error from upgrade. You need to add two fields to two tables.

Run these SQL statements:

ALTER TABLE  `ps_product_shop` ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ;
ALTER TABLE  `ps_product` ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ;

  • Like 3
Link to comment
Share on other sites

Product add/modify SOLVED w/ v1.5.3.1 upgrade.

 

Adding product to shopping cart still NOT working, returns->

"Impossible to add the product to the cart.

textStatus: 'error'

errorThrown: 'Internal Server Error'

responseText:"

 

In B.O ->"costumers"->"shopping carts", returns a blank page, URL->

 

(host logo)http://www.bigoshop.com/psadmin/index.php?controller=AdminCarts&token=49d7370d1849d4d232713378fd3d7d3a

 

ANYONE??

 

m77

Link to comment
Share on other sites

Happy new year everyone!

 

Tried rolling back and now the cart problem followed me, product is being added but cant open

shopping cart or checkout-> back to 1.5.3.1-> same cart error-> BIG BUG!!

Any exterminators out there??

Link to comment
Share on other sites

You we're so right.. I thought not using prestashop's cache and smarty cache was enough but after cleaning the browser cache now it works. Big like : D Can I also ask you something else? I guess in mail-chat cause it's about categories and not products

Link to comment
Share on other sites

  • 1 month later...

for me I have to add one more unknown column

 

 

LTER TABLE `ps_product_shop` ADD `id_product_redirected` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ;# Affected rows: 90

# Affected rows: 90

 

ALTER TABLE `ps_product` ADD `id_product_redirected` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ;# Affected rows: 90

# Affected rows: 90

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
×
×
  • Create New...