cancel
Showing results for 
Search instead for 
Did you mean: 

error to my live site and the same with admin

error to my live site and the same with admin

Log In
En


MY CART :
0 item(s) -
Fatal error: Call to a member function setQuote() on boolean in /home/thetiresquire/public_html/app/code/core/Mage/Sales/Model/Quote.php on line 745

https://www.thetiresquire.com
1 REPLY 1

Re: error to my live site and the same with admin

Did you manage to resolve this? I don't see the error on the frontend any more. 

 

While the error is wen $this->_item is tried to be used, the error would have actually been because of the previous line: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/code/core/Mage/Sales/Model/Quote.php...

 

What would have needed investigating is what they standard collection call was returning a boolean (probably false). That's highly unusual. Do you have any extensions that are rewriting the quote model?

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!