Magento error “Front controller reached 100 router match iterations” -


i have annoying problem. googled error. , haven't found solution website. used debugging code provided andrey tserkus.

i can see more 1 iteration (till 100) "default" router. have four: admin, standard, cms, default. if there 1 iteration router "standard". examples:

2011-07-19t21:59:05+00:00 debug (7): total 4: admin, standard, cms, default 2011-07-19t21:59:05+00:00 debug (7): - iteration 1 2011-07-19t21:59:05+00:00 debug (7): request: [path_info=/computer/tas.html][module=][action=][controller=][controller_module=][route=] 2011-07-19t21:59:05+00:00 debug (7): matched "standard" router, class mage_core_controller_varien_router_standard  2011-07-19t19:09:48+00:00 debug (7): total 3: admin, standard, default 2011-07-19t19:09:48+00:00 debug (7): - iteration 100 2011-07-19t19:09:48+00:00 debug (7): request: [path_info=/audio/radio/radio.html][module=cms][action=noroute][controller=index][controller_module=][route=] 2011-07-19t19:09:48+00:00 debug (7): matched "default" router, class mage_core_controller_varien_router_default 

it's happening through whole site, it's not related (i think) categories. version of magento 1.5.1.0. have ruled out of additional modules, because uninstalled them, , errors still present. replaced (unzipped via ssh) magento files on server fresh zip file of magento.

some configurations:

  • i don't use ssl
  • default web url = cms
  • cms home page = home page
  • default no-route url = cms/index/noroute (with no spaces or that)
  • add store code urls = no.

when set "cms no route page" "homepage", 100 iteration error instead of 404 page. there here can point me right direction.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -