Zend framework "invalid controller" error message
- by stef
When I load the homepage of a ZF site I get a message saying "Invalid controller specified (error)" where "error" seems to be the name of the controller.
In my bootstrap.php I have the snippet below where I added the prints statement in the catch():
// Dispatch the request using the front controller.
try {
$frontController->dispatch();…