m77 Posted December 31, 2012 Share Posted December 31, 2012 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 More sharing options...
Alldo Group Posted December 31, 2012 Share Posted December 31, 2012 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` ; 3 Link to comment Share on other sites More sharing options...
m77 Posted December 31, 2012 Author Share Posted December 31, 2012 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 More sharing options...
m77 Posted January 3, 2013 Author Share Posted January 3, 2013 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 More sharing options...
Vantalk Posted January 4, 2013 Share Posted January 4, 2013 (edited) Ok error in adding products in 1.5.3. But I'm having the same error even after installing a fresh 1.5.2!!! How is that possible? I didn't even use the old database, it had no info of the previous versions! Whats going on?!?! Edited January 4, 2013 by Vantalk (see edit history) Link to comment Share on other sites More sharing options...
BillyHardcore Posted January 4, 2013 Share Posted January 4, 2013 I take it you have cleared your browser cache? 1 Link to comment Share on other sites More sharing options...
Vantalk Posted January 4, 2013 Share Posted January 4, 2013 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 More sharing options...
BillyHardcore Posted January 5, 2013 Share Posted January 5, 2013 Sure, you can always ask Link to comment Share on other sites More sharing options...
jhadi624 Posted February 15, 2013 Share Posted February 15, 2013 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 1 Link to comment Share on other sites More sharing options...
sandishelverton Posted May 13, 2013 Share Posted May 13, 2013 jJhadi624 You are a star .... finally a fix that works Link to comment Share on other sites More sharing options...
lex_xs Posted May 22, 2013 Share Posted May 22, 2013 1.5.4 the same issue http://prntscr.com/1657ms Link to comment Share on other sites More sharing options...
Recommended Posts