Não foi possível exibir a página solicitada... por favor tente novamente!

Invalid controller specified (decretos)


Rits_Application::run(array) /home/camara01/public_html/index.php [40]
Rits_Application::dispatch() /home/camara01/_library/Rits/Application.php [225]
Zend_Controller_Front::dispatch() /home/camara01/_library/Rits/Application.php [295]
Zend_Controller_Dispatcher_Standard::dispatch(object, object) /home/camara01/_library/Zend/Controller/Front.php [914]
909
910                 
/**
911                  * Dispatch request
912                  */
913                 
try {
914                     
$dispatcher->dispatch($this->_request$this->_response);
915                 } catch (Exception $e) {
916                     if (
$this->throwExceptions()) {
917                         throw 
$e;
918                     }
919                     
$this->_response->setException($e);