Now this is the output
Cart
PDOStatement Object ( [queryString] => SELECT * FROM `modx_cart` WHERE hash = '' AND type <> 'P' ORDER BY id ASC )
................................................................................
Total: € 0.00
SELECT * FROM `modx_cart` WHERE hash = '' AND type <> 'P' ORDER BY id ASC
1
Sommige mensen hebben aan een half woord genoeg
WHERE hash = ’’
Your hash key in the query string is empty, it doesn’t look as though its being set in the $_COOKIE variable, don’t forget 2.1 didn’t just change the DB API there may be other things also, try dumping the $_COOKIE var
Use MODx, or the cat gets it!
same thing here: $_COOKIE is empty since 2.1.1
That would explain the OP’s fault, maybe the core devs know more about why this would be.
Use MODx, or the cat gets it!