Zend_Controller_Dispatcher_Exception

Showing /var/www/html/app/libs/zend/Zend/Controller/Dispatcher/Standard.php
where line #248 raised:

Invalid controller specified (public)

Extracted source (around line #248):

 243           */
 244          if (!$this->isDispatchable($request)) {
 245              $controller = $request->getControllerName();
 246              if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
 247                  require_once 'Zend/Controller/Dispatcher/Exception.php';
[248]»                throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
 249              }
 250  
 251              $className = $this->getDefaultControllerClass($request);
 252          } else {
 253              $className = $this->getControllerClass($request);

Stack trace:

#0 /var/www/html/app/libs/zend/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /var/www/html/app/libs/core/Core/Context/Web.php(76): Zend_Controller_Front->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#2 /var/www/html/app/libs/core/Core.php(192): Core_Context_Web->run()
#3 /var/www/html/index.php(13): Core::run()
#4 {main}