Magento – Fatal error: Call to a member function setMessageBody() on a non-object

ce-1.9.1.0error

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

Best Answer

just change this

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

to

if (false) {

work for order, and register

thanks.