Why does the error, “front controller reached 100 router match iterations”, occur?

  • There is an error in the code.
  • Some modules failed to load.
  • Router references were set incorrectly.
  • .htacces is blocking URLs.

Правильны варианты 1, 2, 3.

Возможно, тупой индус счёт верным ответ 2: stackoverflow.com/a/8931261

А возможно, что ответ 3: stackoverflow.com/a/6596674

As seen from the message, the problem occurs because your routers are making circular references for dispatching requests.

Эх, даже не знаю, что в голове у тупого индуса... Но пусть будет вариант 3.