cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal error: Call to a member function setMessageBody()

Fatal error: Call to a member function setMessageBody()

I have started to get multiple errors after updating to latest Magento 1.9.1:

 

Fatal error: Call to a member function setMessageBody() on a non-object in /home/tanviherbals/public_html/app/code/core/Mage/Core/Model/Email/Template.php on line 410

 

I get this error on sending data through contact us form, online consultation form, sending tracking order info, sending emails to customers from backend.

 

Please help on the same:

www.tanviherbals.com

2 REPLIES 2

Re: Fatal error: Call to a member function setMessageBody()

Did you get this error message fixes? I have them same problem

Re: Fatal error: Call to a member function setMessageBody()

Me too,,
work on order but not in register

if (!($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue)) {

work on the register but not in order:

if ($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue) {