error!

Invalid controller specified (wokanda)

trace:

1 plik /home/srbelcha/public_html/belchatow.sr.gov.pl/library/Zend/Controller/Dispatcher/Standard.php w linijce 249 :
243: ...
244:          */
245:         if (!$this->isDispatchable($request)) {
246:             $controller = $request->getControllerName();
247:             if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
248:                 require_once 'Zend/Controller/Dispatcher/Exception.php';
249: throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
250: } 251: 252: $className = $this->getDefaultControllerClass($request); 253: } else { 254: $className = $this->getControllerClass($request); 255: ...


2 plik /home/srbelcha/public_html/belchatow.sr.gov.pl/library/Zend/Controller/Front.php w linijce 914 :
908: ...
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); 920: ...


3 plik /home/srbelcha/public_html/belchatow.sr.gov.pl/html/index.php w linijce 225 :
219: ...
220:     }
221:   }
222:   return $translate;
223: }
224: 
225: $front->dispatch();
226: