Showing /var/www/otrs/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/otrs/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/otrs/app/libs/core/Core/Context/Web.php(93): Zend_Controller_Front->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#2 /var/www/otrs/app/libs/core/Core.php(145): Core_Context_Web->run()
#3 /var/www/otrs/index.php(24): Core::run()
#4 {main}