Page not found. Missing template '…/79066/virtual/www/domains/sd/app/templates/Handler/addFavorite.latte'. search►
File: .../vendor/nette/application/src/Application/UI/Presenter.php:701
691: 692: /** 693: * Throws HTTP error. 694: * @param string 695: * @param int HTTP error code 696: * @return void 697: * @throws Nette\Application\BadRequestException 698: */ 699: public function error($message = NULL, $code = Http\IResponse::S404_NOT_FOUND) 700: { 701: throw new Application\BadRequestException($message, $code); 702: } 703: 704: 705: /**
.../vendor/nette/application/src/Application/UI/Presenter.php:465 source Nette\Application\UI\Presenter-> error (arguments)
455: foreach ($files as $file) { 456: if (is_file($file)) { 457: $template->setFile($file); 458: break; 459: } 460: } 461: 462: if (!$template->getFile()) { 463: $file = preg_replace('#^.*([/\\\\].{1,70})\z#U', "\xE2\x80\xA6\$1", reset($files)); 464: $file = strtr($file, '/', DIRECTORY_SEPARATOR); 465: $this->error("Page not found. Missing template '$file'."); 466: } 467: } 468: 469: $this->sendResponse(new Responses\TextResponse($template));
$message | "Page not found. Missing template '…/79066/virtual/www/domains/sd/app/templates/Handler/addFavorite.latte'." (108)
|
---|
.../vendor/nette/application/src/Application/UI/Presenter.php:222 source Nette\Application\UI\Presenter-> sendTemplate ()
212: $this->tryCall($this->formatRenderMethod($this->view), $this->params); 213: $this->afterRender(); 214: 215: // save component tree persistent state 216: $this->saveGlobalState(); 217: if ($this->isAjax()) { 218: $this->payload->state = $this->getGlobalState(); 219: } 220: 221: // finish template rendering 222: $this->sendTemplate(); 223: 224: } catch (Application\AbortException $e) { 225: // continue with shutting down 226: if ($this->isAjax()) try {
.../vendor/nette/application/src/Application/Application.php:149 source Nette\Application\UI\Presenter-> run (arguments)
139: { 140: if (count($this->requests) > self::$maxLoop) { 141: throw new ApplicationException('Too many loops detected in application life cycle.'); 142: } 143: 144: $this->requests[] = $request; 145: $this->onRequest($this, $request); 146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153:
$request | Nette\Application\Request #d9c5 |
---|
.../vendor/nette/application/src/Application/Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
$request | Nette\Application\Request #d9c5 |
---|
.../www/index.php:8 source Nette\Application\Application-> run ()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: $container = require __DIR__ . '/../app/bootstrap.php'; 7: 8: $container->getService('application')->run(); 9:
array (1)0 => Nette\Application\Request #d9c5| method private => "POST" (4) | flags private => array (1)| | secured => FALSE| name private => "Handler" (7) | params private => array (2)| | action => "addFavorite" (11) | | id => NULL| post private => array () | files private => array ()
App\Presenters\HandlerPresenter #09b1authorMsgUser => "user" (4) invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #d9c5| method private => "POST" (4) | flags private => array (1)response private => NULL autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "addFavorite" (11) view private => "addFavorite" (11) layout private => NULL payload private => stdClass #c9c8| | secured => FALSE| name private => "Handler" (7) | params private => array (2)| | action => "addFavorite" (11) | | id => NULL| post private => array () | files private => array ()| state => array ()signalReceiver private => "" signal private => NULL ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #18cd| meta protected => array (1)httpRequest private => Nette\Http\Request #48de| | types => array (47)| parameters => array (8)| | | "nette\object" => array (33) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "app\model\base" => array (13) [ ... ] | | | "app\model\ad" => array (1) [ ... ] | | | "app\model\agency" => array (1) [ ... ] | | | "app\model\category" => array (1) [ ... ] | | | "app\model\datetime" => array (1) [ ... ] | | | "app\model\emails" => array (1) [ ... ] | | | "app\model\encodingstring" => array (1) [ ... ] | | | "app\model\favorite" => array (1) [ ... ] | | | "app\model\housekeeper" => array (1) [ ... ] | | | "app\model\make" => array (1) [ ... ] | | | "app\model\messages" => array (1) [ ... ] | | | "app\model\model" => array (1) [ ... ] | | | "app\model\newpass" => array (1) [ ... ] | | | "app\model\seen" => array (1) [ ... ] | | | "app\model\services" => array (1) [ ... ] | | | "app\model\uploader" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\model\users" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)| registry private => array (17)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #9abd| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #48de| | | method private => "POST" (4) | | | url private => Nette\Http\UrlScript #d228 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array (4) [ ... ] | | | headers private => array (14) [ ... ] | | | remoteAddress private => "151.249.106.140" (15) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse => Nette\Http\Response #3d9e| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | session => Nette\Http\Session #3696| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #48de { ... } | | | response private => Nette\Http\Response #3d9e { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #782b| | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #c933| | | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #782b { ... } | | | locks private => NULL| | "nette.presenterFactory" => Nette\Application\PresenterFactory #3e4c| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #18cd { RECURSION }| | router => Nette\Application\Routers\RouteList #e564| | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (1) [ ... ]| | application => Nette\Application\Application #e5b0| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\Presenters\HandlerPresenter #09b1 { RECURSION } | | | httpRequest private => Nette\Http\Request #48de { ... } | | | httpResponse private => Nette\Http\Response #3d9e { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #3e4c { ... } | | | router private => Nette\Application\Routers\RouteList #e564 { ... }| | container => SystemContainer #18cd { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #7db6| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #3696 { ... } | | | sessionSection private => Nette\Http\SessionSection #0752 { ... }| | "database.default" => Nette\Database\Connection #1939| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => NULL | | | preprocessor private => NULL | | | pdo private => NULL| | "database.default.context" => Nette\Database\Context #7e7a| | | connection private => Nette\Database\Connection #1939 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #e0fc { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #c933 { ... } | | | preprocessor private => NULL| | 37_App_Model_UserManager => App\Model\UserManager #105a| | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #7e7a { ... }| | user => Nette\Security\User #9cf7| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #7db6 { ... } | | | authenticator private => App\Model\UserManager #105a { ... } | | | authorizator private => NULL| | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #ed1b| | | container private => SystemContainer #18cd { RECURSION }| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #f1cb| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #ed1b { ... } | | | httpRequest private => Nette\Http\Request #48de { ... } | | | httpResponse private => Nette\Http\Response #3d9e { ... } | | | user private => Nette\Security\User #9cf7 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #c933 { ... }| method private => "POST" (4) | url private => Nette\Http\UrlScript #d228httpResponse private => Nette\Http\Response #3d9e| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "sd.najdi-hospodyni.cz" (21) | | port private => 80 | | path private => "/handler/add-favorite" (21) | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array (4)| | "nette-browser" => "tktt4aumkn" (10) | | "tracy-debug-bar" => "0:0" (3) | | PHPSESSID => "b653464f64d0a24a8a8a3f79809c185b" (32) | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => ""| headers private => array (14)| | host => "sd.najdi-hospodyni.cz" (21) | | connection => "keep-alive" (10) | | "content-length" => "1" | | pragma => "no-cache" (8) | | "cache-control" => "no-cache" (8) | | accept => "*/*" (3) | | origin => "http://sd.najdi-hospodyni.cz" (28) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | referer => "http://sd.najdi-hospodyni.cz/listing/?params%5Bcondition%5D=¶ms%5Bmake%5D=¶ms%5Bmodel%5D=¶ms%5BpriceFrom%5D=¶ms%5BpriceTo%5D=¶ms%5 ... " (167) | | "accept-encoding" => "gzip, deflate" (13) | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; PHPSESSID=b653464f64d0a24a8a8a3f79809c185b; tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPan ... " (153)| remoteAddress private => "151.249.106.140" (15) | remoteHost private => NULL | rawBody private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200session private => Nette\Http\Session #3696| regenerated private => NULL | options private => array (14)presenterFactory private => Nette\Application\PresenterFactory #3e4c| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #48de| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #d228| response private => Nette\Http\Response #3d9e| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/handler/add-favorite" (21) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (4)| | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | PHPSESSID => "b653464f64d0a24a8a8a3f79809c185b" (32) | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => ""| | headers private => array (14)| | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "1" | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | | referer => "http://sd.najdi-hospodyni.cz/listing/?params%5Bcondition%5D=¶ms%5Bmake%5D=¶ms%5Bmodel%5D=¶ms%5BpriceFrom%5D=¶ms%5BpriceTo%5D=¶ms%5 ... " (167) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; PHPSESSID=b653464f64d0a24a8a8a3f79809c185b; tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPan ... " (153)| | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| caseSensitive => FALSE | mapping private => array (2)router private => Nette\Application\Routers\RouteList #e564| | "*" => array (3)| baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | cache private => array (1)| | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)| | Nette => array (3)| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Handler => array (2)| container private => SystemContainer #18cd| | | 0 => "App\Presenters\HandlerPresenter" (31) | | | 1 => "Handler" (7)| | meta protected => array (1)| | | types => array (47) [ ... ]| | parameters => array (8)| | | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)| | registry private => array (17)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #9abd { ... } | | | httpRequest => Nette\Http\Request #48de { ... } | | | httpResponse => Nette\Http\Response #3d9e { ... } | | | session => Nette\Http\Session #3696 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #782b { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #c933 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #3e4c { RECURSION } | | | router => Nette\Application\Routers\RouteList #e564 { ... } | | | application => Nette\Application\Application #e5b0 { ... } | | | container => SystemContainer #18cd { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #7db6 { ... } | | | "database.default" => Nette\Database\Connection #1939 { ... } | | | "database.default.context" => Nette\Database\Context #7e7a { ... } | | | 37_App_Model_UserManager => App\Model\UserManager #105a { ... } | | | user => Nette\Security\User #9cf7 { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #ed1b { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #f1cb { ... }| | creating private => array ()| cachedRoutes private => NULL | module private => "" | list private => array (1)user private => Nette\Security\User #9cf7| | 0 => Nette\Application\Routers\Route #3551| | | mask private => "<presenter>/<action>[/<id>]" (27) | | | sequence private => array (11) [ ... ] | | | re private => "#(?:(?P<p0>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p5>(?U)[a-z][a-z0-9-]*)(?:/(?P<p16>(?U)[^/]+))?)?)?/?\z#Aiu" (99) | | | aliases private => array (3) [ ... ] | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #7db6templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #f1cb| | namespace private => "" | | sessionHandler private => Nette\Http\Session #3696| authenticator private => App\Model\UserManager #105a| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #48de { ... } | | | response private => Nette\Http\Response #3d9e { ... }| | sessionSection private => Nette\Http\SessionSection #0752| | | session private => Nette\Http\Session #3696 { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (9) [ ... ] | | | meta private => array (1) [ ... ] | | | warnOnUndefined => FALSE| | table_name private => "user" (4) | | column_id private => "user_id" (7) | | column_name private => "name" (4) | | column_email private => "email" (5) | | column_password_hash private => "password" (8) | | database private => Nette\Database\Context #7e7a| authorizator private => NULL| | | connection private => Nette\Database\Connection #1939 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #e0fc { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #c933 { ... } | | | preprocessor private => NULL| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #ed1btemplate private => Nette\Bridges\ApplicationLatte\Template #6dcd| | container private => SystemContainer #18cd| httpRequest private => Nette\Http\Request #48de| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (17) [ ... ] | | | creating private => array ()| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #d228| httpResponse private => Nette\Http\Response #3d9e| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/handler/add-favorite" (21) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (4)| | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | PHPSESSID => "b653464f64d0a24a8a8a3f79809c185b" (32) | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => ""| | headers private => array (14)| | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "1" | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | | referer => "http://sd.najdi-hospodyni.cz/listing/?params%5Bcondition%5D=¶ms%5Bmake%5D=¶ms%5Bmodel%5D=¶ms%5BpriceFrom%5D=¶ms%5BpriceTo%5D=¶ms%5 ... " (167) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; PHPSESSID=b653464f64d0a24a8a8a3f79809c185b; tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPan ... " (153)| | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| user private => Nette\Security\User #9cf7| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #7db6| cacheStorage private => Nette\Caching\Storages\FileStorage #c933| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #3696 { ... } | | | sessionSection private => Nette\Http\SessionSection #0752 { ... }| | authenticator private => App\Model\UserManager #105a| | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #7e7a { ... }| | authorizator private => NULL| | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #782b| | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| latte private => Latte\Engine #c746invalidSnippets private => array () snippetMode => NULL params protected => array (2)| | onCompile => array (1)| file private => NULL | params private => array (14)| | | 0 => Closure #e548| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #d5ab| | | | file => "/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (121) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => App\Presenters\HandlerPresenter #09b1 { RECURSION }| | contentType private => "html" (4) | | tempDirectory private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/cache/latte" (71) | | autoRefresh private => TRUE | | filters private => array (38)| | | "" => array () | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => "Latte\Runtime\Filters::date" (27) | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #39f5| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (121) | | | | line => 81 | | | | variables => array () | | | | parameters => ""| | | length => Closure #39ca| | | | file => "/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (121) | | | | line => 82 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #8a25| | | | file => "/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (121) | | | | line => 85 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | _control => App\Presenters\HandlerPresenter #09b1 { RECURSION } | | control => App\Presenters\HandlerPresenter #09b1 { RECURSION } | | _presenter => App\Presenters\HandlerPresenter #09b1 { RECURSION } | | presenter => App\Presenters\HandlerPresenter #09b1 { RECURSION } | | user => Nette\Security\User #9cf7| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #7db6 { ... } | | | authenticator private => App\Model\UserManager #105a { ... } | | | authorizator private => NULL| | netteHttpResponse => Nette\Http\Response #3d9e| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #c933| | | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #782b { ... } | | | locks private => NULL| | baseUrl => "http://sd.najdi-hospodyni.cz" (28) | | baseUri => "http://sd.najdi-hospodyni.cz" (28) | | basePath => "" | | flashes => array () | | loggedIn => TRUE | | userId => 1 | | userData => array (7)| | | user_id => 1 | | | name => "Adam Kořenek" (13) | | | surname => NULL | | | email => "adam.korenek@gmail.com" (22) | | | phone => "723279181" (9) | | | facebook_id => NULL | | | created => Nette\Utils\DateTime #3e85 { ... }| action => "addFavorite" (11) | id => NULLcomponents private => array () cloning private => NULL parent private => NULL name private => "Handler" (7) monitors private => array () templateFactory private => NULL
TMPDIR | "/data/web/virtuals/79066/virtual/tmp" (36)
|
---|---|
USER | "w79066" (6)
|
HOME | "/data/web/virtuals/79066/virtual" (32)
|
FCGI_ROLE | "RESPONDER" (9)
|
REDIRECT_REDIRECT_REDIRECT_STATUS | "200" (3)
|
REDIRECT_REDIRECT_STATUS | "200" (3)
|
REDIRECT_STATUS | "200" (3)
|
HTTP_HOST | "sd.najdi-hospodyni.cz" (21)
|
HTTP_CONNECTION | "keep-alive" (10)
|
CONTENT_LENGTH | "1"
|
HTTP_PRAGMA | "no-cache" (8)
|
HTTP_CACHE_CONTROL | "no-cache" (8)
|
HTTP_ACCEPT | "*/*" (3)
|
HTTP_ORIGIN | "http://sd.najdi-hospodyni.cz" (28)
|
HTTP_X_REQUESTED_WITH | "XMLHttpRequest" (14)
|
HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121)
|
CONTENT_TYPE | "application/x-www-form-urlencoded; charset=UTF-8" (48)
|
HTTP_REFERER | "http://sd.najdi-hospodyni.cz/listing/?params%5Bcondition%5D=¶ms%5Bmake%5D=¶ms%5Bmodel%5D=¶ms%5BpriceFrom%5D=¶ms%5BpriceTo%5D=¶ms%5 ... " (167)
|
HTTP_ACCEPT_ENCODING | "gzip, deflate" (13)
|
HTTP_ACCEPT_LANGUAGE | "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44)
|
HTTP_COOKIE | "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; PHPSESSID=b653464f64d0a24a8a8a3f79809c185b; tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPan ... " (153)
|
PATH | "/sbin:/usr/sbin:/bin:/usr/bin" (29)
|
LD_LIBRARY_PATH | "/usr/local/apache/2.4.26-w/lib:/usr/local/openssl/CURRENT/lib:" (62)
|
SERVER_SIGNATURE | ""
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_NAME | "sd.najdi-hospodyni.cz" (21)
|
SERVER_ADDR | "46.28.105.113" (13)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "151.249.106.140" (15)
|
DOCUMENT_ROOT | "/data/web/virtuals/79066/virtual/www" (36)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "/data/web/virtuals/79066/virtual/www" (36)
|
SERVER_ADMIN | "hosting@wedos.com" (17)
|
SCRIPT_FILENAME | "/data/web/virtuals/79066/virtual/www/domains/sd/www/index.php" (61)
|
REMOTE_PORT | "54796" (5)
|
REDIRECT_URL | "/domains/sd/www/handler/add-favorite" (36)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "POST" (4)
|
QUERY_STRING | ""
|
REQUEST_URI | "/handler/add-favorite" (21)
|
SCRIPT_NAME | "/domains/sd/www/index.php" (25)
|
PHP_SELF | "/domains/sd/www/index.php" (25)
|
REQUEST_TIME_FLOAT | 1518462684.9636
|
REQUEST_TIME | 1518462684
|
argv | array ()
|
argc | 0
|
__NF | Nette Session |
---|
Nette.Http.UserStorage/ | array (9) |
---|---|
Nette.Application.Flash/bar5 | array (1) |
Nette.Application.Flash/jrm9 | array (1) |
Nette.Application.Flash/h2jk | array (1) |
Nette.Application.Flash/jsij | array (1) |
Nette.Application/requests | array ()
|
Nette.Application.Flash/iy26 | array (1) |
/data/web/virtuals/79066/virtual/www/domains/sd/www/index.php |
/data/web/virtuals/79066/virtual/www/domains/sd/app/bootstrap.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/autoload.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_real.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/ClassLoader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_namespaces.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_psr4.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_classmap.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_files.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/shortcuts.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/loader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/Loaders/NetteLoader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/bootstrap/src/Bootstrap/Configurator.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Object.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/CompilerExtension.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Bar.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/BlueScreen.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Dumper.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/exceptions.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/IMacro.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Macros/MacroSet.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Object.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ArrayHash.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ArrayList.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/DateTime.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Image.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ObjectMixin.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Exception.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Entity.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Neon.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/shortcuts.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/bootstrap/src/Bridges/Framework/TracyBridge.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Debugger.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/Framework.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/DefaultBarPanel.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/IBarPanel.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/FireLogger.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Helpers.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Logger.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/robot-loader/src/RobotLoader/RobotLoader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/FileStorage.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/IStorage.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Cache.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/Loader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/Adapters/NeonAdapter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/IAdapter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Decoder.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Validators.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/ContainerFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache/Nette.Configurator/9c0ad76206afe0f680df42bb1144972e.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Container.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/ILatteFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/ClassType.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Method.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Session.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/RequestFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/UrlScript.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Url.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Strings.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Callback.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Request.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/IRequest.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Response.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/IResponse.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/Identity.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IIdentity.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/safe-stream/src/SafeStream/SafeStream.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/AnnotationsParser.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/FileJournal.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/IJournal.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/deprecated/Environment.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Application.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/PresenterFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IPresenterFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/app/router/RouterFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Routers/RouteList.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IRouter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Routers/Route.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationTracy/RoutingPanel.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Request.php |
/data/web/virtuals/79066/virtual/www/domains/sd/app/presenters/HandlerPresenter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/app/presenters/BasePresenter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/Presenter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/Control.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/PresenterComponent.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/Container.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/Component.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/IComponent.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/IContainer.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/ISignalReceiver.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/IStatePersistent.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/IRenderable.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IPresenter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Helpers.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Parameter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/User.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IUserStorage.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/UserStorage.php |
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/UserManager.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IAuthenticator.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Context.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Connection.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Helpers.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Bridges/DatabaseTracy/ConnectionPanel.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Reflection/DiscoveredReflection.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/IReflection.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Bridges/SecurityTracy/UserPanel.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/ITemplateFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Property.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/PresenterComponentReflection.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/SessionSection.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Engine.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Compiler.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/ITemplate.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/Loader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Loaders/FileLoader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/ILoader.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Iterators/Filter.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/exceptions.php |
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/templates/bluescreen.phtml |
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.5, 10-Dec-2007 |
Calendar support | enabled |
php-fpm | active |
Directive | Local Value | Master Value |
---|---|---|
cgi.discard_path | 0 | 0 |
cgi.fix_pathinfo | 1 | 1 |
cgi.force_redirect | 1 | 1 |
cgi.nph | 0 | 0 |
cgi.redirect_status_env | no value | no value |
cgi.rfc2616_headers | 0 | 0 |
fastcgi.error_header | no value | no value |
fastcgi.logging | 1 | 1 |
fpm.config | no value | no value |
PHP Version | 5.4.45 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | APCIterator | APCIterator |
disable_functions | apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store | apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store |
display_errors | On | On |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | /data/web/virtuals/79066/virtual/www/domains/sd/log/php_error.log | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 24567 |
exit_on_timeout | Off | Off |
expose_php | Off | Off |
extension_dir | /usr/local/php/CURRENT-54/extensions/ | /usr/local/php/CURRENT-54/extensions/ |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .:/data/web/virtuals/79066/virtual | .:/data/web/virtuals/79066/virtual |
log_errors | Off | Off |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 90 | 90 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 30 | 30 |
max_input_vars | 10000 | 10000 |
memory_limit | 128M | 128M |
open_basedir | /data/web/virtuals/79066/virtual | /data/web/virtuals/79066/virtual |
output_buffering | 0 | 0 |
output_handler | no value | no value |
post_max_size | 32M | 32M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | On | On |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | no value | no value |
sendmail_from | no value | no value |
sendmail_path | /data/web/mlimit/sendmail.sh | /data/web/mlimit/sendmail.sh |
serialize_precision | 17 | 17 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 32M | 32M |
upload_tmp_dir | /data/web/virtuals/79066/virtual/tmp | /data/web/virtuals/79066/virtual/tmp |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | no value | no value |
variables_order | EGPCS | EGPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype functions | enabled |
cURL support | enabled |
cURL Information | 7.19.7 |
Age | 3 |
Features | |
AsynchDNS | No |
Debug | No |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
Largefile | Yes |
NTLM | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
krb4 | No |
libz | Yes |
CharConv | No |
Protocols | tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp |
Host | x86_64-redhat-linux-gnu |
SSL Version | NSS/3.27.1 |
ZLib Version | 1.2.3 |
libSSH Version | libssh2/1.4.2 |
date/time support | enabled |
"Olson" Timezone Database Version | 2014.8 |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | Europe/Prague | Europe/Prague |
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.7.6 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
Regex Library | Bundled library enabled |
EXIF Support | enabled |
EXIF Version | 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo support | enabled |
version | 1.0.5 |
Input Validation and Filtering | enabled |
Revision | $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
FTP support | enabled |
GD Support | enabled |
GD Version | bundled (2.1.0 compatible) |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.3.11 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 6b |
PNG Support | enabled |
libPNG Version | 1.2.49 |
WBMP Support | enabled |
XBM Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
GetText Support | enabled |
gmp support | enabled |
GMP version | 4.3.1 |
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.12 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
imagick module | enabled |
---|---|
imagick module version | 3.4.3 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator |
Imagick compiled with ImageMagick version | ImageMagick 6.7.2-7 2017-03-22 Q16 http://www.imagemagick.org |
Imagick using ImageMagick library version | ImageMagick 6.7.2-7 2017-03-22 Q16 http://www.imagemagick.org |
ImageMagick copyright | Copyright (C) 1999-2011 ImageMagick Studio LLC |
ImageMagick release date | 2017-03-22 |
ImageMagick number of supported formats: | 205 |
ImageMagick supported formats | 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
imagick.skip_version_check | 0 | 0 |
IMAP c-Client Version | 2007e |
SSL Support | enabled |
Kerberos Support | enabled |
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 4.2.1 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
json support | enabled |
json version | 1.2.1 |
libXML support | active |
libXML Compiled Version | 2.7.6 |
libXML Loaded Version | 20706 |
libXML streams | enabled |
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) backtrack check | On |
Multibyte regex (oniguruma) version | 4.7.1 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | pass | pass |
mbstring.http_output | pass | pass |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | no value | no value |
mysql.default_socket | no value | no value |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | no value | no value |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqlnd | enabled |
---|---|
Version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Compression | supported |
SSL | supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 31536000 |
Collecting statistics | Yes |
Collecting memory statistics | No |
Tracing | n/a |
Loaded plugins | mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
API Extensions | mysqli,mysql,pdo_mysql |
mysqlnd statistics | |
---|---|
bytes_sent | 1451 |
bytes_received | 4393 |
packets_sent | 10 |
packets_received | 45 |
protocol_overhead_in | 180 |
protocol_overhead_out | 40 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 18 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 21 |
bytes_received_prepare_response_packet | 1310 |
bytes_received_change_user_packet | 2945 |
packets_sent_command | 4 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 2 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 3 |
packets_received_prepare_response | 28 |
packets_received_change_user | 10 |
result_set_queries | 2 |
non_result_set_queries | 1 |
no_index_used | 1 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 2 |
unbuffered_sets | 0 |
ps_buffered_sets | 0 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 0 |
rows_fetched_from_server_normal | 8 |
rows_fetched_from_server_ps | 0 |
rows_buffered_from_client_normal | 8 |
rows_buffered_from_client_ps | 0 |
rows_fetched_from_client_normal_buffered | 8 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 8 |
rows_skipped_ps | 0 |
copy_on_write_saved | 104 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 1 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 0 |
active_connections | 18446744073709551615 |
active_persistent_connections | 0 |
explicit_close | 1 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 2 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estndup_count | 0 |
mem_strdup_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 3 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 15 |
proto_text_fetched_bigint | 10 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 3 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 3 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 52 |
proto_text_fetched_blob | 3 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 0 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 0 |
proto_binary_fetched_int24 | 0 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 0 |
proto_binary_fetched_decimal | 0 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_blob | 0 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 1 |
com_init_db | 0 |
com_query | 3 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 0 |
com_stmt_execute | 0 |
com_stmt_send_long_data | 0 |
com_stmt_close | 0 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 2797 |
bytes_received_real_data_ps | 0 |
example statistics | |
---|---|
stat1 | 0 |
stat2 | 0 |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.1e-fips 11 Feb 2013 |
OpenSSL Header Version | OpenSSL 1.0.1e-fips 11 Feb 2013 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.37 2015-04-28 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite |
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /tmp/mysql.sock | /tmp/mysql.sock |
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.8.10.2 |
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.1 |
Phar API version | 1.1.1 |
SVN revision | $Id: ba734629367f9671b25202408d13914fa63d8396 $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
Native OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
Reflection | enabled |
---|---|
Version | $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ |
Session Support | enabled |
Registered save handlers | files user |
Registered serializer handlers | php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | On | Off |
session.cookie_lifetime | 1209600 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 100 | 100 |
session.gc_maxlifetime | 1209600 | 1440 |
session.gc_probability | 1 | 1 |
session.hash_bits_per_character | 4 | 4 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /data/web/virtuals/79066/virtual/session | /data/web/virtuals/79066/virtual/session |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_trans_sid | 0 | 0 |
Simplexml support | enabled |
---|---|
Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
Schema support | enabled |
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
Sockets Support | enabled |
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7 |
SQLite Library | 3.8.10.2 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.extension_dir | no value | no value |
Dynamic Library Support | enabled |
Path to sendmail | /data/web/mlimit/sendmail.sh |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,form=,fieldset= | a=href,area=href,frame=src,form=,fieldset= |
user_agent | no value | no value |
sysvmsg support | enabled |
Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
Tokenizer Support | enabled |
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
XCache Version | 3.2.0 |
Modules Built | cacher |
Directive | Local Value | Master Value |
---|---|---|
xcache.coredump_directory | no value | no value |
xcache.disable_on_crash | Off | Off |
xcache.experimental | Off | Off |
xcache.test | Off | Off |
XCache Cacher Module | enabled |
Readonly Protection | disabled |
Page Request Time | 2018-02-12 20:11:24 |
Cache Init Time | 2018-02-12 20:02:26 |
Cache Instance Id | 19020 |
Opcode Cache | enabled, 2,147,483,648 bytes, 8 split(s), with 8192 slots each |
Variable Cache | disabled |
Shared Memory Schemes | mmap |
Directive | Local Value | Master Value |
---|---|---|
xcache.admin.enable_auth | On | On |
xcache.allocator | bestfit | bestfit |
xcache.cacher | On | On |
xcache.count | 8 | 8 |
xcache.gc_interval | 0 | 0 |
xcache.mmap_path | /dev/zero | /dev/zero |
xcache.readonly_protection | Off | Off |
xcache.shm_scheme | mmap | mmap |
xcache.size | 2G | 2G |
xcache.slots | 8K | 8K |
xcache.stat | On | On |
xcache.ttl | 0 | 0 |
xcache.var_allocator | bestfit | bestfit |
xcache.var_count | 1 | 1 |
xcache.var_gc_interval | 120 | 120 |
xcache.var_maxttl | 0 | 0 |
xcache.var_namespace | no value | no value |
xcache.var_namespace_mode | 0 | 0 |
xcache.var_size | 0 | 0 |
xcache.var_slots | 8K | 8K |
xcache.var_ttl | 0 | 0 |
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.7.6 |
XMLReader | enabled |
core library version | xmlrpc-epi v. 0.51 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
XMLWriter | enabled |
XSL | enabled |
libxslt Version | 1.1.26 |
libxslt compiled against libxml Version | 2.7.6 |
EXSLT | enabled |
libexslt Version | 1.1.26 |
Zip | enabled |
Extension Version | $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.3 |
Linked Version | 1.2.3 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Module Name |
---|
ionCube Loader |
sysvsem |
sysvshm |
empty
empty
nette-browser | "tktt4aumkn" (10)
|
---|---|
tracy-debug-bar | "0:0" (3)
|
PHPSESSID | "b653464f64d0a24a8a8a3f79809c185b" (32)
|
tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel | ""
|
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
Set-Cookie: PHPSESSID=b653464f64d0a24a8a8a3f79809c185b; expires=Mon, 26-Feb-2018 19:11:25 GMT; path=/; httponly
Set-Cookie: nette-browser=tktt4aumkn; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With