We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12491
    • 90 Posts
    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
      • 26903
      • 1,336 Posts
      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!
        • 35303
        • 4 Posts
        same thing here: $_COOKIE is empty since 2.1.1
          • 26903
          • 1,336 Posts
          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!