- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2015
09:41 PM
05-06-2015
09:41 PM
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:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2015
01:03 PM
05-07-2015
01:03 PM
Re: Fatal error: Call to a member function setMessageBody()
Did you get this error message fixes? I have them same problem
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2015
01:40 AM
05-10-2015
01:40 AM
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) {