https://dev58.nexgen.cz/en/zverinove-jerky/venison-spiced

ErrorController

Request

GET Parameters

Key Value
nexsys.langs
[
  NexCRM\BaseBundle\Entity\Lang {#561
    -name: "Čeština"
    -iso2: "cs"
    -iso3: "cze"
    -defaultLang: true
    -active: true
    -country: Proxies\__CG__\NexCRM\BaseBundle\Entity\Country {#572 …}
    -id: 1
  }
]

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
exception
Twig\Error\RuntimeError {#2533
  -lineno: 63
  -name: "header.html.twig"
  -rawMessage: "Key "iso2" does not exist as the sequence/mapping is empty."
  -sourcePath: "/home/web/nexgen.cz/dev58/templates/header.html.twig"
  -sourceCode: """
    <!doctype html>\n
    <html lang="{{ app.request.locale }}">\n
    <head>\n
        <meta charset="UTF-8">\n
        {% if url('front_homepage') == "https://www.jihoceskejerky.cz/" or url('front_homepage') == "http://www.jihoceskejerky.cz/" %}\n
            <meta name="robots" content="index,follow"/>\n
        {% else %}\n
            <meta name="robots" content="noindex,nofollow"/>\n
        {% endif %}\n
        <meta name="viewport" content="width=device-width, initial-scale=1">\n
        <meta http-equiv="X-UA-Compatible" content="ie=edge">\n
    \n
        {% if meta is defined %}\n
            <title>{{ meta.title|raw }}</title>\n
            <meta property="og:title" content="{{- meta.title|raw }}"/>\n
        {% endif %}\n
        {% if meta is defined %}\n
            <meta name="description" content="{{ meta.description|raw }}">\n
            <meta property="og:description" content="{{ meta.description|raw }}" />\n
        {% endif %}\n
        {% if meta is defined %}\n
            <meta name="keywords" content="{{ meta.keywords|raw }}">\n
        {% endif %}\n
        <meta property="og:type" content="website" />\n
    \n
        <meta name="author" content="NexGen IT s.r.o. (info@nexgen.cz)"/>\n
    \n
        <link rel="stylesheet" href="{{ asset('assets/theme/dist/all.min.css') }}">\n
        <link rel="shortcut icon" href="{{ asset('assets/theme/favicon.ico') }}">\n
        {% if app.request.getSchemeAndHttpHost() == "http://localhost:8000" %}\n
            <script src="http://localhost:35731/livereload.js"></script>\n
        {% endif %}\n
        {{ marketing('head_end') }}\n
    </head>\n
    <body>\n
    {{ marketing('body_start') }}\n
    <header class="header">\n
        <div class="container">\n
            <a href="{{ path('front_homepage') }}" class="header__logo">\n
                <img src="{{ asset('assets/theme/img/logo/logo.svg') }}" alt="logo">\n
            </a>\n
    \n
            {% include 'front/snippet/basket.html.twig' %}\n
            {% set nonActiveLangs = [] %}\n
            {% set activeLang = {} %}\n
            {% for lang in app.request.get('nexsys.langs')|default([])%}\n
                {%- if app.request.locale == lang.iso2 -%}\n
                    {% set activeLang = lang %}\n
                {%- else -%}\n
                    {% set nonActiveLangs = nonActiveLangs|merge([lang]) %}\n
                {%- endif -%}\n
            {% endfor %}\n
            <nav class="nav">\n
                <div class="nav__scroll">\n
                    <ul>\n
                        {% for menu in menus['header_menu']|filter(menu => menu.parent is empty) %}\n
                            <li>\n
                                <a href="{{ menu|get_url|raw }}">{{ menu.translate.name }}</a>\n
                            </li>\n
                        {% endfor %}\n
    \n
                        <li><a href="{% if pt['shop'] is defined %}{{ pt['shop']|trans_path }}{% endif %}"><span class="button button--buy">{{ 'Koupit'|trans }}</span></a>\n
                        <li><span>{{ activeLang.iso2 }}</span>\n
                            <ul>\n
                                {% for lang in nonActiveLangs %}\n
                                    {% if lang.active %}\n
                                        <li>\n
                                            <a href="{% if page is defined %}{{ page|trans_path(lang.iso2) }}{% else %}{{ path('front_basket', {'_locale': lang.iso2}) }}{% endif %}">\n
                                                {{ lang.iso2 }}\n
                                            </a>\n
                                        </li>\n
                                    {% endif %}\n
                                {% endfor %}\n
                            </ul>\n
                        </li>\n
                    </ul>\n
                </div>\n
            </nav>\n
            <div class="burger">\n
                <a href='#' class="burger__nav js-burger">\n
                    <span></span>\n
                </a>\n
            </div>\n
        </div>\n
    </header>\n
    """
  #message: "Key "iso2" does not exist as the sequence/mapping is empty."
  #code: 0
  #file: "/home/web/nexgen.cz/dev58/templates/header.html.twig"
  #line: 63
  trace: {
    /home/web/nexgen.cz/dev58/templates/header.html.twig:63 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <li><a href="{% if pt['shop'] is defined %}{{ pt['shop']|trans_path }}{% endif %}"><span class="button button--buy">{{ 'Koupit'|trans }}</span></a><li><span>{{ activeLang.iso2 }}</span>    <ul>
    }
    /home/web/nexgen.cz/dev58/templates/header.html.twig:63 {
      __TwigTemplate_8778dc5ecfcc975644268486144483bb6a510061a486626fc568c01802029d89->doDisplay(array $context, array $blocks = []) …
      › <li><a href="{% if pt['shop'] is defined %}{{ pt['shop']|trans_path }}{% endif %}"><span class="button button--buy">{{ 'Koupit'|trans }}</span></a><li><span>{{ activeLang.iso2 }}</span>    <ul>
      arguments: {
        $env: Twig\Environment {#648 …}
        $source: Twig\Source {#2369 …}
        $object: []
        $item: "iso2"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 63
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …29]
        $blocks: [ …1]
      }
    }
    /home/web/nexgen.cz/dev58/templates/base.html.twig:1 {
      __TwigTemplate_27bb635ecf2a8be9b3a3c75e4da0b02d2d0636404b6b0b68feca12c4e32f4a64->doDisplay(array $context, array $blocks = []) …
      › 
      › {% include 'header.html.twig' %}    {% block content %}
      arguments: {
        $context: [ …29]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …29]
        $blocks: [ …1]
      }
    }
    /home/web/nexgen.cz/dev58/var/cache/dev/twig/8d/8d28bcd5fe35034d960cc6e9ad8a2cd531e9bd71b36e7b3c11b5db578e860643.php:49 {
      __TwigTemplate_1ecb7a1881e5ddb95a0b6922267a4b5bb7f7befa54c14f295f856831c745786d->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "front/product.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …29]
        $blocks: [ …1]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …29]
        $blocks: [ …1]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/Template.php:335 {
      Twig\Template->render(array $context): string …
      › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
      arguments: {
        $context: [ …29]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …17]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/twig/twig/src/Environment.php:306 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …17]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/symfony/framework-bundle/Controller/AbstractController.php:249 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "front/product.html.twig"
        $context: [ …17]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);arguments: {
        $view: "front/product.html.twig"
        $parameters: [ …17]
      }
    }
    /home/web/nexgen.cz/dev58/src/Controller/BaseController.php:114 {
      App\Controller\BaseController->render($view, array $parameters = [], Response $response = null): Response …
      › return parent::render(    $view, array_merge(    $this->data, $parameters, [
      arguments: {
        $view: "front/product.html.twig"
        $parameters: [ …17]
        $response: null
      }
    }
    /home/web/nexgen.cz/dev58/src/Controller/ShopController.php:36 {
      App\Controller\ShopController->productAction() …
      ›     "page" => $product,    "lang" => $this->request->getLocale()],
      arguments: {
        $view: "front/product.html.twig"
        $parameters: [ …7]
      }
    }
    /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#5 …}
        $type: 1
      }
    }
    /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/Kernel.php:196 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#5 …}
        $type: 1
        $catch: true
      }
    }
    /home/web/nexgen.cz/dev58/public/index.php:34 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#5 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#83 …9}

Request Headers

Header Value
accept-encoding
"gzip,deflate"
connection
"close"
content-length
"0"
host
"dev58.nexgen.cz"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
x-php-ob-level
"1"
x-request-id
"134cd5c5b2_681508bd1eaf19.32719341"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 02 May 2025 18:02:37 GMT"
x-debug-exception
"Key%20%22iso2%22%20does%20not%20exist%20as%20the%20sequence%2Fmapping%20is%20empty."
x-debug-exception-file
"%2Fhome%2Fweb%2Fnexgen.cz%2Fdev58%2Ftemplates%2Fheader.html.twig:63"
x-debug-token
"20a79d"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Fri, 02 May 25 20:02:37 +0200"
Last used
"Fri, 02 May 25 20:02:37 +0200"
Lifetime
"0"

Session Attributes

Attribute Value
currentLang
NexCRM\BaseBundle\Entity\Lang {#584
  -name: "Angličtina"
  -iso2: "en"
  -iso3: "eng"
  -defaultLang: false
  -active: false
  -country: Proxies\__CG__\NexCRM\BaseBundle\Entity\Country {#586 …}
  -id: 2
}
defaultLang
NexCRM\BaseBundle\Entity\Lang {#561
  -name: "Čeština"
  -iso2: "cs"
  -iso3: "cze"
  -defaultLang: true
  -active: true
  -country: Proxies\__CG__\NexCRM\BaseBundle\Entity\Country {#572 …}
  -id: 1
}

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3bc1e76609756e82a2e3637e8ec756ee"
DATABASE_HOST
"mysql.nexgen.cz"
DATABASE_NAME
"dev58_nexgen_cz"
DATABASE_PASSWORD
"Iefaqu0o"
DATABASE_PORT
"3306"
DATABASE_URL
""
DATABASE_USER
"dev58.nexgen.cz"
GOPAY_CLIENT_ID
"1267608386"
GOPAY_CLIENT_SECRET
"HAWfzYME"
GOPAY_GOID
"8401190633"
GOPAY_IS_PRODUCTION
"false"
MAILER_AUTH_MODE
"login"
MAILER_ENCRYPT
"ssl"
MAILER_HOST
"smtp.websupport.cz"
MAILER_PASSWORD
"7sVB8CvnGU"
MAILER_PORT
"465"
MAILER_TRANSPORT
"smtp"
MAILER_URL
""
MAILER_USER
"eshop@jihoceskejerky.cz"
RECAPTCHA_SECRET_KEY
"6Ld6kR8cAAAAAN8eLSDoDRqy6GUNhNnTprDJ2wLJ"
RECAPTCHA_SITE_KEY
"6Ld6kR8cAAAAALzlpeDaNZQVXdgHEzvv0-lCe7Gb"

Defined as regular env variables

Key Value
APPLICATION_ENV
"production"
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/web/nexgen.cz/dev58/www"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/web/nexgen.cz/dev58/www"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"dev58.nexgen.cz"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_INI_SCAN_DIR
"/home/web/nexgen.cz/dev58/conf/php"
PHP_SELF
"/index.php"
PWD
"/var/www/fcgid/dev58.nexgen.cz"
QUERY_STRING
""
REDIRECT_APPLICATION_ENV
"production"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"dev58.nexgen.cz"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/en/zverinove-jerky/venison-spiced"
REMOTE_ADDR
"52.70.138.176"
REMOTE_PORT
"45116"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1746208956
REQUEST_TIME_FLOAT
1746208956.644
REQUEST_URI
"/en/zverinove-jerky/venison-spiced"
SCRIPT_FILENAME
"/home/web/nexgen.cz/dev58/www/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"81.2.216.67"
SERVER_ADMIN
"webmaster@nexgen.cz"
SERVER_NAME
"dev58.nexgen.cz"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.25 (Debian) Server at dev58.nexgen.cz Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.25 (Debian)"
SHLVL
"0"
SSL_CIPHER
"ECDHE-RSA-AES256-GCM-SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.2"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"CN=R10,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"R10"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"063F458D971EC7276F62DDF215EE1A556B5B"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"dev58.nexgen.cz"
SSL_SERVER_S_DN
"CN=dev58.nexgen.cz"
SSL_SERVER_S_DN_CN
"dev58.nexgen.cz"
SSL_SERVER_V_END
"Jul 30 22:15:50 2025 GMT"
SSL_SERVER_V_START
"May  1 22:15:51 2025 GMT"
SSL_SESSION_ID
"c5c970ab542031ad43e8af200962fadb567dc40309b617fb188b3c4a8b5e2df1"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"dev58.nexgen.cz"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.25"
SSL_VERSION_LIBRARY
"OpenSSL/1.0.2u"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,DATABASE_HOST,DATABASE_PORT,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,MAILER_URL,MAILER_TRANSPORT,MAILER_HOST,MAILER_PORT,MAILER_USER,MAILER_PASSWORD,MAILER_AUTH_MODE,MAILER_ENCRYPT,GOPAY_GOID,GOPAY_CLIENT_ID,GOPAY_CLIENT_SECRET,GOPAY_IS_PRODUCTION,RECAPTCHA_SITE_KEY,RECAPTCHA_SECRET_KEY"

Parent Request

Return to parent request (token = d1e237)

Key Value
_controller
"App\Controller\ShopController::productAction"
_locale
"en"
_remove_csp_headers
true
_route
"en_39"
_route_params
[
  "_locale" => "en"
]