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:
Did you get this error message fixes? I have them same problem
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) {