Guest User

Untitled

a guest
Jan 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. // PHP Fatal error: Call to a member function getFrontNameByRoute() on a non-object in /var/www/magento-testing/magento/app/code/core/Mage/Core/Controller/Varien/Front.php on line 199
  3.  
  4. // Seems like $routesinfo does not contain admin and standard
  5. // Mage_Core_Controller_Varien_Front
  6. // This hack would work:
  7. $routersInfo = Mage::app()->getConfig()->getNode('default/web/routers')->asArray();
Add Comment
Please, Sign In to add comment