PHP Fatal Error in Magento ver. 1.9.2.1 -


i keep having problem flood error_log:

php fatal error: call member function getrequestedroutename() on non-object in /home/bullion/public_html/app/code/core/mage/core/controller/varien/action.php on line 226

here code snippet lines 224-229

public function getfullactionname($delimiter='_') {     return $this->getrequest()->getrequestedroutename().$delimiter.         $this->getrequest()->getrequestedcontrollername().$delimiter.         $this->getrequest()->getrequestedactionname(); } 

thank in advance help!


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -