cancel
Showing results for 
Search instead for 
Did you mean: 

Front controller reached 100 router match iterations

Front controller reached 100 router match iterations

Hi i am getting this error from last 24hrs. i tried all the possible sol in google but nothing is working for me. is there any magento expert  who can fix this issue

7 REPLIES 7

Re: Front controller reached 100 router match iterations

Hi @Gurupia Could you update your question with the code which you are using?
---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Front controller reached 100 router match iterations

i am getting the below error

 

Front controller reached 100 router match iterations
Trace: #0 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Front.php(179): Mage::throwException('Front controlle...') #1 /var/www/html/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch() #2 /var/www/html/app/Mage.php(684): Mage_Core_Model_App->run(Array) #3 /var/www/html/index.php(83): Mage::run('', 'store') #4 {main}



 

Re: Front controller reached 100 router match iterations

Re: Front controller reached 100 router match iterations

This is a very common error in Magento. I will help you to explain its causes, how to debug and how to solve it as well. Please check for more details here:

[Solved] Front controller reached 100 router match iterations error in Magento

[ Tigren - Elite Magento E-commerce Solutions Provider - www.tigren.com ]

Re: Front controller reached 100 router match iterations

Today i faced the same error when i was creating custom module and solve it by following tutorial

Front controller reached 100 router match iterations
The mistake was i was putting moduleName instead of frontName.

$request->setModuleName('HelloWorld');

 

 

After correction

 

$request->setModuleName('helloworld');  //my frontName

 

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti

Re: Front controller reached 100 router match iterations

You can try with these solutions:

  1. Clear cache
  2. Go to location: 
    app/code/core/Mage/Cms/controllers/
    and set CHMOD 770 for file: 
    IndexController.php
  3. Disabling cache reports for Config.php file
    /app/code/core/Mage/Core/Model/Config.php

  4. Clear/reload the whole Magento cache

Other solutons for your problem here: https://ohiwill.com/magento-front-controller-reached-100-router-match-iterations/

--------------------------------------------------------------------------------
Magento Tips & Tricks

Re: Front controller reached 100 router match iterations

If you're still having this issue. Try clearing your var/session/ folder.