https://www.dima.dev.slivki.by/skidki-i-rasprodazhi/knigi-minsk-skidka-biblioby

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"47d7e3"
exception
Twig\Error\RuntimeError {#3827
  -lineno: 262
  -name: "Slivki/sale/sale.html.twig"
  -rawMessage: "Key "3894" for array with keys "1978" does not exist."
  -sourcePath: "/mnt/data/virtwww/dima/templates/Slivki/sale/sale.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\n
    \n
    {% block stylesheets %}\n
        {{ parent() }}\n
        <style type="text/css">\n
            #sidebarShowMore{display:none;}\n
        </style>\n
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" />\n
    {% endblock %}\n
    \n
    {% block header %}\n
        {% if isMobileDevice() %}\n
            {% include 'header_sales_mobile.html.twig' %}\n
        {% else %}\n
            {% include 'header_sales.html.twig' with {'withSearch': true} %}\n
        {% endif %}\n
    {% endblock %}\n
    \n
    {% block ogimage %}\n
        <meta property="og:image" content="{{ app.request.getSchemeAndHttpHost() }}{{ getImageURL(sale.getIcon(), 338, 220)|url_encode|replace({'%2F': '/'}) }}" />\n
        <meta property="og:image:width" content="338"/>\n
        <meta property="og:image:height" content="220"/>\n
    {% endblock %}\n
    \n
    {% block left_sidebar %}\n
        {% if not isFlier %}\n
            {% include 'left_sidebar.html.twig' %}\n
        {% endif %}\n
    {% endblock %}\n
    \n
    {% block mainColumnClass %}\n
        {% if isFlier %}{{ parent() }} one-column{% else %}{{ parent() }}{{ saleVersion.getDescriptionBackgroundUrl() ? ' sale-with-background' }}{% endif %}\n
    {% endblock %}\n
    \n
    {% block mainColumnParameters %}\n
        {% if not isMobileDevice() %}\n
            {{ saleVersion.getDescriptionBackgroundUrl() ? 'style=background:url(' ~ saleVersion.getDescriptionBackgroundUrl()  ~ ')' }}\n
        {% endif %}\n
    {% endblock %}\n
    \n
    {% block main_content %}\n
        {% if parentCategoryList and saleVersion.getDescriptionBackgroundUrl() == '' %}\n
            {% include 'Slivki/breadcrumbs.html.twig' with { 'parentCategoryList': parentCategoryList } only %}\n
        {% endif %}\n
        <div class="clearfix"></div>\n
    \n
        {% set ratingWithCount = getEntityRatingWithCount(constant('Slivki\\Entity\\Category::SALE_CATEGORY_ID'), sale.getID()) %}\n
        <div class="saleDetail">\n
            {% if sale.getID() == 280659 %}\n
                <img height="1" width="1" src="https://mc.admetrica.ru/show?cmn_id=10141&plt_id=27346&crv_id=69064&evt_t=render&ad_type=banner&rnd=%system.random%" style="display:none;">\n
            {% endif %}\n
            {% if saleVersion.getDescriptionTitleBackgroundUrl() %}\n
                <div id="saleTitleBlock" class="with-share-block" data-pixel={{ sale.getID() == constant('Slivki\\Entity\\Offer::BETERA_SALE_NEWS_ID') ? 'https://amc.yandex.ru/show?cmn_id=26372&plt_id=194140&crv_id=464044&evt_t=render&ad_type=banner&rnd=%system.random%' }}>\n
                    {% include 'Slivki/share_block.html.twig' %}\n
                    <img src="{{ saleVersion.getDescriptionTitleBackgroundUrl() }}" />\n
                    <a href="{{ base_url }}/am-fotogid">Фотогиды</a>\n
                    <h1>\n
                        {% if sale.getID() == 287031  %}\n
                            Стань агентом банка! <br> Рекомендуй другу карточку <nobr>«1-2-3»</nobr> и оба получите по <nobr>5 рублей!</nobr>\n
                        {% else %}\n
                            {{ sale.getTitle() }}\n
                        {% endif %}\n
                    </h1>\n
                    <div>\n
                        {{ sale.getSince()|date('d.m.Y') }}\n
                        <i class="slivki-icon-eye"></i>{{ visitCount }}\n
                        {% if commentsAmount > 5  %}\n
                            <i class="slivki-icon-comment-empty"></i>{{ commentsAmount }}\n
                        {% endif %}\n
                    </div>\n
                </div>\n
            {% else %}\n
                {% set ratingPercentage =  ratingWithCount.rating * 100 / 5 %}\n
                <div class="float-right text-muted" style="margin-left: 5px">\n
                    <div class="star-ratings-css">\n
                        <div class="star-ratings-css-top" style="width: {{ ratingPercentage }}%"><span>★</span><span>★</span><span>★</span><span>★</span><span>★</span></div>\n
                        <div class="star-ratings-css-bottom"><span>★</span><span>★</span><span>★</span><span>★</span><span>★</span></div>\n
                    </div>\n
                    ({{ ratingWithCount.amount }})\n
                </div>\n
                <div class="text-muted float-right">\n
                    {{ sale.getSince()|date('d.m.Y') }}\n
                    <i class="slivki-icon-eye"></i>{{ visitCount }}\n
                    {% if commentsAmount > 5  %}\n
                        <i class="slivki-icon-comment-empty"></i>{{ commentsAmount }}\n
                    {% endif %}\n
                </div>\n
                <div class="clear"></div>\n
            {% endif %}\n
    \n
            {% if saleVersion.getFancyDescription() and saleVersion.getFancyDescription().getDescription()|raw != '' %}\n
                <div id="saleFancyDescriptionBlock">\n
                    {{ saleVersion.getFancyDescription().getDescription()|raw }}\n
                </div>\n
                <div id="saleCurledPage"><span>&nbsp;</span><i></i></div>\n
            {% endif %}\n
    \n
            <div class="saleBody" data-oid="{{ sale.getID() }}">\n
                {% if saleVersion.getDescriptionBackgroundUrl() != '' %}\n
                    {% include 'Slivki/breadcrumbs.html.twig' with { 'parentCategoryList': parentCategoryList } only %}\n
                    <div class="clear"></div>\n
                {% endif %}\n
                {{ descriptions|raw }}\n
    \n
                {% set gazurl = sale.getGszurl() %}\n
                {% if gazurl is not null %}\n
                    <p><b>Общереспубликанский банк вакансий: </b> <a href="{{ gazurl }}" rel="nofollow">{{ gazurl }}</a></p>\n
                {% endif %}\n
    \n
                {% if sale.isShowMap() %}\n
                    <div id="saleGeoLocationData" data-json="{{ saleGeoLocationData }}"></div>\n
                    <div id="saleDetailsMapWrapper" class="category-map-wrapper">\n
                        <div id="saleDetailsMap" class="category-map"></div>\n
                        <div id="zoomIn"></div>\n
                        <div id="zoomOut"></div>\n
                        <a id="setUserLocationBtn" href="#" class="capsuled">Указать местоположение</a>\n
                        <a id="mapEnterFullscreen" href="#" class="fullscreen-map-button">Развернуть</a>\n
                        <a id="mapExitFullscreen" href="#" class="fullscreen-map-button">Свернуть</a>\n
                    </div>\n
                {% endif %}\n
                <div class="saleFooterDetail">\n
                    {% include 'Slivki/share_stat.html.twig' %}\n
                    <div class="date">\n
                        {{ sale.getSince()|date('d.m.Y') }}\n
                        <span data-toggle="tooltip" data-placement="top" data-original-title='Просмотров за {{ daysFromStart }} {{ ['день', 'дня', 'дней']|plural(daysFromStart) }}'>\n
                            <i class="slivki-icon-eye"></i>{{ visitCount }} ({{ dayVisitCount }} за сутки)\n
                        </span>\n
                    </div>\n
    \n
                    {% if app.user %}\n
                        <div class="vote-entity-block">\n
                            {% if userVote == 0 %}\n
                                <div class="vote-pls">Оцените, пожалуйста, эту статью:</div>\n
                            {% endif %}\n
                            <div class="your-vote {{ userVote == 0 ? ' hidden' }}">Ваша оценка: <span id="yourVote">{{ userVote }}</span></div>\n
                            {% set ratingWithCount = getEntityRatingWithCount(constant('Slivki\\Entity\\Category::SALE_CATEGORY_ID'), sale.getID()) %}\n
                            {% set ratingPercentage =  userVote == 0 ? 0 : ratingWithCount.rating * 100 / 5 %}\n
                            {% apply spaceless %}\n
                                <div class="star-ratings-css">\n
                                    <div class="star-ratings-css-top" style="width: {{ ratingPercentage }}%">\n
                                        {% for i in 1..5 %}\n
                                            <span data-id="{{ i }}">★</span>\n
                                        {% endfor %}\n
                                    </div>\n
                                    <div class="star-ratings-css-bottom">\n
                                        {% for i in 1..5 %}\n
                                            <span data-id="{{ i }}">☆</span>\n
                                        {% endfor %}\n
                                    </div>\n
                                </div>\n
                            {% endapply %}\n
                            <span class="vote-avg-rating {{ userVote == 0 ? ' hidden' }}">(<span id="avgSaleRating">{{ ratingWithCount.rating|number_format(1) }}</span>)</span>\n
                            <div class="total-votes {{ userVote == 0 ? ' hidden' }}">Всего голосов: <span id="totalSaleVotesCnt">{{ ratingWithCount.ratingCount }}</span></div>\n
                        </div>\n
                    {% endif %}\n
                    <div id="readabilityCheckpoint"></div>\n
    \n
                    {% if commentsAmount > 0 %}\n
                        <a href="javascript:void(0)" id="showSaleCommentsButton" class="button">Отзывы ({{ commentsAmount }})</a>\n
                    {% else %}\n
                        <span class="addVoteLink button mb-1" id="addVoteLink" data-oid="{{ sale.getID() }}" data-type="{{ constant('Slivki\\Entity\\Comment::TYPE_SALE_COMMENT') }}" data-action="comment_add" data-toggle="modal" data-target="{{ app.user ? '#addVoteBox' : '#onlyRegistered' }}" >Добавить отзыв</span>\n
                    {% endif %}\n
    \n
                    {% if not isMobileDevice() and sale.getVersions().count() > 1 %}\n
                        <div id="saleHistory">\n
                            <a class="selected" href="javascript:void(0)">{{ isFlier ? 'Архив листовок' : 'Архив новости' }}</a>\n
                            <span></span>\n
                            <div id="saleHistoryBox">\n
                                <div class="sale-history-arrow-box sale-history-box">\n
                                    {% for version in sale.getVersions() %}\n
                                        <a {{ version.getID() == saleVersion.getID() ? 'class=active' }} href="{{ app.request.pathInfo }}?version={{ version.getID() }}">{{ version.getName() }}</a>\n
                                    {% endfor %}\n
                                </div>\n
                            </div>\n
                        </div>\n
                    {% endif %}\n
    \n
                    {% if director %}\n
                        <p class="director-info"><span> {{ director.getLegalEntity()}} УНП: {{ director.getTaxID() }} </span> </p>\n
                    {% endif %}\n
                    {% include 'Slivki/subscribe_block.html.twig' %}\n
                    {% include 'Slivki/breadcrumbs_footer.html.twig' with { 'parentCategoryList': parentCategoryList, 'title': sale.getTitle() } only %}\n
    \n
                    <div class="clear"></div>\n
                </div>\n
            </div>\n
        </div>\n
        <input id="stock-id" value="{{ sale.getID() }}">\n
        <input type="hidden" id="saleVersionID" value="{{ saleVersion.getID() }}">\n
    {% endblock %}\n
    \n
    {% block javascripts %}\n
        {{ parent() }}\n
        <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>\n
        <script src="/js/readability.js?v=4" type="text/javascript"></script>\n
        <script src="//api-maps.yandex.ru/2.1.73/?lang=ru-RU" type="text/javascript"></script>\n
        <script type="text/javascript">\n
            $(document).ready(function () {\n
                $(document).off( "click", "#sidebarShowMoreWrap");\n
                {% if commentsAmount > 0 %}\n
                    $(document).on("click", "#showSaleCommentsButton", function() {\n
                        if ($('.votes').length) {\n
                            $('html,body').animate({scrollTop: $("#saleCommentsBlock").offset().top - 100}, 'slow');\n
                            return false;\n
                        }\n
                        return false;\n
                    });\n
                {% endif %}\n
                $.get("/get_comment_box/{{ constant('Slivki\\Entity\\Comment::TYPE_SALE_COMMENT') }}/{{ sale.getID() }}", function (data) {\n
                    $('#saleCommentsBlock').html(data);\n
                    $('#saleCommentsBlock').css('visibility', 'visible');\n
                    initVoteBox(true);\n
                    initTooltip();\n
                    proceedComments({{ app.user ? app.user.getID() : 0 }});\n
                    uploadPhoto('/comment/image_upload', '/comment/image_remove');\n
                });\n
                {% if app.user %}\n
                $('.vote-entity-block .star-ratings-css span').click(function () {\n
                    var rating = $(this).attr('data-id');\n
                    var starRatingBlock = $('.vote-entity-block .star-ratings-css');\n
                    $('.vote-entity-block .star-ratings-css-top').css('width', rating * 20 + '%');\n
                    $.get('/profile/vote_sale/' + {{ sale.getID }} + '/' + rating, function (data) {\n
                        $('#yourVote').html(rating);\n
                        $('#avgSaleRating').html(parseFloat(data.rating).toFixed(1));\n
                        $('#totalSaleVotesCnt').html(data.ratingCount);\n
                        $('.vote-pls').remove();\n
                        $('.vote-avg-rating').removeClass('hidden');\n
                        $('.total-votes').removeClass('hidden');\n
                        $('.your-vote').removeClass('hidden');\n
                    });\n
                    return false;\n
                });\n
                {% endif %}\n
            });\n
        </script>\n
    {% endblock %}\n
    \n
    {% block popups %}\n
        {{ parent() }}\n
        {% if not isMobileDevice() %}\n
            {% if app.user %}\n
                {% include 'Slivki/popups/add_comment_popup.html.twig' with {'id': 'addVoteBox'} %}\n
                {% include 'Slivki/popups/edit_comment_popup.html.twig' with {'id': 'editVoteBox'} %}\n
            {% else %}\n
                {% include 'Slivki/popups/comment_only_registered_popup.html.twig' with {'id': 'onlyRegistered'} %}\n
            {% endif %}\n
        {% endif %}\n
        {% include 'Slivki/popups/video_guide_popup.html.twig' %}\n
    {% endblock %}\n
    {% block assetsBottom %}\n
        {{ parent() }}\n
        <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script>\n
    {% endblock %}\n
    \n
    {% block bottomContentBlock %}\n
        <div class="clear"></div>\n
        <div class="after-content-block content">\n
            <div class="sale-relations-block-list">\n
                {% apply spaceless %}\n
                    {% include 'Slivki/sale/sale_relations_block.html.twig' with {'title': 'Еще по теме', 'saleList': relatedSales|last} %}\n
                    {% include 'Slivki/sale/sale_relations_block.html.twig' with {'title': 'Популярные', 'saleList': relatedSales[constant('Slivki\\Repository\\SaleRepository::POPULAR_SALE_CATEGORY_ID')] } %}\n
                    {% include 'Slivki/sale/sale_relations_block.html.twig' with {'title': 'Смотрите также', 'saleList': relatedSales[constant('Slivki\\Entity\\Category::SALE_VIDEO_GUIDE_CATEGORY_ID')]} %}\n
                {% endapply %}\n
            </div>\n
            <div id="saleCommentsBlock" style="visibility: hidden"></div>\n
        </div>\n
    {% endblock %}\n
    """
  #message: "Key "3894" for array with keys "1978" does not exist."
  #code: 0
  #file: "/mnt/data/virtwww/dima/templates/Slivki/sale/sale.html.twig"
  #line: 262
  trace: {
    /mnt/data/virtwww/dima/templates/Slivki/sale/sale.html.twig:262 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      ›     {% include 'Slivki/sale/sale_relations_block.html.twig' with {'title': 'Популярные', 'saleList': relatedSales[constant('Slivki\\Repository\\SaleRepository::POPULAR_SALE_CATEGORY_ID')] } %}    {% include 'Slivki/sale/sale_relations_block.html.twig' with {'title': 'Смотрите также', 'saleList': relatedSales[constant('Slivki\\Entity\\Category::SALE_VIDEO_GUIDE_CATEGORY_ID')]} %}{% endapply %}
    }
    /mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php:833 {
      __TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895->block_bottomContentBlock($context, array $blocks = []) …
      › echo "                ";$this->loadTemplate("Slivki/sale/sale_relations_block.html.twig", "Slivki/sale/sale.html.twig", 262)->display(twig_array_merge($context, ["title" => "Смотрите также", "saleList" => twig_get_attribute($this->env, $this->source, (isset($context["relatedSales"]) || array_key_exists("relatedSales", $context) ? $context["relatedSales"] : (function () { throw new RuntimeError('Variable "relatedSales" does not exist.', 262, $this->source); })()), twig_constant("Slivki\\Entity\\Category::SALE_VIDEO_GUIDE_CATEGORY_ID"), [], "array", false, false, false, 262)]));// line 263
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /mnt/data/virtwww/dima/templates/base.html.twig:196 {
      __TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5->block_content($context, array $blocks = []) …
      › </div>{% block bottomContentBlock %}{% endblock %}</div>
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /mnt/data/virtwww/dima/templates/base.html.twig:184 {
      __TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block content %}    <div class="content container transparent with-banner {% block contentContainerClass %}{% endblock %}"  id="contentContainer">
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php:58 {
      __TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "Slivki/sale/sale.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /mnt/data/virtwww/dima/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /mnt/data/virtwww/dima/src/Controller/SaleController.php:489 {
      Slivki\Controller\SaleController->detailsAction(Request $request, SaleCacheService $saleCacheService, ServerFeatureStateChecker $serverFeatureStateChecker, $entityID) …
      › 
      › $response = $this->render($view, $data);if ($isFlier) {
    }
    /mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /mnt/data/virtwww/dima/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#3547 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
content-length
""
content-type
""
cookie
"PHPSESSID=3a9c3qgi21auv0k288fq2ui6o7; sf_redirect=%7B%22token%22%3A%22f24d26%22%2C%22route%22%3A%22n%5C%2Fa%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Slivki%5C%5CController%5C%5CSaleController%22%2C%22method%22%3A%22detailsAction%22%2C%22file%22%3A%22%5C%2Fmnt%5C%2Fdata%5C%2Fvirtwww%5C%2Fdima%5C%2Fsrc%5C%2FController%5C%2FSaleController.php%22%2C%22line%22%3A350%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
host
"www.dima.dev.slivki.by"
referer
"https://lida.dima.dev.slivki.by/skidki-i-rasprodazhi/knigi-minsk-skidka-biblioby"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"
x-php-ob-level
"1"

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
"Thu, 01 May 2025 02:01:43 GMT"
x-debug-exception
"Key%20%223894%22%20for%20array%20with%20keys%20%221978%22%20does%20not%20exist."
x-debug-exception-file
"%2Fmnt%2Fdata%2Fvirtwww%2Fdima%2Ftemplates%2FSlivki%2Fsale%2Fsale.html.twig:262"
x-debug-token
"bea146"

Cookies

Request Cookies

Key Value
PHPSESSID
"3a9c3qgi21auv0k288fq2ui6o7"
sf_redirect
"{"token":"f24d26","route":"n\/a","method":"GET","controller":{"class":"Slivki\\Controller\\SaleController","method":"detailsAction","file":"\/mnt\/data\/virtwww\/dima\/src\/Controller\/SaleController.php","line":350},"status_code":301,"status_text":"Moved Permanently"}"

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Thu, 01 May 25 05:01:41 +0300"
Last used
"Thu, 01 May 25 05:01:41 +0300"
Lifetime
0

Session Attributes

Attribute Value
2-bannerIndex
2
cityDomain
"www"
cityID-1-
1
sales-offset
[
  "popular" => 1
  "new" => 1
  "extra" => 1
]
sales-offset-last-date
DateTime @1746064902 {#2603
  date: 2025-05-01 05:01:42.890516 Europe/Moscow (+03:00)
}

Session Usage

11 Usages
Stateless check enabled
Usage
Slivki\EventSubscriber\KernelControllerSubscriber:158
[
  [
    "file" => "/mnt/data/virtwww/dima/src/EventSubscriber/KernelControllerSubscriber.php"
    "line" => 158
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Slivki\EventSubscriber\KernelControllerSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\EventSubscriber\KernelControllerSubscriber:169
[
  [
    "file" => "/mnt/data/virtwww/dima/src/EventSubscriber/KernelControllerSubscriber.php"
    "line" => 169
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Slivki\EventSubscriber\KernelControllerSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\EventSubscriber\KernelControllerSubscriber:170
[
  [
    "file" => "/mnt/data/virtwww/dima/src/EventSubscriber/KernelControllerSubscriber.php"
    "line" => 170
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Slivki\EventSubscriber\KernelControllerSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Controller\SaleController:372
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 372
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Controller\SaleController:383
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 383
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Controller\SaleController:416
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 416
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Controller\SiteController:634
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SiteController.php"
    "line" => 634
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 418
    "function" => "getOfferRateSchedule"
    "class" => "Slivki\Controller\SiteController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Twig\SlivkiTwigExtension:996
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Twig/SlivkiTwigExtension.php"
    "line" => 996
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/68/684103b3c82d65758788e45e94980e919ce5029bafe3cb58d082c38154d38bdf.php"
    "line" => 166
    "function" => "getCurrentCity"
    "class" => "Slivki\Twig\SlivkiTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php"
    "line" => 58
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 489
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Twig\SlivkiTwigExtension:1039
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Twig/SlivkiTwigExtension.php"
    "line" => 1039
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/4f/4f9afb8488cad2b33f58f972b71bf64d2eec2f79a28762432e1a8916cfa79238.php"
    "line" => 76
    "function" => "getCurrentCityURL"
    "class" => "Slivki\Twig\SlivkiTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3f89369b7d683847b914239a0372414baaf8d43cac46dffc50803e0db5376c91"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 155
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_headerTopMenu"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d___94074913"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/a0/a0a3c5b40ef72df99f71f4a49da525f4f4cfbaa9cc12152677af3c70bf9e40d8.php"
    "line" => 344
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_da8c951c0b0debd7000b8779a2432698bccf4ba234955a37d2ca0fd6cc377fda"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 111
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d___94074913"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 43
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php"
    "line" => 115
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/68/684103b3c82d65758788e45e94980e919ce5029bafe3cb58d082c38154d38bdf.php"
    "line" => 300
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php"
    "line" => 58
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 489
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Slivki\Twig\SlivkiTwigExtension:743
[
  [
    "file" => "/mnt/data/virtwww/dima/src/Twig/SlivkiTwigExtension.php"
    "line" => 743
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/4f/4f9afb8488cad2b33f58f972b71bf64d2eec2f79a28762432e1a8916cfa79238.php"
    "line" => 334
    "function" => "getMainMenu"
    "class" => "Slivki\Twig\SlivkiTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3f89369b7d683847b914239a0372414baaf8d43cac46dffc50803e0db5376c91"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 155
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_headerTopMenu"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d___94074913"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/a0/a0a3c5b40ef72df99f71f4a49da525f4f4cfbaa9cc12152677af3c70bf9e40d8.php"
    "line" => 344
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_da8c951c0b0debd7000b8779a2432698bccf4ba234955a37d2ca0fd6cc377fda"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 111
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d___94074913"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/c1/c1392d143c667cb867082e1bc166af1583ba6f5f3290efd64f163fe27c32a11b.php"
    "line" => 43
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c41f76ab6bee0cb651800c7453fc46ce651000125579541879d78f803a01999d"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php"
    "line" => 115
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/68/684103b3c82d65758788e45e94980e919ce5029bafe3cb58d082c38154d38bdf.php"
    "line" => 300
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/var/cache/dev/twig/de/deb33418db33e7e63755b52689cdef972f459d07365d317252461d31a1600303.php"
    "line" => 58
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1c574203c1dbfb019c2520cb96ea28a0fb5030eb802a1e2013a76271e5d89895"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/src/Controller/SaleController.php"
    "line" => 489
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailsAction"
    "class" => "Slivki\Controller\SaleController"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/mnt/data/virtwww/dima/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"fe8122f31e8880ab6477e3f45ee3928a"
BASE_DOMAIN
".dima.dev.slivki.by"
BASE_URL
"https://www.dima.dev.slivki.by"
BEPAID_PROD_MODE
"false"
BETERA_API_URI
"https://affiliatefeedapi.b2b-digi.com"
BETERA_CLIENT_ID
"slivki.byprod"
BETERA_CLIENT_SECRET
"5464aff+"
CLICK_MERCHANT_ID
"21243"
CLICK_MERCHANT_USER_ID
"34060"
CLICK_SECRET_KEY
"gxDJXCqHFEv"
CLICK_SERVICE_ID
"28907"
DATABASE_ADMIN_URL
"pgsql://slivki_admin:3604bb30ccce5754b226a538179492e7@127.0.0.1:5432/adv"
DATABASE_URL
"pgsql://slivki_site:3604bb30ccce5754b226a538179492e7@127.0.0.1:5432/adv"
DEEPL_AUTH_KEY
"aa8770fd-5b5e-60a1-28d6-adc78c79cf1e:fx"
DEFAULT_CITY_ID
"1"
DOMINOS_API_ACCESS_TOKEN
"1Ipy@Sn%Htor"
DOMINOS_API_URL
"https://partners.dominos.by/api/partners"
FIXER_ACCESS_TOKEN
"c702e71634b1f3d198db1ae8f85174c3"
FIXER_API_URL
"http://data.fixer.io/api/latest"
GOOGLE_AUTH_KEY
"AIzaSyBnPZftGKIEZwLnwdyviccyYHR0ZIryFYw"
IIKO_CLOUD_API_URL
"https://api-ru.iiko.services"
IIKO_CLOUD_CHEFARTS_API_LOGIN
"9609602d-5a6"
IIKO_CLOUD_CHEFARTS_ORGANIZATION_ID
"01330000-6bec-ac1f-05c4-08da4479b4ab"
MAILER_INFO_EMAIL
"info@slivki.by"
MAILER_INFO_NAME
"Slivki.by"
MAILER_SECONDARY_INFO_EMAIL
"infoslivki@gmail.com"
MAILER_URL
"null://null"
OPLATI_BASE_URL
"https://bpay-testcashdesk.lwo.by/ms-pay"
OPLATI_PASSWORD
"SlivkiBY12345"
OPLATI_REG_NUM
"OPL000000782"
OPLATI_REG_NUM_SITE
"OPL000000782"
PAYME_KEY
"Qz8vECZiH73@iqh5?Ub@G34X3zAnPg0aDd#d"
PAYME_MERCHANT_ID
"64a413fe5dad647a1817c315"
PAYME_PROD_MOE
"true"
REDIS_HOST
"redis"
REDIS_PORT
"6379"
REGIONAL_TEMPLATE_PATH
""
REGION_CODES
"BY,RU,DE,LV,LT,PL,UA,GE,KZ,CN,UZ"
ROCKET_SMS_PASSWORD
"497kWGBB"
ROCKET_SMS_URI
"https://api.rocketsms.by/"
ROCKET_SMS_USERNAME
"100993744"
SLIVKI_METRICA_LOCAL_URL
"http://metrica.local"
SLIVKI_METRICA_URL
"https://metrica.slivki.by"
SUBSCRIPTION_BASE_URI
"http://subscription-service-1.local"
SUBSCRIPTION_DATABASE_URL
"postgresql://subscription_site:c3344046badcf15f05ba9775b3e42d79@127.0.0.1:5432/ss?server_version=12.3&charset=utf8"
SUBSCRIPTION_PASSWORD
"slivki"
SUBSCRIPTION_USERNAME
"slivki"
TIRE_ORDER_SEND_TO_EMAILS
"dobrovolskaya@slivki.com,kontent@slivki.com,gintovt1@slivki.com"
XABAR_UZ_ORIGINATOR
"3700"
XABAR_UZ_SMS_PASSWORD
"1QftVsJK_$v$"
XABAR_UZ_SMS_URI
"https://send.smsxabar.uz/"
XABAR_UZ_SMS_USERNAME
"slivkitrade"
YANDEX_RESERVE_API_KEY
"a3f251fc-c90a-404f-bfc1-6e75673e7dbe,7009cedd-d272-4dcd-899d-a7ee6d987d10,574c37c4-47ae-483b-8027-ff99c082302c,75a701bd-ec4c-4dd9-81c7-d2adbd351961,37586091-d207-4fd2-9274-5244245e5343,d4bd88b9-eb2a-46f4-a340-19f89eadcc00,eba06e54-dcec-4ce9-aec7-66c1837036d2,208f1159-545e-489e-be9f-95ccf1706775,c8725230-309d-4709-9fa0-e0dc524737a3,d474799a-36ff-4215-b010-596988f729ae"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/mnt/data/virtwww/dima/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_COOKIE
"PHPSESSID=3a9c3qgi21auv0k288fq2ui6o7; sf_redirect=%7B%22token%22%3A%22f24d26%22%2C%22route%22%3A%22n%5C%2Fa%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Slivki%5C%5CController%5C%5CSaleController%22%2C%22method%22%3A%22detailsAction%22%2C%22file%22%3A%22%5C%2Fmnt%5C%2Fdata%5C%2Fvirtwww%5C%2Fdima%5C%2Fsrc%5C%2FController%5C%2FSaleController.php%22%2C%22line%22%3A350%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
HTTP_HOST
"www.dima.dev.slivki.by"
HTTP_REFERER
"https://lida.dima.dev.slivki.by/skidki-i-rasprodazhi/knigi-minsk-skidka-biblioby"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"47.82.0.153"
REMOTE_PORT
"48713"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1746064902
REQUEST_TIME_FLOAT
1746064902.6696
REQUEST_URI
"/skidki-i-rasprodazhi/knigi-minsk-skidka-biblioby"
SCRIPT_FILENAME
"/mnt/data/virtwww/dima/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.1.1.203"
SERVER_NAME
"dima.dev.slivki.by"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_SECRET,MAILER_URL,DATABASE_URL,DATABASE_ADMIN_URL,BASE_DOMAIN,BASE_URL,SUBSCRIPTION_USERNAME,SUBSCRIPTION_PASSWORD,SUBSCRIPTION_BASE_URI,SUBSCRIPTION_DATABASE_URL,BEPAID_PROD_MODE,SLIVKI_METRICA_URL,SLIVKI_METRICA_LOCAL_URL,DEFAULT_CITY_ID,REGIONAL_TEMPLATE_PATH,TIRE_ORDER_SEND_TO_EMAILS,REGION_CODES,MAILER_INFO_EMAIL,MAILER_INFO_NAME,MAILER_SECONDARY_INFO_EMAIL,PAYME_MERCHANT_ID,PAYME_PROD_MOE,PAYME_KEY,CLICK_SERVICE_ID,CLICK_MERCHANT_ID,CLICK_SECRET_KEY,CLICK_MERCHANT_USER_ID,XABAR_UZ_SMS_URI,XABAR_UZ_SMS_USERNAME,XABAR_UZ_SMS_PASSWORD,XABAR_UZ_ORIGINATOR,FIXER_API_URL,FIXER_ACCESS_TOKEN,DEEPL_AUTH_KEY,GOOGLE_AUTH_KEY,OPLATI_REG_NUM,OPLATI_REG_NUM_SITE,OPLATI_PASSWORD,OPLATI_BASE_URL,DOMINOS_API_URL,DOMINOS_API_ACCESS_TOKEN,BETERA_API_URI,BETERA_CLIENT_ID,BETERA_CLIENT_SECRET,ROCKET_SMS_URI,ROCKET_SMS_USERNAME,ROCKET_SMS_PASSWORD,IIKO_CLOUD_API_URL,IIKO_CLOUD_CHEFARTS_API_LOGIN,IIKO_CLOUD_CHEFARTS_ORGANIZATION_ID,YANDEX_RESERVE_API_KEY,REDIS_HOST,REDIS_PORT"
USER
"www-data"

Parent Request

Return to parent request (token = e98eff)

Key Value
_controller
"Slivki\Controller\SaleController::detailsAction"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_remove_csp_headers
true
_security_firewall_run
"_security_main"
_stopwatch_token
"2c5ce0"
entityID
253515
slivkiMetaInfo
Slivki\Entity\Seo {#3281
  -createdOn: DateTime @1516814335 {#3280
    date: 2018-01-24 20:18:55.0 Europe/Moscow (+03:00)
  }
  -entityID: 253515
  -active: true
  -resourceURL: "Slivki:Sale:details"
  -mainAlias: "/skidki-i-rasprodazhi/knigi-minsk-skidka-biblioby"
  -title: null
  -metaTitle: "Выгодные предложения от biblio.by"
  -metaDescription: "Специальные акции для книголюбов от книжного магазина Biblio.by"
  -metaKeywords: "книги со скидкой, акции в библио, акции в книжном магазине библио бай"
  -redirectURL: null
  -pageDescription: null
  #domain: "www"
  #ID: 62009
  #transitionID: null
}