File: /data/web/virtuals/357009/virtual/app/FrontModule/components/PageComponent.php:44
34: $loadUnpublishedEntities = false; //pokud neni prihlasen, zobrazi se aktivni a publikovane obsahy 35: } 36: $page = $this->pageDAO->getByUrl($url, $loadUnpublishedEntities); 37: 38: if ($page === null || !isset($page->entity)) { 39: throw new BadRequestException('Page not found: ' . $url); 40: } 41: 42: 43: if (count($page->entity) == 0) { 44: throw new BadRequestException(); 45: } 46: $this->template->page = $page; 47: $this->template->settings = $this->settingsDAO->getAllSettings(); 48: } catch (PageNotFoundException $e) {
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates.Page.default.latte-c6726ef1d201430336b6dbd19e7b70ba.php:14 source App\FrontModule\Components\PageComponent-> render (arguments)
4: 5: ?><?php 6: // prolog Nette\Latte\Macros\CoreMacros 7: list($_l, $_g) = Nette\Latte\Macros\CoreMacros::initRuntime($template, '3zo8jr60so') 8: ; 9: // prolog Nette\Latte\Macros\UIMacros 10: // 11: // block content 12: // 13: if (!function_exists($_l->blocks['content'][] = '_lb36a1d946ef_content')) { function _lb36a1d946ef_content($_l, $_args) { foreach ($_args as $__k => $__v) $$__k = $__v 14: ;$_ctrl = $_control->getComponent("page"); if ($_ctrl instanceof Nette\Application\UI\IRenderable) $_ctrl->redrawControl(NULL, FALSE); $_ctrl->render($presenter->getParameter('url')) ; 15: }} 16: 17: // 18: // end of blocks
$url | "cs" (2)
|
---|
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Latte/Macros/UIMacros.php:454 source _lb36a1d946ef_content (arguments)
444: /** 445: * Calls block. 446: * @return void 447: */ 448: public static function callBlock(\stdClass $context, $name, array $params) 449: { 450: if (empty($context->blocks[$name])) { 451: throw new Nette\InvalidStateException("Cannot include undefined block '$name'."); 452: } 453: $block = reset($context->blocks[$name]); 454: $block($context, $params); 455: } 456: 457: 458: /**
$_l | stdClass #d5d1 |
---|---|
$_args | array (18) |
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates._layout.latte-dc749b20ad7ff4615472b7bcb7310672.php:138 source Nette\Latte\Macros\UIMacros:: callBlock (arguments)
128: <div class="col-xs-12"> 129: <div class="alert alert-dismissable alert-warning"> 130: <button type="button" class="close" data-dismiss="alert">×</button> 131: <h4>Warning!</h4> 132: <p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser.</p> 133: </div> 134: </div> 135: </div> 136: <![endif]--> 137: 138: <?php Nette\Latte\Macros\UIMacros::callBlock($_l, 'content', $template->getParameters()) ?> 139: 140: 141: <?php call_user_func(reset($_l->blocks['scripts']), $_l, get_defined_vars()) ; if (\Nette\Diagnostics\Debugger::$productionMode && $presenter->context->parameters['testMode']==false) { if ($settings->values['googleanalytics']->getValue()!='') { ?> 142: <script>
$context | stdClass #d5d1 |
---|---|
$name | "content" (7)
|
$params | array (18) |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/LimitedScope.php:65 source include (arguments)
55: */ 56: public static function load(/*$file, array $vars = NULL*/) 57: { 58: if (func_num_args() > 1) { 59: if (func_get_arg(1) === TRUE) { 60: return include_once func_get_arg(0); 61: } 62: foreach (func_get_arg(1) as $__k => $__v) $$__k = $__v; 63: unset($__k, $__v); 64: } 65: return include func_get_arg(0); 66: } 67: 68: } 69:
#0 | "/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates._layout.latte-dc749b20ad7ff4615472b7bcb7310672.php" (125)
|
---|
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/FileTemplate.php:108 source Nette\Utils\LimitedScope:: load (arguments)
98: } 99: 100: $cache->save($this->file, $compiled, array( 101: Caching\Cache::FILES => $this->file, 102: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 103: )); 104: $cached = $cache->load($this->file); 105: } 106: 107: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 108: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 109: } else { 110: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 111: } 112: }
#0 | "/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates._layout.latte-dc749b20ad7ff4615472b7bcb7310672.php" (125)
|
---|---|
#1 | array (19) |
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates.Page.default.latte-c6726ef1d201430336b6dbd19e7b70ba.php:39 source Nette\Templating\FileTemplate-> render ()
29: } elseif (!empty($_control->snippetMode)) { 30: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 31: } 32: 33: // 34: // main template 35: // 36: ?> 37: 38: 39: <?php if ($_l->extends) { ob_end_clean(); return Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render(); } 40: call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ;
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/LimitedScope.php:65 source include (arguments)
55: */ 56: public static function load(/*$file, array $vars = NULL*/) 57: { 58: if (func_num_args() > 1) { 59: if (func_get_arg(1) === TRUE) { 60: return include_once func_get_arg(0); 61: } 62: foreach (func_get_arg(1) as $__k => $__v) $$__k = $__v; 63: unset($__k, $__v); 64: } 65: return include func_get_arg(0); 66: } 67: 68: } 69:
#0 | "/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates.Page.default.latte-c6726ef1d201430336b6dbd19e7b70ba.php" (130)
|
---|
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/FileTemplate.php:108 source Nette\Utils\LimitedScope:: load (arguments)
98: } 99: 100: $cache->save($this->file, $compiled, array( 101: Caching\Cache::FILES => $this->file, 102: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 103: )); 104: $cached = $cache->load($this->file); 105: } 106: 107: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 108: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 109: } else { 110: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 111: } 112: }
#0 | "/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates.Page.default.latte-c6726ef1d201430336b6dbd19e7b70ba.php" (130)
|
---|---|
#1 | array (16) |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Responses/TextResponse.php:51 source Nette\Templating\FileTemplate-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Application.php:156 source Nette\Application\Responses\TextResponse-> send (arguments)
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: 154: } elseif ($response) { 155: $this->onResponse($this, $response); 156: $response->send($this->httpRequest, $this->httpResponse); 157: } 158: } 159: 160:
$httpRequest | Nette\Http\Request #3a32 |
---|---|
$httpResponse | Nette\Http\Response #6f25 |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/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 #0cb1 |
---|
/data/web/virtuals/357009/virtual/www/index.php:5 source Nette\Application\Application-> run ()
1: <?php 2: // Uncomment this line if you must temporarily take down your site for maintenance. 3: // require '.maintenance.php'; 4: $container = require __DIR__ . '/../app/bootstrap.php'; 5: $container->getService('application')->run(); 6: 7: 8:
array (1)0 => Nette\Application\Request #0cb1| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "Front:Page" (10) | params private => array (3)| | url => "cs" (2) | | action => "default" (7) | | page => NULL| post private => array () | files private => array ()
App\FrontModule\Presenters\PagePresenter #1b86photoFactory private => App\AdminModule\Factories\PhotoFactory #5847| request private => Nette\Http\Request #3a32request private => Nette\Http\Request #3a32| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| wwwDir private => "/data/web/virtuals/357009/virtual/www" (37) | photoCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | photoDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | pageImageCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | pageImageDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | filesCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | filesDir private => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | shopBrandCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | shopBrandDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | shopSupplierCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | shopSupplierDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | shopCategoryCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | shopCategoryDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | shopItemCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | shopItemDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | shopCarrierCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | shopCarrierDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60)| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| method private => "GET" (3) | url private => Nette\Http\UrlScript #2777pageDAO protected => App\DAO\PageDAO #4966| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "www.mousepad.cz" (15) | | port private => 80 | | path private => "/cs" (3) | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array (2)| | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | "nette-browser" => "4hbuujosnr" (10)| headers private => array (9)| | host => "www.mousepad.cz" (15) | | connection => "keep-alive" (10) | | pragma => "no-cache" (8) | | "cache-control" => "no-cache" (8) | | "upgrade-insecure-requests" => "1" | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | "accept-encoding" => "gzip, deflate" (13) | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| remoteAddress private => "3.135.192.183" (13) | remoteHost private => NULL| entityDAO private => App\DAO\EntityDAO #ec83settingsDAO protected => App\DAO\SettingsDAO #ce02| | galleryDAO private => App\DAO\GalleryDAO #3783| userDAO private => App\DAO\UserDAO #54a2| | | photoDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | photoCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #4cfc { ... } | | | context protected => SystemContainer #a8d9 { ... } | | | table protected => ""| | db protected => Nette\Database\Context #11ad| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| | cache protected => Nette\Caching\Cache #51b6| | | storage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | memcache protected => Nette\Caching\Cache #a98f| | | storage private => Nette\Caching\Storages\MemoryStorage #4f8b { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | context protected => SystemContainer #a8d9| | | meta protected => array (1) [ ... ] | | | parameters => array (42) [ ... ] | | | registry private => array (55) [ ... ] | | | creating private => array ()| | table protected => ""| | table protected => "user" (4) | | db protected => Nette\Database\Context #11ad| pageImageDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | pageImageCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | possiblePages private => array () | orderTypes private => array (6)| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| | cache protected => Nette\Caching\Cache #51b6| | | storage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | memcache protected => Nette\Caching\Cache #9441| | | storage private => Nette\Caching\Storages\MemoryStorage #c34b { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | context protected => SystemContainer #a8d9| | | meta protected => array (1) [ ... ] | | | parameters => array (42) [ ... ] | | | registry private => array (55) [ ... ] | | | creating private => array ()| | created_asc => "Dle data vytvoření vzestupně" (31) | | created_desc => "Dle data vytvoření sestupně" (30) | | ord_asc => "Dle pořadí vzestupně" (23) | | ord_desc => "Dle pořadí sestupně" (22) | | name_asc => "Dle abecedy vzestupně" (22) | | name_desc => "Dle abecedy sestupně" (21)| db protected => Nette\Database\Context #11ad| | connection private => Nette\Database\Connection #640e| cache protected => Nette\Caching\Cache #51b6| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #f77b { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #75e7 { ... } | | | context private => Nette\Database\Context #11ad { RECURSION } | | | pdo private => PDO #937e| | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8| | | connection protected => Nette\Database\Connection #640e { ... } | | | cache protected => Nette\Caching\Cache #f6ab { ... } | | | structure protected => array (1) [ ... ] | | | loadedStructure protected => array (1) [ ... ]| | cacheStorage private => Nette\Caching\Storages\FileStorage #7828| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | preprocessor private => NULL| | storage private => Nette\Caching\Storages\FileStorage #7828| memcache protected => Nette\Caching\Cache #5418| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | namespace private => "system\x00" (7) | | key private => NULL | | data private => NULL| | storage private => Nette\Caching\Storages\MemoryStorage #2613| context protected => SystemContainer #a8d9| | | data private => array ()| | namespace private => "system\x00" (7) | | key private => NULL | | data private => NULL| | meta protected => array (1)| table protected => ""| | | types => array (87) [ ... ]| | parameters => array (42)| | | appDir => "/data/web/virtuals/357009/virtual/app" (37) | | | wwwDir => "/data/web/virtuals/357009/virtual/www" (37) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/357009/virtual/app/../tmp" (44) | | | cachedEntities => array (2) [ ... ] | | | userfilesDir => "/data/web/virtuals/357009/virtual/www/userfiles" (47) | | | photoDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | photoCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | pageImageDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | pageImageCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | filesDir => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | | | filesCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | | | testMode => FALSE | | | paginatorLimit => 10 | | | simpleCMS => TRUE | | | emails => array (2) [ ... ] | | | shopDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop" (52) | | | shopCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/cached" (59) | | | shopSupplierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | | | shopSupplierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | | | shopBrandDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | | | shopBrandCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | | | shopCategoryDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | | | shopCategoryCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | | | shopItemDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | | | shopItemCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopCarrierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60) | | | shopCarrierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopItemsPerPage => 10 | | | shopVisible => FALSE | | | noreplyEmail => "noreply@mousepad.cz" (19) | | | components => array (8) [ ... ] | | | overviews => array (8) [ ... ] | | | socials => array (3) [ ... ] | | | texts => array (2) [ ... ] | | | indexPriorities => array (2) [ ... ] | | | fileTemplates => array (5) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (55)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #b6e9 { ... } | | | httpRequest => Nette\Http\Request #3a32 { ... } | | | httpResponse => Nette\Http\Response #6f25 { ... } | | | session => Nette\Http\Session #acb7 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #c601 { ... } | | | 73_App_RouterFactory => App\RouterFactory #feda | | | router => Nette\Application\Routers\RouteList #b82f { ... } | | | application => Nette\Application\Application #aa03 { ... } | | | container => SystemContainer #a8d9 { RECURSION } | | | "nette.httpContext" => Nette\Http\Context #1089 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #2c72 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #1910 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #7828 { ... } | | | "nette.database.default" => Nette\Database\Connection #640e { ... } | | | "nette.database.default.context" => Nette\Database\Context #11ad { ... } | | | 71_App_DAO_UserManager => App\DAO\UserManager #8713 { ... } | | | user => App\Model\CMSUser #b4fe { ... } | | | SystemCache => Nette\Caching\Cache #51b6 { ... } | | | GalleryDAO => App\DAO\GalleryDAO #3783 { ... } | | | 39_App_DAO_EntityDAO => App\DAO\EntityDAO #ec83 { ... } | | | UserDAO => App\DAO\UserDAO #54a2 { ... } | | | PageDAO => App\DAO\PageDAO #4966 { RECURSION } | | | SettingsDAO => App\DAO\SettingsDAO #ce02 { ... } | | | PhotoFactory => App\AdminModule\Factories\PhotoFactory #5847 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #ea88 { ... } | | | emailer => Biibtech\Emailer #ba8b { ... } | | | CustomerMessageDAO => App\DAO\Shop\CustomerMessageDAO #fc11 { ... } | | | MailFactory => App\AdminModule\Factories\MailFactory #701f { ... } | | | 72_App_DAO_WatcherDAO => App\DAO\WatcherDAO #6564 { ... } | | | Watcher => App\Watcher #b64e { ... } | | | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage #804a { ... } | | | customerAuthenticator => App\DAO\CustomerManager #fa50 { ... } | | | "webloader.cssFeFiles" => WebLoader\FileCollection #996f { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #3770 { ... } | | | wlCssFilter => WebLoader\Filter\CssUrlsFilter #b040 { ... } | | | "webloader.cssFeCompiler" => WebLoader\Compiler #a72f { ... } | | | "webloader.jsFeFiles" => WebLoader\FileCollection #d7cf { ... } | | | "webloader.jsNamingConvention" => WebLoader\DefaultOutputNamingConvention #23b4 { ... } | | | "webloader.jsFeCompiler" => WebLoader\Compiler #43bc { ... } | | | ItemDAO => App\DAO\Shop\ItemDAO #73fb { ... } | | | VariantProductItemDAO => App\DAO\Shop\VariantProductItemDAO #63be { ... } | | | VatDAO => App\DAO\Shop\VatDAO #b1bf { ... } | | | CustomerDAO => App\DAO\Shop\CustomerDAO #df85 { ... } | | | DiscountDAO => App\DAO\Shop\DiscountDAO #daa5 { ... } | | | 68_App_DAO_TransactionDAO => App\DAO\TransactionDAO #72f1 { ... } | | | ItemFactory => App\AdminModule\Factories\ItemFactory #0a37 { ... } | | | OrderDAO => App\DAO\Shop\OrderDAO #e7ad { ... } | | | OrderItemDAO => App\DAO\Shop\OrderItemDAO #5089 { ... } | | | CarrierDAO => App\DAO\Shop\CarrierDAO #3f02 { ... } | | | CarrierTypeDAO => App\DAO\Shop\CarrierTypeDAO #72cc { ... } | | | PaymentDAO => App\DAO\Shop\PaymentDAO #3991 { ... } | | | CarrierItemDAO => App\DAO\Shop\CarrierItemDAO #997d { ... } | | | StausDAO => App\DAO\Shop\StatusDAO #842b { ... } | | | StatusFactory => App\AdminModule\Factories\StatusFactory #b657 { ... } | | | OrderFactory => App\AdminModule\Factories\OrderFactory #f88d { ... }| | creating private => array ()| db protected => Nette\Database\Context #11adwebLoader => WebLoader\Nette\LoaderFactory #ea88| | connection private => Nette\Database\Connection #640e| cache protected => Nette\Caching\Cache #51b6| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #f77b { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #75e7 { ... } | | | context private => Nette\Database\Context #11ad { RECURSION } | | | pdo private => PDO #937e| | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8| | | connection protected => Nette\Database\Connection #640e { ... } | | | cache protected => Nette\Caching\Cache #f6ab { ... } | | | structure protected => array (1) [ ... ] | | | loadedStructure protected => array (1) [ ... ]| | cacheStorage private => Nette\Caching\Storages\FileStorage #7828| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | preprocessor private => NULL| | storage private => Nette\Caching\Storages\FileStorage #7828| memcache protected => Nette\Caching\Cache #36e2| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | namespace private => "system\x00" (7) | | key private => NULL | | data private => NULL| | storage private => Nette\Caching\Storages\MemoryStorage #73e2| context protected => SystemContainer #a8d9| | | data private => array ()| | namespace private => "system\x00" (7) | | key private => NULL | | data private => NULL| | meta protected => array (1)| table protected => ""| | | types => array (87) [ ... ]| | parameters => array (42)| | | appDir => "/data/web/virtuals/357009/virtual/app" (37) | | | wwwDir => "/data/web/virtuals/357009/virtual/www" (37) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/357009/virtual/app/../tmp" (44) | | | cachedEntities => array (2) [ ... ] | | | userfilesDir => "/data/web/virtuals/357009/virtual/www/userfiles" (47) | | | photoDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | photoCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | pageImageDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | pageImageCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | filesDir => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | | | filesCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | | | testMode => FALSE | | | paginatorLimit => 10 | | | simpleCMS => TRUE | | | emails => array (2) [ ... ] | | | shopDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop" (52) | | | shopCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/cached" (59) | | | shopSupplierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | | | shopSupplierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | | | shopBrandDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | | | shopBrandCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | | | shopCategoryDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | | | shopCategoryCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | | | shopItemDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | | | shopItemCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopCarrierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60) | | | shopCarrierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopItemsPerPage => 10 | | | shopVisible => FALSE | | | noreplyEmail => "noreply@mousepad.cz" (19) | | | components => array (8) [ ... ] | | | overviews => array (8) [ ... ] | | | socials => array (3) [ ... ] | | | texts => array (2) [ ... ] | | | indexPriorities => array (2) [ ... ] | | | fileTemplates => array (5) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (55)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #b6e9 { ... } | | | httpRequest => Nette\Http\Request #3a32 { ... } | | | httpResponse => Nette\Http\Response #6f25 { ... } | | | session => Nette\Http\Session #acb7 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #c601 { ... } | | | 73_App_RouterFactory => App\RouterFactory #feda | | | router => Nette\Application\Routers\RouteList #b82f { ... } | | | application => Nette\Application\Application #aa03 { ... } | | | container => SystemContainer #a8d9 { RECURSION } | | | "nette.httpContext" => Nette\Http\Context #1089 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #2c72 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #1910 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #7828 { ... } | | | "nette.database.default" => Nette\Database\Connection #640e { ... } | | | "nette.database.default.context" => Nette\Database\Context #11ad { ... } | | | 71_App_DAO_UserManager => App\DAO\UserManager #8713 { ... } | | | user => App\Model\CMSUser #b4fe { ... } | | | SystemCache => Nette\Caching\Cache #51b6 { ... } | | | GalleryDAO => App\DAO\GalleryDAO #3783 { ... } | | | 39_App_DAO_EntityDAO => App\DAO\EntityDAO #ec83 { ... } | | | UserDAO => App\DAO\UserDAO #54a2 { ... } | | | PageDAO => App\DAO\PageDAO #4966 { ... } | | | SettingsDAO => App\DAO\SettingsDAO #ce02 { RECURSION } | | | PhotoFactory => App\AdminModule\Factories\PhotoFactory #5847 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #ea88 { ... } | | | emailer => Biibtech\Emailer #ba8b { ... } | | | CustomerMessageDAO => App\DAO\Shop\CustomerMessageDAO #fc11 { ... } | | | MailFactory => App\AdminModule\Factories\MailFactory #701f { ... } | | | 72_App_DAO_WatcherDAO => App\DAO\WatcherDAO #6564 { ... } | | | Watcher => App\Watcher #b64e { ... } | | | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage #804a { ... } | | | customerAuthenticator => App\DAO\CustomerManager #fa50 { ... } | | | "webloader.cssFeFiles" => WebLoader\FileCollection #996f { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #3770 { ... } | | | wlCssFilter => WebLoader\Filter\CssUrlsFilter #b040 { ... } | | | "webloader.cssFeCompiler" => WebLoader\Compiler #a72f { ... } | | | "webloader.jsFeFiles" => WebLoader\FileCollection #d7cf { ... } | | | "webloader.jsNamingConvention" => WebLoader\DefaultOutputNamingConvention #23b4 { ... } | | | "webloader.jsFeCompiler" => WebLoader\Compiler #43bc { ... } | | | ItemDAO => App\DAO\Shop\ItemDAO #73fb { ... } | | | VariantProductItemDAO => App\DAO\Shop\VariantProductItemDAO #63be { ... } | | | VatDAO => App\DAO\Shop\VatDAO #b1bf { ... } | | | CustomerDAO => App\DAO\Shop\CustomerDAO #df85 { ... } | | | DiscountDAO => App\DAO\Shop\DiscountDAO #daa5 { ... } | | | 68_App_DAO_TransactionDAO => App\DAO\TransactionDAO #72f1 { ... } | | | ItemFactory => App\AdminModule\Factories\ItemFactory #0a37 { ... } | | | OrderDAO => App\DAO\Shop\OrderDAO #e7ad { ... } | | | OrderItemDAO => App\DAO\Shop\OrderItemDAO #5089 { ... } | | | CarrierDAO => App\DAO\Shop\CarrierDAO #3f02 { ... } | | | CarrierTypeDAO => App\DAO\Shop\CarrierTypeDAO #72cc { ... } | | | PaymentDAO => App\DAO\Shop\PaymentDAO #3991 { ... } | | | CarrierItemDAO => App\DAO\Shop\CarrierItemDAO #997d { ... } | | | StausDAO => App\DAO\Shop\StatusDAO #842b { ... } | | | StatusFactory => App\AdminModule\Factories\StatusFactory #b657 { ... } | | | OrderFactory => App\AdminModule\Factories\OrderFactory #f88d { ... }| | creating private => array ()| httpRequest private => Nette\Http\Request #3a32mailFactory => App\AdminModule\Factories\MailFactory #701f| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| serviceLocator private => SystemContainer #a8d9| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| | meta protected => array (1)| tempPaths private => array (2)| | | types => array (87) [ ... ]| | parameters => array (42)| | | appDir => "/data/web/virtuals/357009/virtual/app" (37) | | | wwwDir => "/data/web/virtuals/357009/virtual/www" (37) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/357009/virtual/app/../tmp" (44) | | | cachedEntities => array (2) [ ... ] | | | userfilesDir => "/data/web/virtuals/357009/virtual/www/userfiles" (47) | | | photoDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | photoCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | pageImageDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | pageImageCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | filesDir => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | | | filesCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | | | testMode => FALSE | | | paginatorLimit => 10 | | | simpleCMS => TRUE | | | emails => array (2) [ ... ] | | | shopDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop" (52) | | | shopCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/cached" (59) | | | shopSupplierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | | | shopSupplierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | | | shopBrandDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | | | shopBrandCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | | | shopCategoryDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | | | shopCategoryCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | | | shopItemDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | | | shopItemCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopCarrierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60) | | | shopCarrierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopItemsPerPage => 10 | | | shopVisible => FALSE | | | noreplyEmail => "noreply@mousepad.cz" (19) | | | components => array (8) [ ... ] | | | overviews => array (8) [ ... ] | | | socials => array (3) [ ... ] | | | texts => array (2) [ ... ] | | | indexPriorities => array (2) [ ... ] | | | fileTemplates => array (5) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (55)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #b6e9 { ... } | | | httpRequest => Nette\Http\Request #3a32 { ... } | | | httpResponse => Nette\Http\Response #6f25 { ... } | | | session => Nette\Http\Session #acb7 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #c601 { ... } | | | 73_App_RouterFactory => App\RouterFactory #feda | | | router => Nette\Application\Routers\RouteList #b82f { ... } | | | application => Nette\Application\Application #aa03 { ... } | | | container => SystemContainer #a8d9 { RECURSION } | | | "nette.httpContext" => Nette\Http\Context #1089 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #2c72 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #1910 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #7828 { ... } | | | "nette.database.default" => Nette\Database\Connection #640e { ... } | | | "nette.database.default.context" => Nette\Database\Context #11ad { ... } | | | 71_App_DAO_UserManager => App\DAO\UserManager #8713 { ... } | | | user => App\Model\CMSUser #b4fe { ... } | | | SystemCache => Nette\Caching\Cache #51b6 { ... } | | | GalleryDAO => App\DAO\GalleryDAO #3783 { ... } | | | 39_App_DAO_EntityDAO => App\DAO\EntityDAO #ec83 { ... } | | | UserDAO => App\DAO\UserDAO #54a2 { ... } | | | PageDAO => App\DAO\PageDAO #4966 { ... } | | | SettingsDAO => App\DAO\SettingsDAO #ce02 { ... } | | | PhotoFactory => App\AdminModule\Factories\PhotoFactory #5847 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #ea88 { RECURSION } | | | emailer => Biibtech\Emailer #ba8b { ... } | | | CustomerMessageDAO => App\DAO\Shop\CustomerMessageDAO #fc11 { ... } | | | MailFactory => App\AdminModule\Factories\MailFactory #701f { ... } | | | 72_App_DAO_WatcherDAO => App\DAO\WatcherDAO #6564 { ... } | | | Watcher => App\Watcher #b64e { ... } | | | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage #804a { ... } | | | customerAuthenticator => App\DAO\CustomerManager #fa50 { ... } | | | "webloader.cssFeFiles" => WebLoader\FileCollection #996f { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #3770 { ... } | | | wlCssFilter => WebLoader\Filter\CssUrlsFilter #b040 { ... } | | | "webloader.cssFeCompiler" => WebLoader\Compiler #a72f { ... } | | | "webloader.jsFeFiles" => WebLoader\FileCollection #d7cf { ... } | | | "webloader.jsNamingConvention" => WebLoader\DefaultOutputNamingConvention #23b4 { ... } | | | "webloader.jsFeCompiler" => WebLoader\Compiler #43bc { ... } | | | ItemDAO => App\DAO\Shop\ItemDAO #73fb { ... } | | | VariantProductItemDAO => App\DAO\Shop\VariantProductItemDAO #63be { ... } | | | VatDAO => App\DAO\Shop\VatDAO #b1bf { ... } | | | CustomerDAO => App\DAO\Shop\CustomerDAO #df85 { ... } | | | DiscountDAO => App\DAO\Shop\DiscountDAO #daa5 { ... } | | | 68_App_DAO_TransactionDAO => App\DAO\TransactionDAO #72f1 { ... } | | | ItemFactory => App\AdminModule\Factories\ItemFactory #0a37 { ... } | | | OrderDAO => App\DAO\Shop\OrderDAO #e7ad { ... } | | | OrderItemDAO => App\DAO\Shop\OrderItemDAO #5089 { ... } | | | CarrierDAO => App\DAO\Shop\CarrierDAO #3f02 { ... } | | | CarrierTypeDAO => App\DAO\Shop\CarrierTypeDAO #72cc { ... } | | | PaymentDAO => App\DAO\Shop\PaymentDAO #3991 { ... } | | | CarrierItemDAO => App\DAO\Shop\CarrierItemDAO #997d { ... } | | | StausDAO => App\DAO\Shop\StatusDAO #842b { ... } | | | StatusFactory => App\AdminModule\Factories\StatusFactory #b657 { ... } | | | OrderFactory => App\AdminModule\Factories\OrderFactory #f88d { ... }| | creating private => array ()| | default => "webtemp" (7) | | fe => "webtemp" (7)| emailer => Biibtech\Emailer #ba8bwatcher => App\Watcher #b64e| | attachments => array () | | defaultFromEmail protected => "noreply@mousepad.cz" (19) | | defaultToEmail protected => array (1)| customerMessageDAO private => App\DAO\Shop\CustomerMessageDAO #fc11| | | 0 => "pali.bazant@gmail.com" (21)| | mailer protected => Nette\Mail\SmtpMailer #30f9| | | connection private => NULL | | | host private => "smtp.mandrillapp.com" (20) | | | port private => 587 | | | username private => "pali.bazant@gmail.com" (21) | | | password private => "aficIib7FFTKRU3cNODHFQ" (22) | | | secure private => "" | | | timeout private => 20 | | | persistent private => FALSE| | testing protected => FALSE| | table protected => "customer_message" (16) | | prefix protected => "shop_" (5) | | user protected => App\Model\CMSUser #b4fe| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #2c72 { ... } | | | authenticator private => App\DAO\CustomerManager #fa50 { ... } | | | authorizator private => NULL| | db protected => Nette\Database\Context #11ad| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| | cache protected => Nette\Caching\Cache #51b6| | | storage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | memcache protected => Nette\Caching\Cache #1278| | | storage private => Nette\Caching\Storages\MemoryStorage #62b9 { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | context protected => SystemContainer #a8d9| | | meta protected => array (1) [ ... ] | | | parameters => array (42) [ ... ] | | | registry private => array (55) [ ... ] | | | creating private => array ()| watcherDao private => App\DAO\WatcherDAO #6564invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #0cb1| | db private => Nette\Database\Context #11ad| request private => Nette\Http\Request #3a32| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| session private => Nette\Http\SessionSection #0428| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| | session private => Nette\Http\Session #acb7| sessionWatcher private => Nette\Http\SessionSection #50cb| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3a32 { ... } | | | response private => Nette\Http\Response #6f25 { ... }| | name private => "SimpleLogin" (11) | | data private => array (1)| | | id => NULL| | meta private => NULL | | warnOnUndefined => FALSE| | session private => Nette\Http\Session #acb7| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3a32 { ... } | | | response private => Nette\Http\Response #6f25 { ... }| | name private => "watcher" (7) | | data private => array (3)| | | addTime => Nette\DateTime #b509 { ... } | | | ip => "3.135.192.183" (13) | | | page => "/cs" (3)| | meta private => array (1)| | | addTime => array (1) [ ... ]| | warnOnUndefined => FALSE| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #5ff5| | secured => FALSE| name private => "Front:Page" (10) | params private => array (3)| | url => "cs" (2) | | action => "default" (7) | | page => NULL| post private => array () | files private => array ()| source private => Nette\Templating\FileTemplate #a55fautoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "default" (7) view private => "default" (7) layout private => NULL payload private => stdClass #0055 signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request #639f| | file private => "/data/web/virtuals/357009/virtual/app/FrontModule/templates/Page.default.latte" (78) | | onPrepareFilters => array (1)| | | 0 => Closure #702d| | source private => NULL | | params private => array (18)| | | | file => "/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/Callback.php" (77) | | | | line => 36 | | | | variables => array (1) [ ... ] | | | | parameters => ""| | | _control => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | | control => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | | _presenter => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | | presenter => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | | user => App\Model\CMSUser #b4fe { ... } | | | netteHttpResponse => Nette\Http\Response #6f25 { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage #7828 { ... } | | | baseUrl => "http://www.mousepad.cz" (22) | | | baseUri => "http://www.mousepad.cz" (22) | | | basePath => "" | | | flashes => array () | | | seo => stdClass #902f { ... } | | | title => "PODLOŽKY POD MYŠ výroba- www.mousepad.cz" (43) | | | getVar => "cs" (2) | | | settings => App\Model\Settings #3a11 { ... } | | | template => Nette\Templating\FileTemplate #a55f { RECURSION } | | | _g => stdClass #3fde | | | _extended => TRUE| | filters private => array () | | helpers private => array () | | helperLoaders private => array (1)| | | 0 => "Nette\Templating\Helpers::loader" (32)| | cacheStorage private => Nette\Caching\Storages\PhpFileStorage #804a| | | hint => "/templates/@layout.latte" (24) | | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => NULL| method private => "FORWARD" (7) | flags private => array () | name private => "Front:Page" (10) | params private => array (3)lastCreatedRequestFlag private => array (1)| | url => "cs" (2) | | action => "default" (7) | | page => NULL| post private => array () | files private => array ()| current => TRUEcontext private => SystemContainer #a8d9| meta protected => array (1)application private => Nette\Application\Application #aa03| | types => array (87)| parameters => array (42)| | | "nette\object" => array (19) [ ... ] | | | "nette\di\extensions\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) [ ... ] | | | "app\model\cmsuser" => 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\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "webloader\ioutputnamingconvention" => array (2) [ ... ] | | | "webloader\defaultoutputnamingconvention" => array (2) [ ... ] | | | "webloader\ifilecollection" => array (4) [ ... ] | | | "webloader\filecollection" => array (4) [ ... ] | | | "webloader\compiler" => array (4) [ ... ] | | | "webloader\nette\loaderfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\customerfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\itemfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\orderfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\pagefactory" => array (1) [ ... ] | | | "app\adminmodule\factories\statusfactory" => array (1) [ ... ] | | | "app\dao\basedao" => array (35) [ ... ] | | | "app\dao\entitydao" => array (1) [ ... ] | | | "app\dao\filedao" => array (1) [ ... ] | | | "app\dao\formdao" => array (1) [ ... ] | | | "app\dao\numberdao" => array (1) [ ... ] | | | "app\dao\roledao" => array (1) [ ... ] | | | "app\dao\searchindexdao" => array (1) [ ... ] | | | "app\dao\settingsdao" => array (1) [ ... ] | | | "app\dao\shop\baseshopdao" => array (22) [ ... ] | | | "app\dao\basecoredao" => array (23) [ ... ] | | | "app\dao\shop\branddao" => array (1) [ ... ] | | | "app\dao\shop\carrierdao" => array (1) [ ... ] | | | "app\dao\shop\carrieritemdao" => array (1) [ ... ] | | | "app\dao\shop\carriertypedao" => array (1) [ ... ] | | | "app\dao\shop\categorydao" => array (1) [ ... ] | | | "app\dao\shop\customerdao" => array (1) [ ... ] | | | "app\dao\shop\customergroupdao" => array (1) [ ... ] | | | "app\dao\shop\customermessagedao" => array (1) [ ... ] | | | "app\dao\shop\discountdao" => array (1) [ ... ] | | | "app\dao\shop\itemdao" => array (1) [ ... ] | | | "app\dao\shop\itemphotodao" => array (1) [ ... ] | | | "app\dao\shop\itemshopvariantproductdao" => array (1) [ ... ] | | | "app\dao\shop\orderdao" => array (1) [ ... ] | | | "app\dao\shop\orderitemdao" => array (1) [ ... ] | | | "app\dao\shop\paymentdao" => array (1) [ ... ] | | | "app\dao\shop\priceleveldao" => array (1) [ ... ] | | | "app\dao\shop\statusdao" => array (1) [ ... ] | | | "app\dao\shop\supplierdao" => array (1) [ ... ] | | | "app\dao\shop\variantproductdao" => array (1) [ ... ] | | | "app\dao\shop\variantproductitemdao" => array (1) [ ... ] | | | "app\dao\shop\vatdao" => array (1) [ ... ] | | | "app\dao\shop\vatvaluedao" => array (1) [ ... ] | | | "app\dao\transactiondao" => array (1) [ ... ] | | | "app\dao\uiregisterdao" => array (1) [ ... ] | | | "app\dao\userdao" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\dao\usermanager" => array (1) [ ... ] | | | "app\dao\watcherdao" => array (1) [ ... ] | | | "app\routerfactory" => array (1) [ ... ] | | | "app\watcher" => array (1) [ ... ] | | | "app\adminmodule\factories\entityfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\mailfactory" => array (1) [ ... ] | | | "app\adminmodule\factories\photofactory" => array (1) [ ... ] | | | "app\dao\gallerydao" => array (1) [ ... ] | | | "app\dao\pagedao" => array (1) [ ... ] | | | "biibtech\emailer" => array (1) [ ... ] | | | arrayaccess => array (1) [ ... ] | | | "nette\caching\cache" => array (1) [ ... ] | | | "webloader\filter\cssurlsfilter" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ] | | | "webloader\loaderfactory" => array (1) [ ... ]| | appDir => "/data/web/virtuals/357009/virtual/app" (37) | | wwwDir => "/data/web/virtuals/357009/virtual/www" (37) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)| registry private => array (55)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/data/web/virtuals/357009/virtual/app/../tmp" (44) | | cachedEntities => array (2)| | | 0 => "galleryComponent" (16) | | | 1 => "textComponent" (13)| | userfilesDir => "/data/web/virtuals/357009/virtual/www/userfiles" (47) | | photoDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | photoCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | pageImageDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | pageImageCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | filesDir => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | | filesCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | | testMode => FALSE | | paginatorLimit => 10 | | simpleCMS => TRUE | | emails => array (2)| | | defaultFrom => "noreply@mousepad.cz" (19) | | | defaultTo => array (1) [ ... ]| | shopDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop" (52) | | shopCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/cached" (59) | | shopSupplierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | | shopSupplierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | | shopBrandDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | | shopBrandCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | | shopCategoryDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | | shopCategoryCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | | shopItemDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | | shopItemCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | shopCarrierDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60) | | shopCarrierCacheDir => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | shopItemsPerPage => 10 | | shopVisible => FALSE | | noreplyEmail => "noreply@mousepad.cz" (19) | | components => array (8)| | | textComponent => "Textová stránka" (17) | | | galleryComponent => "Foto galerie" (12) | | | overviewComponent => "Přehledy" (9) | | | socialComponent => "Sociální sítě" (17) | | | searchComponent => "Vyhledávání" (14) | | | userComponent => "UI komponenta" (13) | | | fileComponent => "File komponenta" (15) | | | formComponent => "Formulář komponenta" (21)| | overviews => array (8)| | | default => "Základní přehled" (19) | | | articles => "Přehled článků" (18) | | | peoples => "Přehled lidí" (14) | | | news => "Přehled novinek" (16) | | | newsHP => "Přehled novinek na HP" (22) | | | blogHP => "Přehled článků na HP" (24) | | | photoCarousel => "Foto carousel" (13) | | | list => "Přehled stránek s obrázkem" (29)| | socials => array (3)| | | default => "Základní" (10) | | | facebookComments => "Facebook diskuze" (16) | | | facebookPlugins => "Přehled pluginů" (17)| | texts => array (2)| | | default => "Základní text" (15) | | | blog => "Text s informací o autorovi" (28)| | indexPriorities => array (2)| | | title => 5 | | | text => 1| | fileTemplates => array (5)| | | video => "Video" (5) | | | youtube => "Youtube Video" (13) | | | image => "Obrázek" (8) | | | document => "Dokument" (8) | | | other => "Jiný typ" (9)| | webloader => array (4)| | | jsDefaults => array (9) [ ... ] | | | cssDefaults => array (9) [ ... ] | | | js => array (2) [ ... ] | | | css => array (2) [ ... ]| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #b6e9| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #3a32| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #2777 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array (2) [ ... ] | | | headers private => array (9) [ ... ] | | | remoteAddress private => "3.135.192.183" (13) | | | remoteHost private => NULL| | httpResponse => Nette\Http\Response #6f25| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | session => Nette\Http\Session #acb7| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3a32 { ... } | | | response private => Nette\Http\Response #6f25 { ... }| | "nette.presenterFactory" => Nette\Application\PresenterFactory #c601| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/web/virtuals/357009/virtual/app" (37) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #a8d9 { RECURSION }| | 73_App_RouterFactory => App\RouterFactory #feda | | router => Nette\Application\Routers\RouteList #b82f| | | cachedRoutes private => array (7) [ ... ] | | | module private => "" | | | list private => array (9) [ ... ]| | application => Nette\Application\Application #aa03| | | catchExceptions => FALSE | | | errorPresenter => "Front:Error" (11) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | | httpRequest private => Nette\Http\Request #3a32 { ... } | | | httpResponse private => Nette\Http\Response #6f25 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #c601 { ... } | | | router private => Nette\Application\Routers\RouteList #b82f { ... }| | container => SystemContainer #a8d9 { RECURSION } | | "nette.httpContext" => Nette\Http\Context #1089| | | request private => Nette\Http\Request #3a32 { ... } | | | response private => Nette\Http\Response #6f25 { ... }| | "nette.userStorage" => Nette\Http\UserStorage #2c72| | | namespace private => "Customer" (8) | | | sessionHandler private => Nette\Http\Session #acb7 { ... } | | | sessionSection private => Nette\Http\SessionSection #1f94 { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #1910| | | file private => "/data/web/virtuals/357009/virtual/app/../tmp/btfj.dat" (53) | | | handle private => stream resource| | cacheStorage => Nette\Caching\Storages\FileStorage #7828| | | | wrapper_type => "plainfile" (9) | | | | stream_type => "STDIO" (5) | | | | mode => "r+b" (3) | | | | unread_bytes => 8188 | | | | seekable => TRUE | | | | uri => "/data/web/virtuals/357009/virtual/app/../tmp/btfj.dat" (53) | | | | timed_out => FALSE | | | | blocked => TRUE | | | | eof => FALSE| | | lastNode private => 20 | | | processIdentifier private => "|0҇" (4) | | | nodeCache private => array (4) [ ... ] | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | "nette.database.default" => Nette\Database\Connection #640e| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #f77b { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #75e7 { ... } | | | context private => Nette\Database\Context #11ad { ... } | | | pdo private => PDO #937e| | "nette.database.default.context" => Nette\Database\Context #11ad| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| | 71_App_DAO_UserManager => App\DAO\UserManager #8713| | | database private => Nette\Database\Context #11ad { ... }| | user => App\Model\CMSUser #b4fe| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #2c72 { ... } | | | authenticator private => App\DAO\CustomerManager #fa50 { ... } | | | authorizator private => NULL| | SystemCache => Nette\Caching\Cache #51b6| | | storage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | namespace private => "system\x00" (7) | | | key private => NULL | | | data private => NULL| | GalleryDAO => App\DAO\GalleryDAO #3783| | | photoDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | photoCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #4cfc { ... } | | | context protected => SystemContainer #a8d9 { RECURSION } | | | table protected => ""| | 39_App_DAO_EntityDAO => App\DAO\EntityDAO #ec83| | | galleryDAO private => App\DAO\GalleryDAO #3783 { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #a98f { ... } | | | context protected => SystemContainer #a8d9 { RECURSION } | | | table protected => ""| | UserDAO => App\DAO\UserDAO #54a2| | | table protected => "user" (4) | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #9441 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | PageDAO => App\DAO\PageDAO #4966| | | entityDAO private => App\DAO\EntityDAO #ec83 { ... } | | | userDAO private => App\DAO\UserDAO #54a2 { ... } | | | pageImageDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | pageImageCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | possiblePages private => array () | | | orderTypes private => array (6) [ ... ] | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #5418 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION } | | | table protected => ""| | SettingsDAO => App\DAO\SettingsDAO #ce02| | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #36e2 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION } | | | table protected => ""| | PhotoFactory => App\AdminModule\Factories\PhotoFactory #5847| | | request private => Nette\Http\Request #3a32 { ... } | | | wwwDir private => "/data/web/virtuals/357009/virtual/www" (37) | | | photoCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries/cached" (64) | | | photoDir private => "/data/web/virtuals/357009/virtual/www/userfiles/galleries" (57) | | | pageImageCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | pageImageDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | filesCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/files/cached" (60) | | | filesDir private => "/data/web/virtuals/357009/virtual/www/userfiles/files" (53) | | | shopBrandCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand/cached" (65) | | | shopBrandDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/brand" (58) | | | shopSupplierCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier/cached" (68) | | | shopSupplierDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/supplier" (61) | | | shopCategoryCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category/cached" (68) | | | shopCategoryDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/category" (61) | | | shopItemCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopItemDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item" (57) | | | shopCarrierCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/item/cached" (64) | | | shopCarrierDir private => "/data/web/virtuals/357009/virtual/www/userfiles/shop/carrier" (60)| | "webloader.factory" => WebLoader\Nette\LoaderFactory #ea88| | | httpRequest private => Nette\Http\Request #3a32 { ... } | | | serviceLocator private => SystemContainer #a8d9 { RECURSION } | | | tempPaths private => array (2) [ ... ]| | emailer => Biibtech\Emailer #ba8b| | | attachments => array () | | | defaultFromEmail protected => "noreply@mousepad.cz" (19) | | | defaultToEmail protected => array (1) [ ... ] | | | mailer protected => Nette\Mail\SmtpMailer #30f9 { ... } | | | testing protected => FALSE| | CustomerMessageDAO => App\DAO\Shop\CustomerMessageDAO #fc11| | | table protected => "customer_message" (16) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #1278 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | MailFactory => App\AdminModule\Factories\MailFactory #701f| | | emailer => Biibtech\Emailer #ba8b { ... } | | | customerMessageDAO private => App\DAO\Shop\CustomerMessageDAO #fc11 { ... }| | 72_App_DAO_WatcherDAO => App\DAO\WatcherDAO #6564| | | db private => Nette\Database\Context #11ad { ... }| | Watcher => App\Watcher #b64e| | | watcherDao private => App\DAO\WatcherDAO #6564 { ... } | | | request private => Nette\Http\Request #3a32 { ... } | | | session private => Nette\Http\SessionSection #0428 { ... } | | | sessionWatcher private => Nette\Http\SessionSection #50cb { ... }| | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage #804a| | | hint => "/templates/@layout.latte" (24) | | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => NULL| | customerAuthenticator => App\DAO\CustomerManager #fa50| | | database private => Nette\Database\Context #11ad { ... }| | "webloader.cssFeFiles" => WebLoader\FileCollection #996f| | | root private => "/data/web/virtuals/357009/virtual/www/css" (41) | | | files private => array (6) [ ... ] | | | remoteFiles private => array ()| | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #3770| | | prefix private => "cssloader-" (10) | | | suffix private => ".css" (4)| | wlCssFilter => WebLoader\Filter\CssUrlsFilter #b040| | | docRoot private => "/data/web/virtuals/357009/virtual/www" (37) | | | basePath private => "/"| | "webloader.cssFeCompiler" => WebLoader\Compiler #a72f| | | outputDir private => "/data/web/virtuals/357009/virtual/www/webtemp" (45) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array (1) [ ... ] | | | collection private => WebLoader\FileCollection #996f { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #3770 { ... } | | | checkLastModified private => TRUE| | "webloader.jsFeFiles" => WebLoader\FileCollection #d7cf| | | root private => "/data/web/virtuals/357009/virtual/www/js" (40) | | | files private => array (6) [ ... ] | | | remoteFiles private => array ()| | "webloader.jsNamingConvention" => WebLoader\DefaultOutputNamingConvention #23b4| | | prefix private => "jsloader-" (9) | | | suffix private => ".js" (3)| | "webloader.jsFeCompiler" => WebLoader\Compiler #43bc| | | outputDir private => "/data/web/virtuals/357009/virtual/www/webtemp" (45) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array () | | | collection private => WebLoader\FileCollection #d7cf { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #23b4 { ... } | | | checkLastModified private => TRUE| | ItemDAO => App\DAO\Shop\ItemDAO #73fb| | | table protected => "item" (4) | | | table_mn_price_level protected => "shop_item_shop_price_level" (26) | | | table_mn_category protected => "shop_item_shop_category" (23) | | | table_mn_variant_product protected => "shop_item_shop_variant_product" (30) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #4afd { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | VariantProductItemDAO => App\DAO\Shop\VariantProductItemDAO #63be| | | table protected => "variant_product_item" (20) | | | table_mn_variant_product private => "shop_item_shop_variant_product" (30) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #ee9b { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | VatDAO => App\DAO\Shop\VatDAO #b1bf| | | table protected => "vat" (3) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #a58c { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | CustomerDAO => App\DAO\Shop\CustomerDAO #df85| | | table protected => "customer" (8) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #7e75 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | DiscountDAO => App\DAO\Shop\DiscountDAO #daa5| | | table protected => "discount" (8) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #131c { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | 68_App_DAO_TransactionDAO => App\DAO\TransactionDAO #72f1| | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #5e73 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION } | | | table protected => ""| | ItemFactory => App\AdminModule\Factories\ItemFactory #0a37| | | itemDAO private => App\DAO\Shop\ItemDAO #73fb { ... } | | | variantProductItemDAO private => App\DAO\Shop\VariantProductItemDAO #63be { ... } | | | vatDAO private => App\DAO\Shop\VatDAO #b1bf { ... } | | | customerDAO private => App\DAO\Shop\CustomerDAO #df85 { ... } | | | discountDAO private => App\DAO\Shop\DiscountDAO #daa5 { ... } | | | transactionDAO private => App\DAO\TransactionDAO #72f1 { ... }| | OrderDAO => App\DAO\Shop\OrderDAO #e7ad| | | table protected => "order" (5) | | | table_mn_shop_order_item protected => "shop_order_shop_order_item" (26) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #7cd7 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | OrderItemDAO => App\DAO\Shop\OrderItemDAO #5089| | | table protected => "order_item" (10) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #c8d6 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | CarrierDAO => App\DAO\Shop\CarrierDAO #3f02| | | table protected => "carrier" (7) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #c10e { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | CarrierTypeDAO => App\DAO\Shop\CarrierTypeDAO #72cc| | | table protected => "carrier_type" (12) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #2f51 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | PaymentDAO => App\DAO\Shop\PaymentDAO #3991| | | table protected => "payment" (7) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #ce6a { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | CarrierItemDAO => App\DAO\Shop\CarrierItemDAO #997d| | | table protected => "carrier_item" (12) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #3d95 { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | StausDAO => App\DAO\Shop\StatusDAO #842b| | | table protected => "status" (6) | | | prefix protected => "shop_" (5) | | | user protected => App\Model\CMSUser #b4fe { ... } | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #3aad { ... } | | | context protected => SystemContainer #a8d9 { RECURSION }| | StatusFactory => App\AdminModule\Factories\StatusFactory #b657| | | statusDAO private => App\DAO\Shop\StatusDAO #842b { ... } | | | mailFactory private => App\AdminModule\Factories\MailFactory #701f { ... }| | OrderFactory => App\AdminModule\Factories\OrderFactory #f88d| | | orderDAO private => App\DAO\Shop\OrderDAO #e7ad { ... } | | | orderItemDAO private => App\DAO\Shop\OrderItemDAO #5089 { ... } | | | itemDAO private => App\DAO\Shop\ItemDAO #73fb { ... } | | | customerDAO private => App\DAO\Shop\CustomerDAO #df85 { ... } | | | carrierDAO private => App\DAO\Shop\CarrierDAO #3f02 { ... } | | | carrierTypeDAO private => App\DAO\Shop\CarrierTypeDAO #72cc { ... } | | | carrierItemDAO private => App\DAO\Shop\CarrierItemDAO #997d { ... } | | | discountDAO private => App\DAO\Shop\DiscountDAO #daa5 { ... } | | | paymentDAO private => App\DAO\Shop\PaymentDAO #3991 { ... } | | | vatDAO private => App\DAO\Shop\VatDAO #b1bf { ... } | | | transactionDAO private => App\DAO\TransactionDAO #72f1 { ... } | | | statusFactory private => App\AdminModule\Factories\StatusFactory #b657 { ... }| catchExceptions => FALSE | errorPresenter => "Front:Error" (11) | onStartup => NULL | onShutdown => NULL | onRequest => NULL | onPresenter => NULL | onResponse => NULL | onError => NULL | requests private => array (1)httpContext private => Nette\Http\Context #1089| | 0 => Nette\Application\Request #0cb1| presenter private => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | httpRequest private => Nette\Http\Request #3a32| | | method private => "GET" (3) | | | flags private => array (1) [ ... ] | | | name private => "Front:Page" (10) | | | params private => array (3) [ ... ] | | | post private => array () | | | files private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| httpResponse private => Nette\Http\Response #6f25| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| presenterFactory private => Nette\Application\PresenterFactory #c601| | caseSensitive => FALSE | | mapping private => array (2)| router private => Nette\Application\Routers\RouteList #b82f| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ]| | baseDir private => "/data/web/virtuals/357009/virtual/app" (37) | | cache private => array (1)| | | "Front:Page" => array (2) [ ... ]| | container private => SystemContainer #a8d9| | | meta protected => array (1) [ ... ] | | | parameters => array (42) [ ... ] | | | registry private => array (55) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (7)| | | "*" => array (1) [ ... ] | | | "front:adminsimple" => array (2) [ ... ] | | | "front:cart" => array (2) [ ... ] | | | "front:register" => array (2) [ ... ] | | | "front:sitemap" => array (2) [ ... ] | | | "front:form" => array (4) [ ... ] | | | "front:page" => array (2) [ ... ]| | module private => "" | | list private => array (9)| | | 0 => Nette\Application\Routers\Route #4066 { ... } | | | 1 => Nette\Application\Routers\Route #af0f { ... } | | | 2 => Nette\Application\Routers\Route #65ab { ... } | | | 3 => Nette\Application\Routers\Route #4f97 { ... } | | | 4 => Nette\Application\Routers\Route #f6f5 { ... } | | | 5 => Nette\Application\Routers\Route #cc36 { ... } | | | 6 => Nette\Application\Routers\Route #90ac { ... } | | | 7 => Nette\Application\Routers\Route #0874 { ... } | | | 8 => Nette\Application\Routers\Route #089a { ... }| request private => Nette\Http\Request #3a32httpRequest private => Nette\Http\Request #3a32| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| response private => Nette\Http\Response #6f25| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| method private => "GET" (3) | url private => Nette\Http\UrlScript #2777httpResponse private => Nette\Http\Response #6f25| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "www.mousepad.cz" (15) | | port private => 80 | | path private => "/cs" (3) | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array (2)| | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | "nette-browser" => "4hbuujosnr" (10)| headers private => array (9)| | host => "www.mousepad.cz" (15) | | connection => "keep-alive" (10) | | pragma => "no-cache" (8) | | "cache-control" => "no-cache" (8) | | "upgrade-insecure-requests" => "1" | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | "accept-encoding" => "gzip, deflate" (13) | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| remoteAddress private => "3.135.192.183" (13) | remoteHost private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200session private => Nette\Http\Session #acb7| regenerated private => NULL | options private => array (14)user private => App\Model\CMSUser #b4fe| | 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 #3a32| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #2777| response private => Nette\Http\Response #6f25| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "www.mousepad.cz" (15) | | | port private => 80 | | | path private => "/cs" (3) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "bd613f11ecf3539b86bfe38ca1cf4b9e" (32) | | | "nette-browser" => "4hbuujosnr" (10)| | headers private => array (9)| | | host => "www.mousepad.cz" (15) | | | connection => "keep-alive" (10) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | "upgrade-insecure-requests" => "1" | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)| | remoteAddress private => "3.135.192.183" (13) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #2c72template private => Nette\Templating\FileTemplate #a55f| | namespace private => "Customer" (8) | | sessionHandler private => Nette\Http\Session #acb7| authenticator private => App\DAO\CustomerManager #fa50| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3a32 { ... } | | | response private => Nette\Http\Response #6f25 { ... }| | sessionSection private => Nette\Http\SessionSection #1f94| | | session private => Nette\Http\Session #acb7 { ... } | | | name private => "Nette.Http.UserStorage/Customer" (31) | | | data private => array (1) [ ... ] | | | meta private => NULL | | | warnOnUndefined => FALSE| | database private => Nette\Database\Context #11ad| authorizator private => NULL| | | connection private => Nette\Database\Connection #640e { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #05a8 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7828 { ... } | | | preprocessor private => NULL| file private => "/data/web/virtuals/357009/virtual/app/FrontModule/templates/Page.default.latte" (78) | onPrepareFilters => array (1)invalidSnippets private => array () snippetMode => NULL params protected => array (3)| | 0 => Closure #702d| source private => NULL | params private => array (18)| | | file => "/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/Callback.php" (77) | | | line => 36 | | | variables => array (1) [ ... ] | | | parameters => ""| | _control => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | control => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | _presenter => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | presenter => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | user => App\Model\CMSUser #b4fe| filters private => array () | helpers private => array () | helperLoaders private => array (1)| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #2c72 { ... } | | | authenticator private => App\DAO\CustomerManager #fa50 { ... } | | | authorizator private => NULL| | netteHttpResponse => Nette\Http\Response #6f25| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #7828| | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #1910 { ... } | | | locks private => array ()| | baseUrl => "http://www.mousepad.cz" (22) | | baseUri => "http://www.mousepad.cz" (22) | | basePath => "" | | flashes => array () | | seo => stdClass #902f| | | description => "Podložky jsou vyráběny na zakázku, s libovolnou grafikou, dle požadavků zákazníka v sérii od sta kusů. Můžeme vyrobit i menší sérii z d ... " (211) | | | keywords => "podložky pod myš, reklamní podložky pod myš, vytvoř si podložku pod myš, podložky, myš" (96)| | title => "PODLOŽKY POD MYŠ výroba- www.mousepad.cz" (43) | | getVar => "cs" (2) | | settings => App\Model\Settings #3a11| | | values => array (11) [ ... ]| | template => Nette\Templating\FileTemplate #a55f { RECURSION } | | _g => stdClass #3fde | | _extended => TRUE| | 0 => "Nette\Templating\Helpers::loader" (32)| cacheStorage private => Nette\Caching\Storages\PhpFileStorage #804a| | hint => "/templates/@layout.latte" (24) | | dir private => "/data/web/virtuals/357009/virtual/tmp/cache" (43) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #1910| | | file private => "/data/web/virtuals/357009/virtual/app/../tmp/btfj.dat" (53) | | | handle private => stream resource| | locks private => NULL| | | | wrapper_type => "plainfile" (9) | | | | stream_type => "STDIO" (5) | | | | mode => "r+b" (3) | | | | unread_bytes => 8188 | | | | seekable => TRUE | | | | uri => "/data/web/virtuals/357009/virtual/app/../tmp/btfj.dat" (53) | | | | timed_out => FALSE | | | | blocked => TRUE | | | | eof => FALSE| | | lastNode private => 20 | | | processIdentifier private => "|0҇" (4) | | | nodeCache private => array (4) [ ... ] | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| url => "cs" (2) | action => "default" (7) | page => NULLcomponents private => array (3)| page => App\FrontModule\Components\PageComponent #b131cloning private => NULL parent private => NULL name private => "Front:Page" (10) monitors private => array ()| | pageDAO private => App\DAO\PageDAO #4966| css => WebLoader\Nette\CssLoader #b94c| | | entityDAO private => App\DAO\EntityDAO #ec83 { ... } | | | userDAO private => App\DAO\UserDAO #54a2 { ... } | | | pageImageDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage" (57) | | | pageImageCacheDir private => "/data/web/virtuals/357009/virtual/www/userfiles/pageImage/cached+" (65) | | | possiblePages private => array () | | | orderTypes private => array (6) [ ... ] | | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #5418 { ... } | | | context protected => SystemContainer #a8d9 { ... } | | | table protected => ""| | settingsDAO private => App\DAO\SettingsDAO #ce02| | | db protected => Nette\Database\Context #11ad { ... } | | | cache protected => Nette\Caching\Cache #51b6 { ... } | | | memcache protected => Nette\Caching\Cache #36e2 { ... } | | | context protected => SystemContainer #a8d9 { ... } | | | table protected => ""| | template private => Nette\Templating\FileTemplate #18ee| | | file private => "/data/web/virtuals/357009/virtual/app/FrontModule/templates/components/PageComponent.latte" (90) | | | onPrepareFilters => array (1) [ ... ] | | | source private => NULL | | | params private => array (11) [ ... ] | | | filters private => array () | | | helpers private => array (2) [ ... ] | | | helperLoaders private => array (1) [ ... ] | | | cacheStorage private => Nette\Caching\Storages\PhpFileStorage #804a { ... }| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array (19)| | | head => App\FrontModule\Components\HeadComponent #8ab7 { ... } | | | menu => App\FrontModule\Components\MenuComponent #1489 { ... } | | | secondLevelMenu => App\FrontModule\Components\SecondLevelMenuComponent #716c { ... } | | | content => App\FrontModule\Components\ContentComponent #5dec { ... } | | | aside => App\FrontModule\Components\AsideComponent #dd35 { ... } | | | footer => App\FrontModule\Components\FooterComponent #4617 { ... } | | | userFooter => App\FrontModule\Components\UserFooterComponent #e25a { ... } | | | copyright => App\FrontModule\Components\CopyrightComponent #577d { ... } | | | textComponent => App\FrontModule\Components\TextComponent #b4af { ... } | | | galleryComponent => App\FrontModule\Components\GalleryComponent #0f3a { ... } | | | overviewComponent => App\FrontModule\Components\OverviewComponent #1b0c { ... } | | | socialComponent => App\FrontModule\Components\SocialComponent #0058 { ... } | | | searchComponent => App\FrontModule\Components\SearchComponent #ef72 { ... } | | | breadcrumb => App\FrontModule\Components\BreadcrumbComponent #b6e3 { ... } | | | userComponent => App\FrontModule\Components\UserComponent #efcc { ... } | | | fileComponent => App\FrontModule\Components\FileComponent #c8db { ... } | | | formComponent => App\FrontModule\Components\FormComponent #4fc5 { ... } | | | simpleCMS => App\FrontModule\Components\SimpleCMSComponent #e1eb { ... } | | | eshopCartButton => Eshop\EshopCartButton #26d8 { ... }| | cloning private => NULL | | parent private => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | name private => "page" (4) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | media private => NULL | | title private => NULL | | type private => "text/css" (8) | | alternate private => FALSE | | compiler private => WebLoader\Compiler #a72f| js => WebLoader\Nette\JavaScriptLoader #4ff2| | | outputDir private => "/data/web/virtuals/357009/virtual/www/webtemp" (45) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array (1) [ ... ] | | | collection private => WebLoader\FileCollection #996f { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #3770 { ... } | | | checkLastModified private => TRUE| | tempPath private => "/webtemp" (8) | | template private => NULL | | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | name private => "css" (3) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | compiler private => WebLoader\Compiler #43bc| | | outputDir private => "/data/web/virtuals/357009/virtual/www/webtemp" (45) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array () | | | collection private => WebLoader\FileCollection #d7cf { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #23b4 { ... } | | | checkLastModified private => TRUE| | tempPath private => "/webtemp" (8) | | template private => NULL | | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => App\FrontModule\Presenters\PagePresenter #1b86 { RECURSION } | | name private => "js" (2) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
TMPDIR | "/data/web/virtuals/357009/virtual/tmp" (37)
|
---|---|
FCGI_ROLE | "RESPONDER" (9)
|
REDIRECT_UNIQUE_ID | "Z@0fb@OBArfF5Va@hLsmtgAAALE" (27)
|
REDIRECT_LOCAL_SCHEME | "http" (4)
|
REDIRECT_STATUS | "200" (3)
|
UNIQUE_ID | "Z@0fb@OBArfF5Va@hLsmtgAAALE" (27)
|
LOCAL_SCHEME | "http" (4)
|
HTTP_HOST | "www.mousepad.cz" (15)
|
HTTP_CONNECTION | "keep-alive" (10)
|
HTTP_PRAGMA | "no-cache" (8)
|
HTTP_CACHE_CONTROL | "no-cache" (8)
|
HTTP_UPGRADE_INSECURE_REQUESTS | "1"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" (135)
|
HTTP_ACCEPT_ENCODING | "gzip, deflate" (13)
|
HTTP_COOKIE | "PHPSESSID=bd613f11ecf3539b86bfe38ca1cf4b9e; nette-browser=4hbuujosnr" (68)
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
|
LD_LIBRARY_PATH | "/usr/local/openssl/CURRENT/lib:$LD_LIBRARY_PATH" (47)
|
SERVER_SIGNATURE | ""
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_NAME | "www.mousepad.cz" (15)
|
SERVER_ADDR | "46.28.106.230" (13)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "3.135.192.183" (13)
|
DOCUMENT_ROOT | "/data/web/virtuals/357009/virtual/www" (37)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "/data/web/virtuals/357009/virtual/www" (37)
|
SERVER_ADMIN | "hosting@wedos.com" (17)
|
SCRIPT_FILENAME | "//data/web/virtuals/357009/virtual/www/index.php" (48)
|
REMOTE_PORT | "56712" (5)
|
REDIRECT_URL | "/cs" (3)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/cs" (3)
|
SCRIPT_NAME | "/index.php" (10)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME | 1743593327
|
argv | array ()
|
argc | 0
|
__NF | Nette Session |
---|
Nette.Http.UserStorage/ | array (2) |
---|---|
watcher | array (3) |
SimpleLogin | array (1) |
Nette.Http.UserStorage/Customer | array (1) |
/data/web/virtuals/357009/virtual/www/index.php |
/data/web/virtuals/357009/virtual/app/bootstrap.php |
/data/web/virtuals/357009/virtual/vendor/autoload.php |
/data/web/virtuals/357009/virtual/vendor/composer/autoload_real.php |
/data/web/virtuals/357009/virtual/vendor/composer/ClassLoader.php |
/data/web/virtuals/357009/virtual/vendor/composer/autoload_namespaces.php |
/data/web/virtuals/357009/virtual/vendor/composer/autoload_psr4.php |
/data/web/virtuals/357009/virtual/vendor/composer/autoload_classmap.php |
/data/web/virtuals/357009/virtual/vendor/composer/autoload_files.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/shortcuts.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/Configurator.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/Object.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/DI/CompilerExtension.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/DI/Compiler.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/Debugger.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/Dumper.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/Bar.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/BlueScreen.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/DefaultBarPanel.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/IBarPanel.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/FireLogger.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/Helpers.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/Logger.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/Html.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/Strings.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Loaders/RobotLoader.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Storages/FileStorage.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/IStorage.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Cache.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Storages/PhpFileStorage.php |
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.Configurator/_-47828213281cca4c664e293e0df51cd7.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/DI/Container.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Reflection/ClassType.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Reflection/Method.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/Session.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/RequestFactory.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/UrlScript.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/Url.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/Callback.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/Request.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/IRequest.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/Response.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/IResponse.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/DateTime.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/SafeStream.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Nette/LoaderFactory.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/Environment.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Application.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/PresenterFactory.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/IPresenterFactory.php |
/data/web/virtuals/357009/virtual/app/router/RouterFactory.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Routers/RouteList.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/ArrayList.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/IRouter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Routers/Route.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Diagnostics/RoutingPanel.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/ObjectMixin.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Request.php |
/data/web/virtuals/357009/virtual/app/FrontModule/presenters/PagePresenter.php |
/data/web/virtuals/357009/virtual/app/FrontModule/presenters/BasePresenter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/Presenter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/Control.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/PresenterComponent.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/ComponentModel/Container.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/ComponentModel/Component.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/ComponentModel/IComponent.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/ComponentModel/IContainer.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/ISignalReceiver.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/IStatePersistent.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/IRenderable.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/IPresenter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/DI/Helpers.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Reflection/Parameter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/Context.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Security/User.php |
/data/web/virtuals/357009/virtual/app/model/CMSUser.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Security/IUserStorage.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/UserStorage.php |
/data/web/virtuals/357009/virtual/app/dao/UserManager.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Security/IAuthenticator.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Connection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Context.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Reflection/DiscoveredReflection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/IReflection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Storages/FileJournal.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Storages/IJournal.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Helpers.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Diagnostics/ConnectionPanel.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Security/Diagnostics/UserPanel.php |
/data/web/virtuals/357009/virtual/app/dao/PageDAO.php |
/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php |
/data/web/virtuals/357009/virtual/app/dao/EntityDAO.php |
/data/web/virtuals/357009/virtual/app/dao/GalleryDAO.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Caching/Storages/MemoryStorage.php |
/data/web/virtuals/357009/virtual/app/dao/UserDAO.php |
/data/web/virtuals/357009/virtual/app/dao/SettingsDAO.php |
/data/web/virtuals/357009/virtual/app/AdminModule/factories/PhotoFactory.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Reflection/Property.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Reflection/AnnotationsParser.php |
/data/web/virtuals/357009/virtual/app/AdminModule/factories/MailFactory.php |
/data/web/virtuals/357009/virtual/vendor/biibtech/emailer/Emailer.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Mail/SmtpMailer.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Mail/IMailer.php |
/data/web/virtuals/357009/virtual/app/dao/shop/CustomerMessageDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/BaseShopDAO.php |
/data/web/virtuals/357009/virtual/app/dao/BaseCoreDAO.php |
/data/web/virtuals/357009/virtual/app/Watcher.php |
/data/web/virtuals/357009/virtual/app/dao/WatcherDAO.php |
/data/web/virtuals/357009/virtual/app/FrontModule/UI/Components/SimpleLogin.php |
/data/web/virtuals/357009/virtual/app/FrontModule/UI/Components/UIComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/BaseComponent.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Http/SessionSection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/PresenterComponentReflection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/ComponentModel/RecursiveComponentIterator.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Iterators/Filter.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Drivers/MySqlDriver.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/ISupplementalDriver.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/ResultSet.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/IRowContainer.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/SqlPreprocessor.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/PageComponent.php |
/data/web/virtuals/357009/virtual/app/model/Page.php |
/data/web/virtuals/357009/virtual/app/model/BaseModel.php |
/data/web/virtuals/357009/virtual/app/model/User.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Table/Selection.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Table/IRowContainer.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Table/SqlBuilder.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/ArrayHash.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/FileTemplate.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/Template.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/ITemplate.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/IFileTemplate.php |
/data/web/virtuals/357009/virtual/app/dao/CustomerManager.php |
/data/web/virtuals/357009/virtual/app/model/Settings.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Table/ActiveRow.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/Table/IRow.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Database/IRow.php |
/data/web/virtuals/357009/virtual/app/model/SettingsValues.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/Responses/TextResponse.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/IResponse.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/exceptions.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/common/Framework.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Utils/LimitedScope.php |
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates.Page.default.latte-c6726ef1d201430336b6dbd19e7b70ba.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Latte/Macros/CoreMacros.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Latte/Macros/MacroSet.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Latte/IMacro.php |
/data/web/virtuals/357009/virtual/tmp/cache/_Nette.FileTemplate/_templates._layout.latte-dc749b20ad7ff4615472b7bcb7310672.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Templating/Helpers.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Compiler.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/FileCollection.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/IFileCollection.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Path.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/DefaultOutputNamingConvention.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/IOutputNamingConvention.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Filter/CssUrlsFilter.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Nette/CssLoader.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Nette/WebLoader.php |
/data/web/virtuals/357009/virtual/vendor/janmarek/webloader/WebLoader/Nette/JavaScriptLoader.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Latte/Macros/UIMacros.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/HeadComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/MenuComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/SecondLevelMenuComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/ContentComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/AsideComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/FooterComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/UserFooterComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/CopyrightComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/TextComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/GalleryComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/OverviewComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/SocialComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/SearchComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/BreadcrumbComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/UserComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/FileComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/FormComponent.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Application/UI/Form.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Forms/Form.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Forms/Container.php |
/data/web/virtuals/357009/virtual/app/FrontModule/components/SimpleCMSComponent.php |
/data/web/virtuals/357009/virtual/app/FrontModule/UI/Components/EshopCartButton.php |
/data/web/virtuals/357009/virtual/app/AdminModule/factories/ItemFactory.php |
/data/web/virtuals/357009/virtual/app/dao/shop/ItemDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/VariantProductItemDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/VatDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/CustomerDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/DiscountDAO.php |
/data/web/virtuals/357009/virtual/app/dao/TransactionDAO.php |
/data/web/virtuals/357009/virtual/app/AdminModule/factories/OrderFactory.php |
/data/web/virtuals/357009/virtual/app/dao/shop/OrderDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/OrderItemDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/CarrierDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/CarrierTypeDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/PaymentDAO.php |
/data/web/virtuals/357009/virtual/app/dao/shop/CarrierItemDAO.php |
/data/web/virtuals/357009/virtual/app/AdminModule/factories/StatusFactory.php |
/data/web/virtuals/357009/virtual/app/dao/shop/StatusDAO.php |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/templates/bluescreen.phtml |
/data/web/virtuals/357009/virtual/vendor/nette/nette/Nette/Diagnostics/templates/bluescreen.css |
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.6, 6-Sept-2010 |
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.3.29 |
Directive | Local Value | Master Value |
---|---|---|
allow_call_time_pass_reference | On | On |
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 |
define_syslog_variables | Off | Off |
disable_classes | no value | no value |
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 | 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 |
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 |
error_append_string | no value | no value |
error_log | /data/web/virtuals/357009/virtual/log/php_error.log | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 22519 |
exit_on_timeout | Off | Off |
expose_php | Off | Off |
extension_dir | /usr/local/php/CURRENT-53/extensions/ | /usr/local/php/CURRENT-53/extensions/ |
file_uploads | On | On |
highlight.bg | #FFFFFF | #FFFFFF |
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/357009/virtual | .:/data/web/virtuals/357009/virtual |
log_errors | Off | Off |
log_errors_max_len | 1024 | 1024 |
magic_quotes_gpc | Off | Off |
magic_quotes_runtime | Off | Off |
magic_quotes_sybase | Off | Off |
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 | 512M | 512M |
open_basedir | /data/web/virtuals/357009/virtual | /data/web/virtuals/357009/virtual |
output_buffering | 0 | 0 |
output_handler | no value | no value |
post_max_size | 256M | 256M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | On | On |
register_globals | Off | Off |
register_long_arrays | On | On |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | no value | no value |
safe_mode | Off | Off |
safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin |
safe_mode_gid | Off | Off |
safe_mode_include_dir | no value | no value |
sendmail_from | no value | no value |
sendmail_path | /data/config/mlimit/sendmail.sh | /data/config/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 | 256M | 256M |
upload_tmp_dir | /data/web/virtuals/357009/virtual/tmp | /data/web/virtuals/357009/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 |
y2k_compliance | On | On |
zend.enable_gc | On | On |
ctype functions | enabled |
cURL support | enabled |
cURL Information | 7.29.0 |
Age | 3 |
Features | |
AsynchDNS | Yes |
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 | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
Host | x86_64-redhat-linux-gnu |
SSL Version | NSS/3.90 |
ZLib Version | 1.2.7 |
libSSH Version | libssh2/1.8.0 |
date/time support | enabled |
"Olson" Timezone Database Version | 2013.3 |
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.9.1 |
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$ |
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-dev |
Input Validation and Filtering | enabled |
Revision | $Id: 209a1c3c98c04a5474846e7bbe8ca72054ccfd4f $ |
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.8.0 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 6b |
PNG Support | enabled |
libPNG Version | 1.5.13 |
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 | 6.0.0 |
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 salsa10 salsa20 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.17 |
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.4 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel |
Imagick compiled with ImageMagick version | ImageMagick 7.0.10-43 Q16 x86_64 2020-11-26 https://imagemagick.org |
Imagick using ImageMagick library version | ImageMagick 7.0.10-43 Q16 x86_64 2020-11-26 https://imagemagick.org |
ImageMagick copyright | © 1999-2020 ImageMagick Studio LLC |
ImageMagick release date | 2020-11-26 |
ImageMagick number of supported formats: | 245 |
ImageMagick supported formats | 3FR, 3G2, 3GP, A, AAI, AI, APNG, ART, ARW, ASHLAR, AVI, AVS, B, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUBE, CUR, CUT, DATA, DCM, DCR, DCRAW, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FL32, FLV, FRACTAL, FTP, FTS, G, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, JNG, JNX, JPE, JPEG, JPG, JPS, JSON, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORA, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGB565, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCREENSHOT, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TM2, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMV, 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 | 2007f |
SSL Support | enabled |
Kerberos Support | enabled |
|
Loader version | 10.3.9 |
Directive | Local Value | Master Value |
---|---|---|
ioncube.loader.encoded_paths | no value | no value |
json support | enabled |
json version | 1.2.1 |
libXML support | active |
libXML Compiled Version | 2.9.1 |
libXML Loaded Version | 20901 |
libXML streams | enabled |
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
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.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ |
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.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ |
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.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ |
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 |
Client statistics | |
---|---|
bytes_sent | 1948 |
bytes_received | 7358 |
packets_sent | 46 |
packets_received | 144 |
protocol_overhead_in | 576 |
protocol_overhead_out | 184 |
bytes_received_ok_packet | 22 |
bytes_received_eof_packet | 117 |
bytes_received_rset_header_packet | 145 |
bytes_received_rset_field_meta_packet | 5818 |
bytes_received_rset_row_packet | 997 |
bytes_received_prepare_response_packet | 0 |
bytes_received_change_user_packet | 0 |
packets_sent_command | 21 |
packets_received_ok | 2 |
packets_received_eof | 13 |
packets_received_rset_header | 20 |
packets_received_rset_field_meta | 82 |
packets_received_rset_row | 25 |
packets_received_prepare_response | 0 |
packets_received_change_user | 0 |
result_set_queries | 13 |
non_result_set_queries | 7 |
no_index_used | 1 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 13 |
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 | 12 |
rows_fetched_from_server_ps | 0 |
rows_buffered_from_client_normal | 12 |
rows_buffered_from_client_ps | 0 |
rows_fetched_from_client_normal_buffered | 12 |
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 | 1 |
rows_affected_ps | 0 |
rows_skipped_normal | 12 |
rows_skipped_ps | 0 |
copy_on_write_saved | 116 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 2 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 0 |
active_connections | 1 |
active_persistent_connections | 0 |
explicit_close | 1 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 13 |
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 | 22 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 28 |
proto_text_fetched_bigint | 0 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 1 |
proto_text_fetched_string | 45 |
proto_text_fetched_blob | 0 |
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 | 20 |
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 | 781 |
bytes_received_real_data_ps | 0 |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.2k-fips 26 Jan 2017 |
OpenSSL Header Version | OpenSSL 1.0.2k-fips 26 Jan 2017 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.32 2012-11-30 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite, sqlite2 |
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 5.0.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ |
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.7.7.1 |
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.1 |
Phar API version | 1.1.1 |
SVN revision | $Id: 21d763042eb5769ae0a09dc1118df2b5aae6fb33 $ |
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: 5a2da3946b96c5afbf3aff8db8a8681f8bedee85 $ |
Reflection | enabled |
---|---|
Version | $Id: 4af6c4c676864b1c0bfa693845af0688645c37cf $ |
Session Support | enabled |
Registered save handlers | files user sqlite |
Registered serializer handlers | php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.bug_compat_42 | On | On |
session.bug_compat_warn | On | On |
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 | no value | no value |
session.entropy_length | 0 | 0 |
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/357009/virtual/session | /data/web/virtuals/357009/virtual/session |
session.serialize_handler | php | php |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_trans_sid | 0 | 0 |
Simplexml support | enabled |
---|---|
Revision | $Id: 02ab7893b36d51e9c59da77d7e287eb3b35e1e32 $ |
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, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
SQLite support | enabled |
---|---|
PECL Module version | 2.0-dev $Id$ |
SQLite Library | 2.8.17 |
SQLite Encoding | iso8859 |
Directive | Local Value | Master Value |
---|---|---|
sqlite.assoc_case | 0 | 0 |
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7-dev |
SQLite Library | 3.7.7.1 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.extension_dir | no value | no value |
Dynamic Library Support | enabled |
Path to sendmail | /data/config/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 |
safe_mode_allowed_env_vars | PHP_ | PHP_ |
safe_mode_protected_env_vars | LD_LIBRARY_PATH | LD_LIBRARY_PATH |
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: 4de54c4c0f668d2754472253f317a1de000b5b04 $ |
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 | 2025-04-02 13:28:47 |
Cache Init Time | 2025-04-02 10:26:02 |
Cache Instance Id | 1086284 |
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.9.1 |
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.28 |
libxslt compiled against libxml Version | 2.9.1 |
EXSLT | enabled |
libexslt Version | 1.1.28 |
Zip | enabled |
Extension Version | $Id: b1a1a3628c4ed0ad78fb0cc4a99b06a56aa281c4 $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
Stream Wrapper support | compress.zlib:// |
Stream Filter support | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.7 |
Linked Version | 1.2.7 |
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 |
---|
sysvsem |
sysvshm |
empty
empty
PHPSESSID | "bd613f11ecf3539b86bfe38ca1cf4b9e" (32)
|
---|---|
nette-browser | "4hbuujosnr" (10)
|
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=bd613f11ecf3539b86bfe38ca1cf4b9e; expires=Wed, 16-Apr-2025 11:28:47 GMT; path=/; httponly
Set-Cookie: nette-browser=4hbuujosnr; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With
http://www.mousepad.cz/cs
Matched? | Class | Mask | Defaults | Module | Request |
---|---|---|---|---|---|
no | Route |
admin-simple/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
kosik/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
registrace/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
admin/<presenter>/<action>[/id/<id>] |
module = Admin |
|
|
no | Route |
<url sitemap.xml> |
module = Front |
|
|
no | Route |
cs/<url send-form> |
module = Front |
|
|
no | Route |
de/<url send-form> |
module = Front |
|
|
no | Route |
en/<url send-form> |
module = Front |
|
|
yes | Route |
[<url .*>[/page/<page>]] |
module = Front |
|
Front:Page:default |
App\FrontModule\Presenters\PagePresenter::renderDefault() in /data/web/virtuals/357009/virtual/app/FrontModule/presenters/PagePresenter.php:27
Time ms | SQL Query | Rows | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.149 | SET NAMES 'utf8'/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:128 | 0 | ||||||||||||||||||||
0.097 | SET SESSION old_passwords=FALSE/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:128 | 0 | ||||||||||||||||||||
0.831 | SET PASSWORD = PASSWORD('fak477o')/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:129 | 0 | ||||||||||||||||||||
0.854 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 2) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
0.252 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 19) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
0.377 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 27) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
2.939 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 57) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
0.634 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 26) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
1.026 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 22) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
3.119 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 5) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
2.623 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 6) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
5.098 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 7) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
0.577 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 30) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
1.016 explain | SELECT * FROM `v_entity` WHERE (`page_id` = 8) AND (`active` = 1) AND (`published` = 1)
| 0 | ||||||||||||||||||||
0.742 explain | SELECT `id`, `name`, `title`, `value`, `type`, `comment`, `max_lenght`, `required`, `required_on`, `visible` FROM `settings` ORDER BY `position`
| 11 | ||||||||||||||||||||
0.358 | INSERT INTO `watcher` (`ip`, `user-agent`, `page`, `ui_register_id`) VALUES ('3.135.192.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic…', 'http://www.mousepad.cz/cs', NULL)/data/web/virtuals/357009/virtual/app/dao/WatcherDAO.php:23 | 1 | ||||||||||||||||||||
1.473 explain | SELECT * FROM `watcher` WHERE (`watcher`.`id` = '216640')
| 1 |
no identity
http://www.mousepad.cz/
Matched? | Class | Mask | Defaults | Module | Request |
---|---|---|---|---|---|
no | Route |
admin-simple/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
kosik/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
registrace/<action>[/id/<id>] |
module = Front |
|
|
no | Route |
admin/<presenter>/<action>[/id/<id>] |
module = Admin |
|
|
no | Route |
<url sitemap.xml> |
module = Front |
|
|
no | Route |
cs/<url send-form> |
module = Front |
|
|
no | Route |
de/<url send-form> |
module = Front |
|
|
no | Route |
en/<url send-form> |
module = Front |
|
|
yes | Route |
[<url .*>[/page/<page>]] |
module = Front |
|
Front:Page:default |
App\FrontModule\Presenters\PagePresenter::renderDefault() in /data/web/virtuals/357009/virtual/app/FrontModule/presenters/PagePresenter.php:27
Time ms | SQL Query | Rows |
---|---|---|
0.228 | SET NAMES 'utf8'/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:128 | 0 |
0.211 | SET SESSION old_passwords=FALSE/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:128 | 0 |
1.012 | SET PASSWORD = PASSWORD('fak477o')/data/web/virtuals/357009/virtual/app/dao/BaseDAO.php:129 | 0 |
no identity