cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 issue Front controller reached 100 router match iteration

Magento 1.9 issue Front controller reached 100 router match iteration

Hi. I have a problems message Front controller reached 100 router match iteration. I try to solve this probelm. but first i set chace = false and I try to investegate in Front.php in this code

 

$routersInfo = Mage::app()->getStore()->getConfig(self::XML_STORE_ROUTERS_PATH)
 
I got null from this. and I try to test call getConfig i got value in this 
Array

(

[frontend] => Array

(

[disabled] => true

)

)

 

how to solve it.

 

Thanks

1 REPLY 1

Re: Magento 1.9 issue Front controller reached 100 router match iteration

This error will be shown when Magento cannot find a proper route for a request. Your routers start making infinitive references for dispatching requests.

In general, it should be able to match a request with the router that handles requests. The exception is only triggered when Magento has failed to create routers, and then the error Front controller reached 100 router match iterations will be displayed.
If you found the error in the admin section, let’s change the admin URL in app/etc/local.xml to fix the problem. Replace urltoadmin value with the URL you want and your new admin URL should be: http://mymagentosite.com/urltoadmin

If issue solved, Click Kudos & Accept as Solution.
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool