Zend_Controller_Dispatcher_Exception

This is an internal Zend Framework exception. Please consult the documentation for assistance with solving this issue.

An exception of type Zend_Controller_Dispatcher_Exception was thrown, but did not get caught during the execution of the request. You will find information provided by the exception along with a stack trace below.

Invalid controller specified (pl)

Stack Trace

  1. at exception origin
    in /home/jreschke/domains/jreschke.vdl.pl/library/Zend/Controller/Dispatcher/Standard.php line 248
    1.             $controller $request->getControllerName();
    2.             if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
    3.                 require_once 'Zend/Controller/Dispatcher/Exception.php';
    4.                 throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' $request->getControllerName() . ')');
    5.             }
    6.  
    7.             $className $this->getDefaultControllerClass($request);
  2. at Zend_Controller_Dispatcher_Standard->dispatch([object Zend_Controller_Request_Http], [object Zend_Controller_Response_Http])
    in /home/jreschke/domains/jreschke.vdl.pl/library/Zend/Controller/Front.php line 954
    1.                  * Dispatch request
    2.                  */
    3.                 try {
    4.                     $dispatcher->dispatch($this->_request$this->_response);
    5.                 } catch (Exception $e) {
    6.                     if ($this->throwExceptions()) {
    7.                         throw $e;
  3. at Zend_Controller_Front->dispatch()
    in /home/jreschke/domains/jreschke.vdl.pl/library/Zend/Application/Bootstrap/Bootstrap.php line 97
    1.         }
    2.  
    3.         $front->setParam('bootstrap'$this);
    4.         $response $front->dispatch();
    5.         if ($front->returnResponse()) {
    6.             return $response;
    7.         }
  4. at Zend_Application_Bootstrap_Bootstrap->run()
    in /home/jreschke/domains/jreschke.vdl.pl/library/Zend/Application.php line 366
    1.      */
    2.     public function run()
    3.     {
    4.         $this->getBootstrap()->run();
    5.     }
    6.  
    7.     /**
  5. at Zend_Application->run()
    in /home/jreschke/domains/jreschke.vdl.pl/public_html/index.php line 27
    1.     APPLICATION_PATH '/configs/application.ini'
    2. );
    3. $application->bootstrap()
    4.             ->run();

Request Params

Array
(
    [controller] => pl
    [action] => zapytaj2
    [module] => default
    [lang] => pl
)
		

Version Information

Zend Framework:
1.11.7
PHP:
5.3.29
System:
Linux s129.cyber-folks.pl 4.18.0-513.5.1.lve.el8.x86_64 #1 SMP Tue Nov 21 10:14:49 UTC 2023 x86_64
Timestamp:
2024-03-29T00:23:50+0000