Hi All, I have a problem with my customised magento theme. For some reason in testing when I click " be the first to review this product " I get the following message: There has been an error processing your request Front controller reached 100 router match iterations Trace: #0 /home/dev/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(183): Mage::throwException('Front controlle...') #1 /home/dev/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch() #2 /home/dev/public_html/app/Mage.php(683): Mage_Core_Model_App->run(Array) #3 /home/dev/public_html/index.php(87): Mage::run('', 'store') #4 {main} Does anyone know why this would be occurring - its a customised theme but doesn't seem to be working. Any help or guidance would be greatly appreciated. Thanks
Are you using a different plugin for reviews? that can be caused by a few things though its typically url related. Do you have apc running? Did it just start happening? Nigel
I purchased a module called Testimonials that the developer also installed. The end of the url that is being parsed is: /reviews/#review-form What is APC ? - no I think it was always the case since they handed the site over to me. Can you help?
does it work if you manually type in /review-form? You may have to clear the cache. Its sorta hard to say without crawling in there for a bit. Magento is a tad complex. APC is a server caching mechanism. Its likely not in use. Nigel