skip to content skip to footer
logo - Shopland Chrudim
Tesco Hypermarket: 9:00-20:00 Obchody: 10:00-20:00 Parkování: 6:00-22:00
  • icon - cs flag
  • icon - de flag
  • icon - en flag
  • icon - ru flag
  • icon - uk flag
  • Tesco Hypermarket: 9:00-20:00 Obchody: 10:00-20:00 Parkování: 6:00-22:00
  • Obchody a služby
  • Akce a novinky
  • Blog
  • Mapa centra
  • Kontakt

Super Zoo

icon - triangle zpět na seznam
logo - Super Zoo
  • icon - clock

    Warning: Undefined variable $result

    Warning

    Undefined variable $result search► skip error►

    Source file

    File: .../shop-land.eu/www/chrudim/app/Presenters/BasePresenter.php:148

    138: return str_replace('@', '@', $row->email); 139: }); 140: 141: $template->addFilter('protectEmail', function (string $email): string { 142: return str_replace('@', '@', $email); 143: }); 144: 145: $template->addFilter('openingHours', function (ActiveRow $row): string { 146: switch ($this->language) { 147: case 'cs': 148: $result = str_replace('UT', 'ÚT', $result); 149: $result = str_replace('ŠT', 'ČT', $result); 150: $result = str_replace('PI', 'PÁ', $result); 151: $result = str_replace('poludňajšia pauza', 'polední pauza', $result); 152: $result = str_replace('zatvorené', 'zavřeno', $result);

    Call stack

    .../latte/templates-Homepage-store.latte--e297d122e6.php:139
    App\Presenters\BasePresenter::App\Presenters\{closure} (...)
    • PHP
    • Latte
    129: </div> 130: <div class="grid-item shop-contacts"> 131: <ul> 132: '; 133: if ($store->opening_hours) /* line 52 */ { 134: echo ' <li> 135: <span class="icon"><img src="/'; 136: echo LR\Filters::escapeHtmlAttr(LR\Filters::safeUrl($urlSuffix)) /* line 53 */; 137: echo 'img/icons/clock2.svg" height="29" alt="icon - clock"></span> 138: <span>'; 139: echo ($this->filters->nbsp)(($this->filters->nl2br)(($this->filters->openingHours)($store))) /* line 54 */; 140: echo '</span> 141: </li> 142: '; 143: }
    44: <img src="{='images/stores/' . $store->id . '/logo.' . $store->logo_extension|autoVersion}" alt="logo - {$store->name}"> 45: {else} 46: <strong class="title">{$store->name}</strong> 47: {/if} 48: </div> 49: </div> 50: <div class="grid-item shop-contacts"> 51: <ul> 52: <li n:if="$store->opening_hours"> 53: <span class="icon"><img src="/{$urlSuffix}img/icons/clock2.svg" height="29" alt="icon - clock"></span> 54: <span>{$store|openingHours|nl2br|nbsp|noescape}</span> 55: </li> 56: <li n:if="$store->presentation || $store->facebook || $store->instagram"> 57: <span class="icon"><img src="/{$urlSuffix}img/icons/web.svg" height="27" alt="icon - globe"></span> 58: <span>
    #0
    
    
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:309
    Templatee297d122e6::blockContent (...)
    299: 300: if (!$block) { 301: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 302: ? ", did you mean '$t'?" 303: : '.'; 304: $name = $layer ? "$layer $name" : $name; 305: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 306: } 307: 308: $this->filter( 309: function () use ($block, $params): void { reset($block->functions)($params); }, 310: $mod, 311: $block->contentType, 312: "block $name" 313: );
    $ʟ_args
    null
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:364
    Latte\Runtime\Template::Latte\Runtime\{closure} ()
    354: $block->functions = array_merge($block->functions, $functions); 355: } 356: 357: 358: /** 359: * @param string|\Closure|null $mod content-type name or modifier closure 360: */ 361: private function filter(callable $function, $mod, string $contentType, string $name): void 362: { 363: if ($mod === null || $mod === $contentType) { 364: $function(); 365: 366: } elseif ($mod instanceof \Closure) { 367: echo $mod($this->capture($function), $contentType); 368:
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:312
    Latte\Runtime\Template::filter (...)
    302: ? ", did you mean '$t'?" 303: : '.'; 304: $name = $layer ? "$layer $name" : $name; 305: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 306: } 307: 308: $this->filter( 309: function () use ($block, $params): void { reset($block->functions)($params); }, 310: $mod, 311: $block->contentType, 312: "block $name" 313: ); 314: } 315: 316:
    $function
    
    
    $mod
    'html'
    $contentType
    'html'
    $name
    'block content'
    .../Presenters-templates-@layout.latte--118f612bd4.php:334
    Latte\Runtime\Template::renderBlock (...)
    • PHP
    • Latte
    324: foreach ($flashes as $flash) /* line 126 */ { 325: echo ' <div role="alert"'; 326: echo ($ʟ_tmp = array_filter(['flash', $flash->type])) ? ' class="' . LR\Filters::escapeHtmlAttr(implode(" ", array_unique($ʟ_tmp))) . '"' : "" /* line 126 */; 327: echo '>'; 328: echo LR\Filters::escapeHtmlText($flash->message) /* line 126 */; 329: echo '</div> 330: '; 331: $iterations++; 332: } 333: echo "\n"; 334: $this->renderBlock('content', [], 'html') /* line 128 */; 335: echo '</main> 336: 337: <footer id="footer"> 338: <div class="footer-top">
    118: </div> 119: </div> 120: </div> 121: 122: {ifset header}{include header}{/ifset} 123: </header> 124: 125: <main id="main"> 126: <div n:foreach="$flashes as $flash" n:class="flash, $flash->type" role="alert">{$flash->message}</div> 127: 128: {include content} 129: </main> 130: 131: <footer id="footer"> 132: <div class="footer-top">
    $name
    'content'
    $params
    array (0)
    $mod
    'html'
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:171
    Template118f612bd4::main ()
    161: /** 162: * Renders template. 163: * @internal 164: */ 165: public function render(?string $block = null): void 166: { 167: $level = ob_get_level(); 168: try { 169: $this->prepare(); 170: if (!$this->doRender($block)) { 171: $this->main(); 172: } 173: 174: } catch (\Throwable $e) { 175: while (ob_get_level() > $level) {
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:203
    Latte\Runtime\Template::render (...)
    193: 194: if ($this->referenceType === 'import') { 195: if ($this->parentName) { 196: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 197: } 198: 199: } elseif ($this->parentName) { // extends 200: ob_start(function () {}); 201: $this->params = $this->main(); 202: ob_end_clean(); 203: $this->createTemplate($this->parentName, $this->params, 'extends')->render($block); 204: 205: } elseif ($block !== null) { // single block rendering 206: $this->renderBlock($block, $this->params); 207:
    $block
    null
    .../chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php:170
    Latte\Runtime\Template::doRender (...)
    160: 161: /** 162: * Renders template. 163: * @internal 164: */ 165: public function render(?string $block = null): void 166: { 167: $level = ob_get_level(); 168: try { 169: $this->prepare(); 170: if (!$this->doRender($block)) { 171: $this->main(); 172: } 173: 174: } catch (\Throwable $e) {
    $block
    null
    .../www/chrudim/vendor/latte/latte/src/Latte/Engine.php:102
    Latte\Runtime\Template::render (...)
    92: 93: /** 94: * Renders template to output. 95: * @param object|mixed[] $params 96: */ 97: public function render(string $name, $params = [], ?string $block = null): void 98: { 99: $template = $this->createTemplate($name, $this->processParams($params)); 100: $template->global->coreCaptured = false; 101: ($this->probe)($template); 102: $template->render($block); 103: } 104: 105: 106: /**
    $block
    null
    .../application/src/Bridges/ApplicationLatte/Template.php:46
    Latte\Engine::render (...)
    36: return $this->latte; 37: } 38: 39: 40: /** 41: * Renders template to output. 42: */ 43: public function render(?string $file = null, array $params = []): void 44: { 45: Nette\Utils\Arrays::toObject($params, $this); 46: $this->latte->render($file ?: $this->file, $this); 47: } 48: 49: 50: /**
    $name
    '/var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/app/Presenters/templates/Homepage/store.latte'
    $params
    
    
    .../application/src/Application/Responses/TextResponse.php:50
    Nette\Bridges\ApplicationLatte\Template::render ()
    40: return $this->source; 41: } 42: 43: 44: /** 45: * Sends response to output. 46: */ 47: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse): void 48: { 49: if ($this->source instanceof Nette\Application\UI\Template) { 50: $this->source->render(); 51: 52: } else { 53: echo $this->source; 54: }
    .../vendor/nette/application/src/Application/Application.php:171
    Nette\Application\Responses\TextResponse::send (...)
    161: 162: Arrays::invoke($this->onPresenter, $this, $this->presenter); 163: $response = $this->presenter->run(clone $request); 164: 165: if ($response instanceof Responses\ForwardResponse) { 166: $request = $response->getRequest(); 167: goto process; 168: } 169: 170: Arrays::invoke($this->onResponse, $this, $response); 171: $response->send($this->httpRequest, $this->httpResponse); 172: } 173: 174: 175: public function processException(\Throwable $e): void
    $httpRequest
    
    
    $httpResponse
    
    
    .../vendor/nette/application/src/Application/Application.php:90
    Nette\Application\Application::processRequest (...)
    80: } 81: 82: 83: /** 84: * Dispatch a HTTP request to a front controller. 85: */ 86: public function run(): void 87: { 88: try { 89: Arrays::invoke($this->onStartup, $this); 90: $this->processRequest($this->createInitialRequest()); 91: Arrays::invoke($this->onShutdown, $this); 92: 93: } catch (\Throwable $e) { 94: Arrays::invoke($this->onError, $this, $e);
    $request
    
    
    .../html/fw45ypwsjg/shop-land.eu/www/chrudim/www/index.php:10
    Nette\Application\Application::run ()
    1: <?php 2: 3: declare(strict_types=1); 4: 5: require __DIR__ . '/../vendor/autoload.php'; 6: 7: App\Bootstrap::boot() 8: ->createContainer() 9: ->getByType(Nette\Application\Application::class) 10: ->run(); 11:

    Exception

    
    	

    Nette Application

    Requests

    
    

    Presenter

    
    			

    Environment

    • $_SERVER
    • Constants
    • Configuration
    • Output buffers
    TMPDIR
    '/var/www/html/fw45ypwsjg/_tmp/'
    TEMP
    '/var/www/html/fw45ypwsjg/_tmp/'
    TMP
    '/var/www/html/fw45ypwsjg/_tmp/'
    SCRIPT_NAME
    '/chrudim/www/index.php'
    REQUEST_URI
    '/chrudim/obchod/super-zoo'
    QUERY_STRING
    ''
    REQUEST_METHOD
    'GET'
    SERVER_PROTOCOL
    'HTTP/1.1'
    GATEWAY_INTERFACE
    'CGI/1.1'
    REDIRECT_URL
    '/chrudim/www/obchod/super-zoo'
    REMOTE_PORT
    '24408'
    SCRIPT_FILENAME
    '/var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/www/index.php'
    SERVER_ADMIN
    'webmaster@dexus.net'
    CONTEXT_DOCUMENT_ROOT
    '/var/www/html/fw45ypwsjg/shop-land.eu/www'
    CONTEXT_PREFIX
    ''
    REQUEST_SCHEME
    'https'
    DOCUMENT_ROOT
    '/var/www/html/fw45ypwsjg/shop-land.eu/www'
    REMOTE_ADDR
    '216.73.217.70'
    SERVER_PORT
    '443'
    SERVER_ADDR
    '89.250.246.119'
    SERVER_NAME
    'shop-land.eu'
    SERVER_SOFTWARE
    'Apache'
    SERVER_SIGNATURE
    ''
    LD_LIBRARY_PATH
    '/opt/rh/httpd24/root/usr/lib64'
    PATH
    '/opt/rh/httpd24/root/usr/bin:/opt/rh/httpd24/root/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
    HTTP_HOST
    'shop-land.eu'
    HTTP_ACCEPT_ENCODING
    'gzip, br, zstd, deflate'
    HTTP_USER_AGENT
    'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
    HTTP_ACCEPT
    '*/*'
    SSL_TLS_SNI
    'shop-land.eu'
    HTTPS
    'on'
    SCRIPT_URI
    'https://shop-land.eu/chrudim/obchod/super-zoo'
    SCRIPT_URL
    '/chrudim/obchod/super-zoo'
    UNIQUE_ID
    'aifCkA@uCBkyXXV37S7mywAAAMg'
    REDIRECT_STATUS
    '200'
    REDIRECT_SSL_TLS_SNI
    'shop-land.eu'
    REDIRECT_HTTPS
    'on'
    REDIRECT_SCRIPT_URI
    'https://shop-land.eu/chrudim/obchod/super-zoo'
    REDIRECT_SCRIPT_URL
    '/chrudim/obchod/super-zoo'
    REDIRECT_UNIQUE_ID
    'aifCkA@uCBkyXXV37S7mywAAAMg'
    REDIRECT_REDIRECT_STATUS
    '200'
    REDIRECT_REDIRECT_SSL_TLS_SNI
    'shop-land.eu'
    REDIRECT_REDIRECT_HTTPS
    'on'
    REDIRECT_REDIRECT_SCRIPT_URI
    'https://shop-land.eu/chrudim/obchod/super-zoo'
    REDIRECT_REDIRECT_SCRIPT_URL
    '/chrudim/obchod/super-zoo'
    REDIRECT_REDIRECT_UNIQUE_ID
    'aifCkA@uCBkyXXV37S7mywAAAMg'
    FCGI_ROLE
    'RESPONDER'
    PHP_SELF
    '/chrudim/www/index.php'
    REQUEST_TIME_FLOAT
    1780990608.880484
    REQUEST_TIME
    1780990608
    HTMLPURIFIER_PREFIX
    '/var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/ezyang/htmlpurifier/library'
    Error: Call to undefined function Tracy\phpinfo() in /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php:540 Stack trace: #0 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/section-environment.phtml(90): Tracy\BlueScreen->renderPhpInfo() #1 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/content.phtml(47): require('...') #2 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/page.phtml(39): require('...') #3 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php(198): require('...') #4 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php(127): Tracy\BlueScreen->renderTemplate(Object(ErrorException), '...') #5 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/Debugger/DevelopmentStrategy.php(49): Tracy\BlueScreen->render(Object(ErrorException)) #6 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php(323): Tracy\DevelopmentStrategy->handleException(Object(ErrorException), true) #7 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/Debugger/DevelopmentStrategy.php(100): Tracy\Debugger::exceptionHandler(Object(ErrorException)) #8 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php(380): Tracy\DevelopmentStrategy->handleError(2, '...', '...', 148, NULL) #9 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/app/Presenters/BasePresenter.php(148): Tracy\Debugger::errorHandler(2, '...', '...', 148) #10 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/temp/cache/latte/templates-Homepage-store.latte--e297d122e6.php(139): App\Presenters\BasePresenter->App\Presenters\{closure}(Object(Nette\Database\Table\ActiveRow)) #11 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(309): Templatee297d122e6->blockContent(NULL) #12 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(364): Latte\Runtime\Template->Latte\Runtime\{closure}() #13 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(312): Latte\Runtime\Template->filter(Object(Closure), '...', '...', '...') #14 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/temp/cache/latte/Presenters-templates-@layout.latte--118f612bd4.php(334): Latte\Runtime\Template->renderBlock('...', Array, '...') #15 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(171): Template118f612bd4->main() #16 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(203): Latte\Runtime\Template->render(NULL) #17 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Runtime/Template.php(170): Latte\Runtime\Template->doRender(NULL) #18 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/latte/latte/src/Latte/Engine.php(102): Latte\Runtime\Template->render(NULL) #19 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php(46): Latte\Engine->render('...', Object(Nette\Bridges\ApplicationLatte\DefaultTemplate)) #20 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/nette/application/src/Application/Responses/TextResponse.php(50): Nette\Bridges\ApplicationLatte\Template->render() #21 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/nette/application/src/Application/Application.php(171): Nette\Application\Responses\TextResponse->send(Object(Nette\Http\Request), Object(Nette\Http\Response)) #22 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/vendor/nette/application/src/Application/Application.php(90): Nette\Application\Application->processRequest(Object(Nette\Application\Request)) #23 /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/www/index.php(10): Nette\Application\Application->run() #24 {main} (stored in /var/www/html/fw45ypwsjg/shop-land.eu/www/chrudim/log/exception--2026-06-09--09-33--69d73b3307.html)