tasfe / silverstripe-ecommerce

Automatically exported from code.google.com/p/silverstripe-ecommerce
0 stars 0 forks source link

Adding Items to cart fails #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After upgrading from 0.8rc1 I can't add items to the cart.

It did work for a little while but running the database rebuild stopped it from 
working. Restoring the database back to before the upgrade fixes it until 
rebuilding again.

Running: http://silverstripe-ecommerce.googlecode.com/svn/trunk/ 
silverstripe-ecommerce-read-only under Linux

Original issue reported on code.google.com by rogirwi...@gmail.com on 4 Jan 2011 at 3:48

GoogleCodeExporter commented 9 years ago
I also ran into this issue, I had to rebuilt the database and I'm using version 
8 though I didn't upgrade, I think I found what was happening, if the orders 
muck up in the database it stops you from adding to the cart, it also 
regenerates session ID's and "Shopping carts" on every reload of the page, just 
take a look at the order database. Your best option is to backup the database 
and and rebuild it offline(on your pc) and then put it back up.(so do a fresh 
install, dump that db and then merge in the changes) beware of mysql versions 
and case sensitivity

Original comment by methodre...@gmail.com on 4 Jan 2011 at 5:51

GoogleCodeExporter commented 9 years ago
This will be fixed in the next version - obviously not being able to add to 
cart is a bit of big NO NO. We will fix this in Trunk (probably already has 
been). 

Original comment by nfranc...@gmail.com on 11 Jan 2011 at 7:21