Vstup do aplikace
Pro přihlášení do aplikace a sledování statistik pro vaše webové stránky zadejte údaje.
InvalidStateException
Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_163d072d2922d1aae2bef6bfad38e152.%40layout.phtml.php:29)
Source file ▼
File: /var/www/clients/client1/web163/web/libs/Nette/Web/Session.php Line: 118
Line 111: // ignore?
Line 112: }
Line 113:
Line 114: Tools::tryError();
Line 115: session_start();
Line 116: if (Tools::catchError($msg)) {
Line 117: @session_write_close(); // this is needed
Line 118: throw new InvalidStateException($msg);
Line 119: }
Line 120:
Line 121: self::$started = TRUE;
Line 122: if ($this->regenerationNeeded) {
Line 123: session_regenerate_id(TRUE);
Line 124: $this->regenerationNeeded = FALSE;
Line 125: }
Call stack ▼
Web/Session.php (347) source ► Session-> start ()
Line 340: public function getNamespace($namespace, $class = 'SessionNamespace') Line 341: { Line 342: if (!is_string($namespace) || $namespace === '') { Line 343: throw new InvalidArgumentException('Session namespace must be a non-empty string.'); Line 344: } Line 345: Line 346: if (!self::$started) { Line 347: $this->start(); Line 348: } Line 349: Line 350: return new $class($_SESSION['__NS'][$namespace], $_SESSION['__NM'][$namespace]); Line 351: } Line 352: Line 353: Line 354:Forms/Form.php (244) source ► Session-> getNamespace (arguments ►)
$namespace string(21) "Nette.Forms.Form/CSRF"Line 237: * Cross-Site Request Forgery (CSRF) form protection. Line 238: * @param string Line 239: * @param int Line 240: * @return void Line 241: */ Line 242: public function addProtection($message = NULL, $timeout = NULL) Line 243: { Line 244: $session = $this->getSession()->getNamespace('Nette.Forms.Form/CSRF'); Line 245: $key = "key$timeout"; Line 246: if (isset($session->$key)) { Line 247: $token = $session->$key; Line 248: } else { Line 249: $session->$key = $token = md5(uniqid('', TRUE)); Line 250: } Line 251: $session->setExpiration($timeout, $key);presenters/AuthPresenter.php (55) source ► Form-> addProtection (arguments ►)
$message string(57) "Odešlete formulář znovu, čas pro vyplnění vypršel."Line 48: $form = new AppForm($this, 'loginForm'); Line 49: $form->addText('email', 'E-mail:')->addRule(Form::FILLED, 'Pro přihlášení chybí e-mail.'); Line 50: Line 51: $form->addPassword('password', 'Heslo:')->addRule(Form::FILLED, 'Pro přihlášení chybí heslo.'); Line 52: Line 53: $form->addSubmit('login', 'Přihlásit se'); Line 54: Line 55: $form->addProtection('Odešlete formulář znovu, čas pro vyplnění vypršel.'); Line 56: Line 57: $form->onSubmit[] = array($this, 'loginFormSubmitted'); Line 58: Line 59: return $form; Line 60: } Line 61: Line 62: /**Nette/ComponentContainer.php (190) source ► AuthPresenter-> createComponentLoginForm (arguments ►)
#0 string(9) "loginForm"Line 183: * @return void Line 184: */ Line 185: protected function createComponent($name) Line 186: { Line 187: $ucname = ucfirst($name); Line 188: $method = 'createComponent' . $ucname; Line 189: if ($ucname !== $name && method_exists($this, $method) && $this->getReflection()->getMethod($method)->getName() === $method) { Line 190: $component = $this->$method($name); Line 191: if ($component instanceof IComponent && $component->getParent() === NULL) { Line 192: $this->addComponent($component, $name); Line 193: } Line 194: } Line 195: } Line 196: Line 197:Nette/ComponentContainer.php (159) source ► ComponentContainer-> createComponent (arguments ►)
$name string(9) "loginForm"Line 152: Line 153: if ($name === '') { Line 154: throw new InvalidArgumentException("Component or subcomponent name must not be empty string."); Line 155: } Line 156: } Line 157: Line 158: if (!isset($this->components[$name])) { Line 159: $this->createComponent($name); Line 160: } Line 161: Line 162: if (isset($this->components[$name])) { Line 163: if (!isset($ext)) { Line 164: return $this->components[$name]; Line 165: Line 166: } elseif ($this->components[$name] instanceof IComponentContainer) {Application/Control.php (127) source ► ComponentContainer-> getComponent (arguments ►)
$name string(9) "loginForm"Line 120: /** Line 121: * Returns widget component specified by name. Line 122: * @param string Line 123: * @return IComponent Line 124: */ Line 125: public function getWidget($name) Line 126: { Line 127: return $this->getComponent($name); Line 128: } Line 129: Line 130: Line 131: Line 132: /** Line 133: * Saves the message to template, that can be displayed after redirect. Line 134: * @param stringc-Nette.Template/_a2e64c7e0486e595f60562215e43f5bf.login.phtml.php (19) source ► Control-> getWidget (arguments ►)
$name string(9) "loginForm"Line 12: ?> Line 13: <div id="main"> Line 14: <div class="vlevo"> Line 15: <h1><?php call_user_func(reset($_cb->blocks['#title']), get_defined_vars()) ?></h1> Line 16: <p>Pro přihlášení do aplikace a sledování statistik pro vaše webové stránky zadejte údaje.</p> Line 17: Line 18: Line 19: <?php $control->getWidget("loginForm")->render() ?> Line 20: </div> Line 21: <div class="vpravo"> Line 22: <h2 style="margin-top: 50px">Po přihlášení uvidíte:</h2> Line 23: <ul> Line 24: <li>Podrobné SEO statistiky nastavených webů</li> Line 25: <li>Srovnání měřených údajů s konkurencí</li> Line 26: <li>Materiály pro další optimalizaci vašeho webu</li>Filters/LatteMacros.php (797) source ► _cbb99b0a54453__content (arguments ►)
#0 array(13) ▼
{ "component" => object(AuthPresenter) (30) ►{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"control" => object(AuthPresenter) (30) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "file" private => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼"_cb" => object(stdClass) (4) ▼{ 0 => array(2) { ... } }"params" private => array(11) ►{ "component" => object(AuthPresenter) (30) { ... } "control" => object(AuthPresenter) (30) { ... } "presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "robots" => string(7) "noindex" }"filters" private => array(0) "helpers" private => array(4) ▼{ "escape" => string(27) "TemplateHelpers::escapeHtml" "escapeurl" => string(12) "rawurlencode" "striptags" => string(10) "strip_tags" "nl2br" => string(5) "nl2br" }"helperLoaders" private => array(1) ▼{ 0 => string(23) "TemplateHelpers::loader" }}{ "blocks" => array(2) ▼"robots" => string(7) "noindex" "iterator" => bool(FALSE) }{ "#content" => array(1) { ... } "#title" => array(2) { ... } }"templates" => array(2) ▼{ "6b9545bf9a" => object(Template) (7) { ... } "f61cf3c6fe" => object(Template) (7) { ... } }"extends" => bool(FALSE) "its" => array(0) }Line 790: */ Line 791: public static function callBlock(& $blocks, $name, $params) Line 792: { Line 793: if (empty($blocks[$name])) { Line 794: throw new InvalidStateException("Call to undefined block '$name'."); Line 795: } Line 796: $block = reset($blocks[$name]); Line 797: $block($params); Line 798: } Line 799: Line 800: Line 801: Line 802: /** Line 803: * Calls parent block. Line 804: * @param arrayc-Nette.Template/_163d072d2922d1aae2bef6bfad38e152.%40layout.phtml.php (89) source ► LatteMacros:: callBlock (arguments ►)
$blocks array(2) ▼
{ "#content" => array(1) ▼{ 0 => string(23) "_cbb99b0a54453__content" }"#title" => array(2) ▼{ 0 => string(21) "_cbb7e0a44f7be__title" 1 => string(21) "_cbb66be0e91ff__title" }}$name string(8) "#content"$params array(13) ▼
{ "component" => object(AuthPresenter) (30) ►{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"control" => object(AuthPresenter) (30) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "file" private => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼"_cb" => object(stdClass) (4) ▼{ 0 => array(2) { ... } }"params" private => array(11) ►{ "component" => object(AuthPresenter) (30) { ... } "control" => object(AuthPresenter) (30) { ... } "presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "robots" => string(7) "noindex" }"filters" private => array(0) "helpers" private => array(4) ▼{ "escape" => string(27) "TemplateHelpers::escapeHtml" "escapeurl" => string(12) "rawurlencode" "striptags" => string(10) "strip_tags" "nl2br" => string(5) "nl2br" }"helperLoaders" private => array(1) ▼{ 0 => string(23) "TemplateHelpers::loader" }}{ "blocks" => array(2) ▼"robots" => string(7) "noindex" "iterator" => bool(FALSE) }{ "#content" => array(1) { ... } "#title" => array(2) { ... } }"templates" => array(2) ▼{ "6b9545bf9a" => object(Template) (7) { ... } "f61cf3c6fe" => object(Template) (7) { ... } }"extends" => bool(FALSE) "its" => array(0) }Line 82: <li> Line 83: <a href="<?php echo TemplateHelpers::escapeHtml($control->link("Index:default")) ?>" title="Genetext">Genetext</a> Line 84: </li> Line 85: </ul> Line 86: </div> Line 87: <?php foreach ($iterator = $_cb->its[] = new SmartCachingIterator($flashes) as $flash): ?><div class="flash <?php echo TemplateHelpers::escapeHtml($flash->type) ?>"><?php echo TemplateHelpers::escapeHtml($flash->message) ?></div><?php endforeach; array_pop($_cb->its); $iterator = end($_cb->its) ?> Line 88: Line 89: <?php LatteMacros::callBlock($_cb->blocks, '#content', get_defined_vars()) ?> Line 90: <?php if (isset($tool_page)): ?><p><a id="dashlink" href="<?php echo TemplateHelpers::escapeHtml($control->link("Dashboard:")) ?>">« Zpět na nástěnku</a></p><?php endif ?> Line 91: Line 92: <div id="footer"> Line 93: <div id="menu"> Line 94: <ul> Line 95: <li class="uvod<?php if ($homepage): ?> aktualni<?php endif ?>"><a href="<?php echo TemplateHelpers::escapeHtml($control->link("Index:default")) ?>" title="Úvod">Úvod</a></li> Line 96: <li class="o-aplikaci<?php if ($view == 'aplikace'): ?> aktualni<?php endif ?>"><a href="<?php echo TemplateHelpers::escapeHtml($control->link("Page:aplikace")) ?>" title="O aplikaci">O aplikaci</a></li>Loaders/LimitedScope.php (76) source ► include (arguments ►)
#0 string(115) "/var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_163d072d2922d1aae2bef6bfad38e152.%40layout.phtml.php"Line 69: public static function load(/*$file, array $vars = NULL*/) Line 70: { Line 71: if (func_num_args() > 1) { Line 72: extract(func_get_arg(1)); Line 73: Line 74: Line 75: } Line 76: return include func_get_arg(0); Line 77: } Line 78: Line 79: }Templates/Template.php (126) source ► LimitedScope:: load (arguments ►)
#0 string(115) "/var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_163d072d2922d1aae2bef6bfad38e152.%40layout.phtml.php"#1 array(12) ▼
{ "component" => object(AuthPresenter) (30) ►{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"control" => object(AuthPresenter) (30) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "file" private => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼"_cb" => object(stdClass) (3) ▼{ 0 => array(2) { ... } }"params" private => array(11) ►{ "component" => object(AuthPresenter) (30) { ... } "control" => object(AuthPresenter) (30) { ... } "presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "robots" => string(7) "noindex" }"filters" private => array(0) "helpers" private => array(4) ▼{ "escape" => string(27) "TemplateHelpers::escapeHtml" "escapeurl" => string(12) "rawurlencode" "striptags" => string(10) "strip_tags" "nl2br" => string(5) "nl2br" }"helperLoaders" private => array(1) ▼{ 0 => string(23) "TemplateHelpers::loader" }}{ "templates" => array(2) ▼"robots" => string(7) "noindex" }{ "6b9545bf9a" => object(Template) (7) { ... } "f61cf3c6fe" => object(Template) (7) { ... } }"extends" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "blocks" => array(2) ▼{ "#content" => array(1) { ... } "#title" => array(2) { ... } }}Line 119: Cache::EXPIRE => self::$cacheExpire, Line 120: ) Line 121: ); Line 122: $cached = $cache[$key]; Line 123: } Line 124: Line 125: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) { Line 126: LimitedScope::load($cached['file'], $this->getParams()); Line 127: fclose($cached['handle']); Line 128: Line 129: } else { Line 130: LimitedScope::evaluate($content, $this->getParams()); Line 131: } Line 132: } Line 133:c-Nette.Template/_a2e64c7e0486e595f60562215e43f5bf.login.phtml.php (60) source ► Template-> render ()
Line 53: Line 54: if (SnippetHelper::$outputAllowed) { Line 55: extract(array('robots' =>'noindex')) ?> Line 56: Line 57: <?php if (!$_cb->extends) { call_user_func(reset($_cb->blocks['#content']), get_defined_vars()); } Line 58: } Line 59: Line 60: if ($_cb->extends) { ob_end_clean(); LatteMacros::includeTemplate($_cb->extends, get_defined_vars(), $template)->render(); } Line 61:Loaders/LimitedScope.php (76) source ► include (arguments ►)
#0 string(111) "/var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_a2e64c7e0486e595f60562215e43f5bf.login.phtml.php"Line 69: public static function load(/*$file, array $vars = NULL*/) Line 70: { Line 71: if (func_num_args() > 1) { Line 72: extract(func_get_arg(1)); Line 73: Line 74: Line 75: } Line 76: return include func_get_arg(0); Line 77: } Line 78: Line 79: }Templates/Template.php (126) source ► LimitedScope:: load (arguments ►)
#0 string(111) "/var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_a2e64c7e0486e595f60562215e43f5bf.login.phtml.php"#1 array(11) ▼
{ "component" => object(AuthPresenter) (30) ►{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"control" => object(AuthPresenter) (30) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "backlink" => string(0) "" "oldLayoutMode" => bool(FALSE) "user" => object(User) (8) ►"presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "_extends" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) ►{ "guestRole" => string(5) "guest" "authenticatedRole" => string(13) "authenticated" "onAuthenticated" => NULL "onSignedOut" => NULL "authenticationHandler" private => NULL "authorizationHandler" private => NULL "namespace" private => string(0) "" "session" private => NULL }"onShutdown" => NULL "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(4) "Auth" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(1) ▼{ "backlink" => NULL }"globalStateSinces" private => array(1) ▼{ "backlink" => string(13) "AuthPresenter" }"action" private => string(5) "login" "view" private => string(5) "login" "layout" private => string(6) "layout" "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(5) "Index" "params" private => array(1) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }"template" private => object(Template) (7) ►{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(10) { ... } "filters" private => array(0) "helpers" private => array(4) { ... } "helperLoaders" private => array(1) { ... } }"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "action" => string(5) "login" "id" => NULL }"components" private => array(1) ▼{ "loginForm" => object(AppForm) (17) { ... } }"cloning" private => NULL "parent" private => NULL "name" private => string(4) "Auth" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }}{ "file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼}{ 0 => array(2) { ... } }"params" private => array(10) ►{ "component" => object(AuthPresenter) (30) { ... } "control" => object(AuthPresenter) (30) { ... } "presenter" => string(4) "auth" "baseUri" => string(1) "/" "flashes" => array(0) "user" => NULL "view" => string(5) "login" "homepage" => bool(FALSE) "layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml" "template" => object(Template) (7) { *RECURSION* } }"filters" private => array(0) "helpers" private => array(4) ▼{ "escape" => string(27) "TemplateHelpers::escapeHtml" "escapeurl" => string(12) "rawurlencode" "striptags" => string(10) "strip_tags" "nl2br" => string(5) "nl2br" }"helperLoaders" private => array(1) ▼{ 0 => string(23) "TemplateHelpers::loader" }}Line 119: Cache::EXPIRE => self::$cacheExpire, Line 120: ) Line 121: ); Line 122: $cached = $cache[$key]; Line 123: } Line 124: Line 125: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) { Line 126: LimitedScope::load($cached['file'], $this->getParams()); Line 127: fclose($cached['handle']); Line 128: Line 129: } else { Line 130: LimitedScope::evaluate($content, $this->getParams()); Line 131: } Line 132: } Line 133:Responses/RenderResponse.php (71) source ► Template-> render ()
Line 64: /** Line 65: * Sends response to output. Line 66: * @return void Line 67: */ Line 68: public function send() Line 69: { Line 70: if ($this->source instanceof ITemplate) { Line 71: $this->source->render(); Line 72: Line 73: } else { Line 74: echo $this->source; Line 75: } Line 76: } Line 77: Line 78: }Application/Application.php (164) source ► RenderResponse-> send ()
Line 157: Line 158: // Send response Line 159: if ($response instanceof ForwardingResponse) { Line 160: $request = $response->getRequest(); Line 161: continue; Line 162: Line 163: } elseif ($response instanceof IPresenterResponse) { Line 164: $response->send(); Line 165: } Line 166: break; Line 167: Line 168: } catch (Exception $e) { Line 169: // fault barrier Line 170: if ($this->catchExceptions === NULL) { Line 171: $this->catchExceptions = Environment::isProduction();app/bootstrap.php (55) source ► Application-> run ()
Line 48: } else { Line 49: $router[] = new SimpleRouter('Index:default'); Line 50: } Line 51: Line 52: Line 53: Line 54: // Step 5: Run the application! Line 55: $application->run(); Line 56:web/index.php (13) source ► require (arguments ►)
#0 string(53) "/var/www/clients/client1/web163/web/app/bootstrap.php"Line 6: // absolute filesystem path to the application root Line 7: define('APP_DIR', WWW_DIR . '/app'); Line 8: Line 9: // absolute filesystem path to the libraries Line 10: define('LIBS_DIR', WWW_DIR . '/libs'); Line 11: Line 12: // load bootstrap file Line 13: require APP_DIR . '/bootstrap.php'; Line 14:
Nette Application ►
Requests
array(1) ▼ {
0 => object(PresenterRequest) (7) ► {
"method" private => string(3) "GET"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(4) "Auth"
"params" private => array(2) ▼ {
"action" => string(5) "login"
"id" => NULL
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(TRUE)
}
}
Presenter
object(AuthPresenter) (30) ▼ {
"backlink" => string(0) ""
"oldLayoutMode" => bool(FALSE)
"user" => object(User) (8) ► {
"guestRole" => string(5) "guest"
"authenticatedRole" => string(13) "authenticated"
"onAuthenticated" => NULL
"onSignedOut" => NULL
"authenticationHandler" private => NULL
"authorizationHandler" private => NULL
"namespace" private => string(0) ""
"session" private => NULL
}
"onShutdown" => NULL
"request" private => object(PresenterRequest) (7) ► {
"method" private => string(3) "GET"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(4) "Auth"
"params" private => array(2) ▼ {
"action" => string(5) "login"
"id" => NULL
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(TRUE)
}
"response" private => object(RenderResponse) (1) ▼ {
"source" private => object(Template) (7) ► {
"file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml"
"warnOnUndefined" => bool(TRUE)
"onPrepareFilters" => array(1) {
...
}
"params" private => array(10) {
...
}
"filters" private => array(0)
"helpers" private => array(4) {
...
}
"helperLoaders" private => array(1) {
...
}
}
}
"phase" private => int(5)
"autoCanonicalize" => bool(TRUE)
"absoluteUrls" => bool(FALSE)
"globalParams" private => array(0)
"globalState" private => array(1) ▼ {
"backlink" => NULL
}
"globalStateSinces" private => array(1) ▼ {
"backlink" => string(13) "AuthPresenter"
}
"action" private => string(5) "login"
"view" private => string(5) "login"
"layout" private => string(6) "layout"
"payload" private => object(stdClass) (0) {}
"signalReceiver" private => string(0) ""
"signal" private => NULL
"ajaxMode" private => bool(FALSE)
"startupCheck" private => bool(TRUE)
"lastCreatedRequest" private => object(PresenterRequest) (7) ► {
"method" private => string(7) "FORWARD"
"flags" private => array(0)
"name" private => string(5) "Index"
"params" private => array(1) ▼ {
"action" => string(7) "default"
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(FALSE)
}
"lastCreatedRequestFlag" private => array(1) ▼ {
"current" => bool(FALSE)
}
"template" private => object(Template) (7) ► {
"file" private => string(66) "/var/www/clients/client1/web163/web/app/templates/Auth/login.phtml"
"warnOnUndefined" => bool(TRUE)
"onPrepareFilters" => array(1) ▼ {
0 => array(2) {
...
}
}
"params" private => array(10) ► {
"component" => object(AuthPresenter) (30) {
*RECURSION*
}
"control" => object(AuthPresenter) (30) {
*RECURSION*
}
"presenter" => string(4) "auth"
"baseUri" => string(1) "/"
"flashes" => array(0)
"user" => NULL
"view" => string(5) "login"
"homepage" => bool(FALSE)
"layout" => string(64) "/var/www/clients/client1/web163/web/app/templates//@layout.phtml"
"template" => object(Template) (7) {
*RECURSION*
}
}
"filters" private => array(0)
"helpers" private => array(4) ▼ {
"escape" => string(27) "TemplateHelpers::escapeHtml"
"escapeurl" => string(12) "rawurlencode"
"striptags" => string(10) "strip_tags"
"nl2br" => string(5) "nl2br"
}
"helperLoaders" private => array(1) ▼ {
0 => string(23) "TemplateHelpers::loader"
}
}
"invalidSnippets" private => array(0)
"params" protected => array(2) ▼ {
"action" => string(5) "login"
"id" => NULL
}
"components" private => array(1) ▼ {
"loginForm" => object(AppForm) (17) ► {
"onSubmit" => NULL
"onInvalidSubmit" => NULL
"submittedBy" private => bool(FALSE)
"httpData" private => array(0)
"element" private => object(Html) (4) {
...
}
"renderer" private => NULL
"translator" private => NULL
"groups" private => array(0)
"errors" private => array(0)
"encoding" private => string(5) "UTF-8"
"currentGroup" protected => NULL
"valid" protected => NULL
"components" private => array(3) {
...
}
"cloning" private => NULL
"parent" private => object(AuthPresenter) (30) {
*RECURSION*
}
"name" private => string(9) "loginForm"
"monitors" private => array(2) {
...
}
}
}
"cloning" private => NULL
"parent" private => NULL
"name" private => string(4) "Auth"
"monitors" private => array(1) ▼ {
"Presenter" => array(4) ▼ {
0 => NULL
1 => NULL
2 => NULL
3 => bool(TRUE)
}
}
}
Environment ►
Constants ▼
| WWW_DIR | string(35) "/var/www/clients/client1/web163/web"
|
|---|---|
| APP_DIR | string(39) "/var/www/clients/client1/web163/web/app"
|
| LIBS_DIR | string(40) "/var/www/clients/client1/web163/web/libs"
|
| E_DEPRECATED | int(8192)
|
| E_USER_DEPRECATED | int(16384)
|
Included files ►(112)
| /var/www/clients/client1/web163/web/index.php |
| /var/www/clients/client1/web163/web/app/bootstrap.php |
| /var/www/clients/client1/web163/web/libs/Nette/loader.php |
| /var/www/clients/client1/web163/web/libs/Nette/compatibility.php |
| /var/www/clients/client1/web163/web/libs/Nette/Loaders/NetteLoader.php |
| /var/www/clients/client1/web163/web/libs/Nette/Loaders/AutoLoader.php |
| /var/www/clients/client1/web163/web/libs/Nette/Object.php |
| /var/www/clients/client1/web163/web/libs/Nette/exceptions.php |
| /var/www/clients/client1/web163/web/libs/Nette/ObjectMixin.php |
| /var/www/clients/client1/web163/web/libs/Nette/Loaders/LimitedScope.php |
| /var/www/clients/client1/web163/web/libs/Nette/Debug.php |
| /var/www/clients/client1/web163/web/libs/Nette/Framework.php |
| /var/www/clients/client1/web163/web/libs/Nette/Environment.php |
| /var/www/clients/client1/web163/web/libs/Nette/Configurator.php |
| /var/www/clients/client1/web163/web/libs/Nette/Config/Config.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/Hashtable.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/Collection.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/ICollection.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/IMap.php |
| /var/www/clients/client1/web163/web/libs/Nette/Config/ConfigAdapterIni.php |
| /var/www/clients/client1/web163/web/libs/Nette/Config/IConfigAdapter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Tools.php |
| /var/www/clients/client1/web163/web/libs/Nette/ArrayTools.php |
| /var/www/clients/client1/web163/web/libs/Nette/ServiceLocator.php |
| /var/www/clients/client1/web163/web/libs/Nette/IServiceLocator.php |
| /var/www/clients/client1/web163/web/libs/Nette/Loaders/RobotLoader.php |
| /var/www/clients/client1/web163/web/libs/Nette/Caching/Cache.php |
| /var/www/clients/client1/web163/web/libs/Nette/Caching/FileStorage.php |
| /var/www/clients/client1/web163/web/libs/Nette/Caching/ICacheStorage.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/Session.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Application.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/dibi.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/Nette/IDebuggable.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/interfaces.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiObject.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiException.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiConnection.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiResult.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiResultIterator.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiRow.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiTranslator.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiVariable.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiDataSource.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiFluent.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiDatabaseInfo.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/libs/DibiProfiler.php |
| /var/www/clients/client1/web163/web/libs/dibi/dibi/drivers/mysql.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Routers/MultiRouter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IRouter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/ArrayList.php |
| /var/www/clients/client1/web163/web/libs/Nette/Collections/IList.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Routers/Route.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/HttpRequest.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/IHttpRequest.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/HttpResponse.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/IHttpResponse.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/UriScript.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/Uri.php |
| /var/www/clients/client1/web163/web/libs/Nette/FreezableObject.php |
| /var/www/clients/client1/web163/web/libs/Nette/String.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/PresenterRequest.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/PresenterLoader.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IPresenterLoader.php |
| /var/www/clients/client1/web163/web/app/presenters/AuthPresenter.php |
| /var/www/clients/client1/web163/web/app/presenters/BasePresenter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Presenter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Control.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/PresenterComponent.php |
| /var/www/clients/client1/web163/web/libs/Nette/ComponentContainer.php |
| /var/www/clients/client1/web163/web/libs/Nette/Component.php |
| /var/www/clients/client1/web163/web/libs/Nette/IComponent.php |
| /var/www/clients/client1/web163/web/libs/Nette/IComponentContainer.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/ISignalReceiver.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IStatePersistent.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IRenderable.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IPresenter.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/PresenterHelpers.php |
| /var/www/clients/client1/web163/web/libs/Nette/Annotations.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/User.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/IUser.php |
| /var/www/clients/client1/web163/web/libs/Nette/InstanceFilterIterator.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/Template.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/BaseTemplate.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/ITemplate.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/IFileTemplate.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/Filters/TemplateHelpers.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Responses/RenderResponse.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/IPresenterResponse.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Exceptions/AbortException.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/TemplateCacheStorage.php |
| /var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_a2e64c7e0486e595f60562215e43f5bf.login.phtml.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/Filters/LatteMacros.php |
| /var/www/clients/client1/web163/web/libs/Nette/Templates/Filters/SnippetHelper.php |
| /var/www/clients/client1/web163/web/app/temp/c-Nette.Template/_163d072d2922d1aae2bef6bfad38e152.%40layout.phtml.php |
| /var/www/clients/client1/web163/web/app/presenters/IndexPresenter.php |
| /var/www/clients/client1/web163/web/libs/Nette/SmartCachingIterator.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/AppForm.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Form.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/FormContainer.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/INamingContainer.php |
| /var/www/clients/client1/web163/web/libs/Nette/Web/Html.php |
| /var/www/clients/client1/web163/web/libs/Nette/Application/Link.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Controls/TextInput.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Controls/TextBase.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Controls/FormControl.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/IFormControl.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Rules.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Rule.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Controls/SubmitButton.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/Controls/Button.php |
| /var/www/clients/client1/web163/web/libs/Nette/Forms/ISubmitterControl.php |
| /var/www/clients/client1/web163/web/libs/Nette/Debug.templates/bluescreen.phtml |
$_SERVER
| REDIRECT_STATUS | string(3) "200"
|
|---|---|
| HTTP_X_CC_ID | string(8) "ccc03-01"
|
| HTTP_HOST | string(15) "www.genetext.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(28) "/usr/local/bin:/usr/bin:/bin"
|
| SERVER_SIGNATURE | string(143) "<address>Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny13 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server at www.genetext.cz Port 80</address>
"
|
| SERVER_SOFTWARE | string(89) "Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny13 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g"
|
| SERVER_NAME | string(15) "www.genetext.cz"
|
| SERVER_ADDR | string(12) "212.80.69.55"
|
| SERVER_PORT | string(2) "80"
|
| REMOTE_ADDR | string(14) "38.107.179.228"
|
| DOCUMENT_ROOT | string(24) "/var/www/genetext.cz/web"
|
| SERVER_ADMIN | string(21) "webmaster@genetext.cz"
|
| SCRIPT_FILENAME | string(34) "/var/www/genetext.cz/web/index.php"
|
| REMOTE_PORT | string(5) "59147"
|
| REDIRECT_URL | string(12) "/auth/login/"
|
| 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(12) "/auth/login/"
|
| SCRIPT_NAME | string(10) "/index.php"
|
| PHP_SELF | string(10) "/index.php"
|
| REQUEST_TIME | int(1329957061)
|
| argv | array(0)
|
| argc | int(0)
|
HTTP request ►
Headers
| x-cc-id | ccc03-01 |
|---|---|
| Host | www.genetext.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 |
$_GET
empty
$_POST
empty
$_COOKIE
empty
HTTP response ►
Headers
X-Powered-By: Nette Framework
Content-type: text/html
- Report generated at 2012/02/23 01:31:01
- http://www.genetext.cz/auth/login/
- PHP 5.2.6-1+lenny13
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny13 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g
- Nette Framework 0.9.1 (revision dc607f0 released on 2009-09-18)
- Number of SQL queries: 0
- dibi 1.2 (revision 3b2ca19 released on 2009-09-18)