100 Router

It’s a Magento error : “Front controller reached 100 router match iterations”

Magento front controller reached 100 router match iterations
Magento Tips & Tricks

Magento front controller reached 100 router match iterations (fixed)

I will tell you 5 solutions to fix the error “Front controller reached 100 router match iterations“ If your Magento store is going down and you are facing an error that is “Front controller reached 100 router match iterations“. The problem occurs because your routers are making circular references for dispatching requests. One of them matches request, but doesn’t dispatch […]

Read More...
Clear/warming up/reload the cache
Magento Others Tips & Tricks

Magento with clear/warming up/reload the cache file

This file will help you clear/warming up/reload your Magento cache and you also can use it to fix error “front controller reached 100 router match iterations”, please copy code and save it as a .php file then upload it to root directory and run by: http://yourdomain.com/name-of-file.php : $path = getenv(“MAGE_PATH”); if (!file_exists($path)) { $path = dirname(__FILE__) . ‘/app/Mage.php’; } require_once($path); […]

Read More...
Get $100 Free from Vultr to accelerate your website and application Register a Domain Name on Namesilo


Categories