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
(
[frontend] => Array
(
[disabled] => true
)
)
how to solve it.
Thanks
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