Fatal error: Call to a member function setOrder() on a non-object in Magenotification.php - magento

My website developed in magento is running well but when I try to open admin
www.mysite.com/admin
its trowing the following fatal error :
Fatal error: Call to a member function setOrder() on a non-object in
/home/mysite/public_html/app/code/local/Magestore/Magenotification
/Mode/Magenotification.php on line 200
Please help me to solve the problem.?

Related

Fatal Error Error in in magento using PayuBiz extension

Fatal error: Call to a member function getMethodInstance() on boolean
in /app/code/core/Mage/Payment/Model/Observer.php on line 46
can any one help about it?
Thanks in advance!

Fatal error: Call to a member function extended() on a non-object in

Fatal error: Call to a member function extended() on a non-object in /home/wholesal/public_html/lib/Varien/Simplexml/Config.php on line 600
Our magento site is currently down and receiving errors such as this one. We attempted to install an extension and after clicking the install we've been unable to access our site and are getting the error. Any ideas? Below is what line 600 looks like:
public function extended(Varien_Simplexml_Config $config, $overwrite=true)
{
$this->getNode()->extended($config->getNode(), $overwrite);
return $this;
}
Issue could be caused by incorrect file/folder permissions or broken XML structure.
Please check xml-files in app/etc and each custom module located in app/code/local/, app/code/community/ folders

Magento Fatal error: Call to a member function setAddressFilter() in Address.php on line 431

I have this info after adding any product to cart (loged in or not loged in customers):
Fatal error: Call to a member function setAddressFilter() on a non-object in /home/we201626/public_html/xxx/magento/app/code/core/Mage/Sales/Model/Quote/Address.php on line 431
I don't know what is the reason - I instaled AddThis extention but now I uninstal it and recover my data - I had backup files. It doesn't work after it as well.
What happend?
How to resolve this problem?
Any idea?

Magento 1.7.0.2 Forgot password Fatal error

When I enter email address to retrieve forgotten password it gives the following error after submit. Please help.
Fatal error: Call to a member function getBackend() on a non-object in /app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 1536

Using SecurityServiceProvider results in fatal error

I followed the tutorial on Silex's website in order to implement HTTP authentication.
But it results in this error:
PHP Fatal error: Call to undefined method Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent::isMasterRequest() in /home/auke/projects/nelleketekent/nelleketekent/vendor/symfony/security/Symfony/Component/Security/Http/Firewall.php on line 53
How can I solve it?

Resources