Zend_Controller_Dispatcher_Exception

Invalid controller specified (robots.txt)

Source file

File: /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php   Line: 242

Line 235:            /**
Line 236:             * Get controller class
Line 237:             */
Line 238:            if (!$this->isDispatchable($request)) {
Line 239:                $controller $request->getControllerName();
Line 240:                if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
Line 241:                    require_once 'Zend/Controller/Dispatcher/Exception.php';
Line 242:                    throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
Line 243:                }
Line 244:    
Line 245:                $className $this->getDefaultControllerClass($request);
Line 246:            } else {
Line 247:                $className $this->getControllerClass($request);
Line 248:                if (!$className) {
Line 249:                    $className $this->getDefaultControllerClass($request);

Call stack

  1. Controller/Front.php (946) source   Zend_Controller_Dispatcher_Standard-> dispatch (arguments )

  2. public/index.php (8) source   Zend_Controller_Front-> dispatch ()

Environment

Exception

ZF request

ZF response

HTTP request

HTTP response