Invalid controller specified (robots.txt)
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);
Controller/Front.php (946) source ▶ Zend_Controller_Dispatcher_Standard-> dispatch (arguments ▶)
| $request | object(Zend_Controller_Request_Http) (15) { "_paramSources" protected => array(2) { 0 => string(4) "_GET" 1 => string(5) "_POST" } "_requestUri" protected => string(11) "/robots.txt" "_baseUrl" protected => string(0) "" "_basePath" protected => NULL "_pathInfo" protected => string(11) "/robots.txt" "_params" protected => array(4) { "controller" => string(10) "robots.txt" "action" => string(5) "index" "module" => string(7) "default" "error_handler" => object(ArrayObject) (3) { "exception" => object(Zend_Controller_Dispatcher_Exception) (7) { ... } "type" => string(23) "EXCEPTION_NO_CONTROLLER" "request" => object(Zend_Controller_Request_Http) (15) { ... } } } "_rawBody" protected => NULL "_aliases" protected => array(0) { } "_dispatched" protected => bool(TRUE) "_module" protected => string(7) "default" "_moduleKey" protected => string(6) "module" "_controller" protected => string(5) "error" "_controllerKey" protected => string(10) "controller" "_action" protected => string(9) "not-found" "_actionKey" protected => string(6) "action" } |
| $response | object(Zend_Controller_Response_Http) (8) { "_body" protected => array(1) { "default" => string(0) "" } "_exceptions" protected => array(1) { 0 => object(Zend_Controller_Dispatcher_Exception) (7) { "message" protected => string(41) "Invalid controller specified (robots.txt)" "string" private => string(0) "" "code" protected => int(0) "file" protected => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php" "line" protected => int(242) "trace" private => array(2) { ... } "previous" private => NULL } } "_headers" protected => array(0) { } "_headersRaw" protected => array(0) { } "_httpResponseCode" protected => int(200) "_isRedirect" protected => bool(FALSE) "_renderExceptions" protected => bool(FALSE) "headersSentThrowsException" => bool(TRUE) } |
Line 939: continue;
Line 940: }
Line 941:
Line 942: /**
Line 943: * Dispatch request
Line 944: */
Line 945: try {
Line 946: $dispatcher->dispatch($this->_request, $this->_response);
Line 947: } catch (Exception $e) {
Line 948: if ($this->throwExceptions()) {
Line 949: throw $e;
Line 950: }
Line 951: $this->_response->setException($e);
Line 952: }
Line 953:
public/index.php (8) source ▶ Zend_Controller_Front-> dispatch ()
Line 1: <?php
Line 2: // Set-up relative document root
Line 3:
Line 4: // Perform application-specific setup
Line 5: require '../application/bootstrap.php';
Line 6:
Line 7: // Dispatch the request using the front controller.
Line 8: Zend_Controller_Front::getInstance()->dispatch();
| APPLICATION_PATH | string(75) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/application"
|
| APPLICATION_ENVIRONMENT | string(10) "production"
|
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/application/bootstrap.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Loader/Autoloader.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Loader.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Session.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Session/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Session/Namespace.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Session/SaveHandler/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Session/Exception.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Exception.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Config/Ini.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Config.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Registry.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Translate.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Translate/Adapter/Ini.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Locale.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Translate/Adapter.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Translate/Plural.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Locale/Data/Translation.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Greppi/ErrorHandler.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Adapter/Pdo/Mysql.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Adapter/Pdo/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Adapter/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Select.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Expr.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Statement/Pdo.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Statement.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Statement/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Db/Profiler.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Layout.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View/Helper/Placeholder/Registry.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View/Helper/Placeholder/Container/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View/Helper/Placeholder/Container.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action/HelperBroker.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action/HelperBroker/PriorityStack.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Plugin/Broker.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Plugin/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Layout/Controller/Plugin/Layout.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Layout/Controller/Action/Helper/Layout.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action/Helper/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Rewrite.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Route.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Route/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Route/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Route/Regex.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Request/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Response/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/This/Controller/Plugin/ErrorHandler.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Plugin/ErrorHandler.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Action/Helper/ViewRenderer.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Loader/PluginLoader.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Loader/PluginLoader/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/View/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Request/Http.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Uri.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Response/Http.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Router/Route/Module.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Exception.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Exception.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/application/controllers/ErrorController.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Inflector.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Interface.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/PregReplace.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Word/UnderscoreToSeparator.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Word/SeparatorToSeparator.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Word/CamelCaseToDash.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Word/CamelCaseToSeparator.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/Word/Separator/Abstract.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Filter/StringToLower.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Greppi/ErrorHandler/Debug.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/My/Debug.php |
| /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Greppi/ErrorHandler/Debug/Template/Exception.phtml |
| REDIRECT_REDIRECT_UNIQUE_ID | string(24) "TIFO8E1d2Z8AAJmWWicAAAAM" |
| REDIRECT_REDIRECT_STATUS | string(3) "200" |
| REDIRECT_UNIQUE_ID | string(24) "TIFO8E1d2Z8AAJmWWicAAAAM" |
| REDIRECT_STATUS | string(3) "200" |
| UNIQUE_ID | string(24) "TIFO8E1d2Z8AAJmWWicAAAAM" |
| HTTP_X_CC_ID | string(8) "ccc03-01" |
| HTTP_HOST | string(12) "www.kkvys.cz" |
| HTTP_USER_AGENT | string(48) "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)" |
| HTTP_ACCEPT | string(83) "text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" |
| HTTP_ACCEPT_LANGUAGE | string(14) "en-us,en;q=0.5" |
| HTTP_ACCEPT_ENCODING | string(4) "gzip" |
| HTTP_ACCEPT_CHARSET | string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7" |
| HTTP_CONNECTION | string(5) "close" |
| HTTP_CACHE_CONTROL | string(8) "no-cache" |
| HTTP_PRAGMA | string(8) "no-cache" |
| PATH | string(128) "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/var/qmail/bin:/home/mysqld/bin" |
| SERVER_SIGNATURE | string(0) "" |
| SERVER_SOFTWARE | string(82) "Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/0.9.8e PHP/5.3.2 with Suhosin-Patch" |
| SERVER_NAME | string(12) "www.kkvys.cz" |
| SERVER_ADDR | string(13) "77.93.217.159" |
| SERVER_PORT | string(2) "80" |
| REMOTE_ADDR | string(14) "38.107.191.100" |
| DOCUMENT_ROOT | string(38) "/domains/kkvys.cz/default.web/www_root" |
| SERVER_ADMIN | string(17) "helpdesk@kkvys.cz" |
| SCRIPT_FILENAME | string(55) "/domains/kkvys.cz/default.web/www_root/public/index.php" |
| REMOTE_PORT | string(4) "4355" |
| REDIRECT_URL | string(18) "/public/robots.txt" |
| GATEWAY_INTERFACE | string(7) "CGI/1.1" |
| SERVER_PROTOCOL | string(8) "HTTP/1.1" |
| REQUEST_METHOD | string(3) "GET" |
| QUERY_STRING | string(0) "" |
| REQUEST_URI | string(11) "/robots.txt" |
| SCRIPT_NAME | string(17) "/public/index.php" |
| PHP_SELF | string(17) "/public/index.php" |
| REQUEST_TIME | int(1283542768) |
| argv | array(0) { } |
| argc | int(0) |
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (robots.txt)' in /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php:242
Stack trace:
#0 /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php(8): Zend_Controller_Front->dispatch()
#2 {main}
object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => *RECURSION*
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => *RECURSION*
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => *RECURSION*
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => *RECURSION*
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#38 (8) {
["_body":protected] => array(1) {
["default"] => string(0) ""
}
["_exceptions":protected] => array(1) {
[0] => object(Zend_Controller_Dispatcher_Exception)#40 (7) {
["message":protected] => string(41) "Invalid controller specified (robots.txt)"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(111) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Dispatcher/Standard.php"
["line":protected] => int(242)
["trace":"Exception":private] => array(2) {
[0] => array(6) {
["file"] => string(97) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/library/Zend/Controller/Front.php"
["line"] => int(946)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#37 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#43 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#44 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(4) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
["error_handler"] => object(ArrayObject)#41 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(23) "EXCEPTION_NO_CONTROLLER"
["request"] => object(Zend_Controller_Request_Http)#42 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(11) "/robots.txt"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(11) "/robots.txt"
["_params":protected] => array(3) {
["controller"] => string(10) "robots.txt"
["action"] => string(5) "index"
["module"] => string(7) "default"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(10) "robots.txt"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "index"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(false)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(9) "not-found"
["_actionKey":protected] => string(6) "action"
}
[1] => *RECURSION*
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[1] => array(6) {
["file"] => string(80) "/var/data/650G/cgi/web/users/k/k/kkvys-cz-w-7e/default/www_root/public/index.php"
["line"] => int(8)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
}
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
| x-cc-id | ccc03-01 |
| Host | www.kkvys.cz |
| User-Agent | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Accept | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| Accept-Language | en-us,en;q=0.5 |
| Accept-Encoding | gzip |
| Accept-Charset | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| Connection | close |
| Cache-Control | no-cache |
| Pragma | no-cache |
empty
empty
empty
X-Powered-By: PHP/5.3.2
Set-Cookie: PHPSESSID=9ee3157c0566136552afb985aceeebac; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache