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 | "5e18e7" |
| exception | Twig\Error\RuntimeError {#6534 -lineno: 194 -name: "@Web/layout.html.twig" -rawMessage: """ An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT u0_.`id` AS id_0, u0_.`unid` AS unid_1, u0_.`corporate_unid` AS corporate_unid_2, u0_.`token` AS token_3, u0_.`is_active` AS is_active_4, u0_.`proved` AS proved_5, u0_.`alias` AS alias_6, u0_.`foreign_alias` AS foreign_alias_7, u0_.`lotus_name` AS lotus_name_8, u0_.`password` AS password_9, u0_.`expired` AS expired_10, u0_.`expires_at` AS expires_at_11, u0_.`credentials_expired` AS credentials_expired_12, u0_.`credentials_expire_at` AS credentials_expire_at_13, u0_.`last_ip` AS last_ip_14, u0_.`source` AS source_15, u0_.`social_network` AS social_network_16, u0_.`social_network_id` AS social_network_id_17, u0_.`google_id` AS google_id_18, u0_.`fb_id` AS fb_id_19, u0_.`vk_id` AS vk_id_20, u0_.`ig_id` AS ig_id_21, u0_.`test` AS test_22, u0_.`token_fixed` AS token_fixed_23, u0_.`bid` AS bid_24, u0_.`email` AS email_25, u0_.`salt` AS salt_26, u0_.`review_request_sent` AS review_request_sent_27, u0_.`username` AS username_28, u0_.`roles` AS roles_29, u0_.`enabled` AS enabled_30, u0_.`confirmation_token` AS confirmation_token_31, u0_.`last_login` AS last_login_32, u0_.`password_requested_at` AS password_requested_at_33, u0_.`security_field` AS security_field_34, u0_.`created_at` AS created_at_35, u0_.`is_legal_entity` AS is_legal_entity_36, u0_.`companyName` AS companyName_37, u0_.`vatNumber` AS vatNumber_38, u0_.`lang` AS lang_39 FROM `user` u0_ WHERE u0_.`token` = ? LIMIT 1' with params ["7be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a2"]:\n \n SQLSTATE[42S22]: Column not found: 1054 Unknown column 'u0_.foreign_alias' in 'field list'"). """ -sourcePath: "/var/www/dev5.tile.expert/src/WebBundle/Resources/views/layout.html.twig" -sourceCode: """ {% compress %}\n <!DOCTYPE html>\n <html id="html-ai8Y8J31" lang="{{ userLocale() }}"\n data-locale="{{ te.request.get('_locale') }}"\n data-ga="{{ userGA() }}"\n data-debug="{{ te.request.get('d') or app.debug ? 1 : 0 }}"\n data-currency="{{ userCurrency() }}"\n data-measure="{{ userMeasure() }}"\n data-env="TE"\n data-logged="{{ isLogged() ? 1 : 0 }}"\n {#data-initial-unread-count="{{ getUnreadCount() }}"#}\n data-jwt="{{ getJwt() }}"\n data-user_channel="{{ getUserChannel() }}"\n data-centrifugo_connection_url="{{ centrifugoConnectionUrl }}"\n data-token="{{ token }}"\n data-cons-online-attribute-url="{{ url('get_cons_online_attribute') }}"\n data-tokenCF="{{ csrf_token(token ~ (date('now') | date('Y-m-d H'))) }}"\n data-auth-info="{{ app.session.remove('successAuth') }}"\n >\n <head>\n {% if not te.checkIsDev and googleRemarketing is defined and googleRemarketing %}\n <script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('consent', 'default', {\n 'ad_storage': 'denied',\n 'analytics_storage': 'denied',\n 'ad_user_data': 'denied',\n 'ad_personalization': 'denied'\n });\n setTimeout(function() {\n gtag('consent', 'update', {\n 'ad_storage': 'granted',\n 'analytics_storage': 'granted',\n 'ad_user_data': 'granted',\n 'ad_personalization': 'granted'\n });\n }, 2000);\n </script>\n <!-- Google Tag Manager -->\n <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n })(window,document,'script','dataLayer','GTM-WCNQMZ8');</script>\n <!-- End Google Tag Manager -->\n {% block extraGoogleTagScript %}{% endblock %}\n {% else %}\n <meta name="checkIsDev" content="{{ te.checkIsDev }}" />\n <meta name="googleRemarketing" content="{{ googleRemarketing is defined ? googleRemarketing : '-' }}" />\n {% endif %}\n {% block beforeTGM %}{% endblock %}\n {% set curRoute = '' %}\n {% if te.request.get('_route') is defined and te.request.get('_route') %}\n \t{% set curRoute = te.request.get('_route') %}\n {% endif %}\n \t{% set isCollectionPageOrSlideShow = curRoute in ['app_collection', 'app_collection_slideshow', 'app_collection_slideshow_f'] %}\n \n {% include '@Web/base-meta-header.html.twig' %}\n \t{# CSFR токен для проверки AJAX запросов #}\n <meta content="authenticity_token" name="csrf-param" />\n <meta content="{{ csrf_token }}" name="csrf-token" />\n {# мета-тег, запрещающий устройствам работающим на iOS (iPhone / IPod / IPad) и Android делать из номеров ссылки #}\n <meta name="format-detection" content="telephone=no" />\n {% block meta %}\n {% endblock %}\n \n \t{# оптимизация дублей страниц для поисковиков #}\n {% set baseLinkRel = te.request.getSchemeAndHttpHost() %}\n {% if curRoute != '' %}\n {% set routeLinkRel = path(curRoute, te.request.get('_route_params')) %}\n {# @TODO: уточнить, т.к. routeLinkRel используется и для Google Analytics (@Web/google.html.twig), и в строке 23 #}\n {# после перехода на гугл таг, routeLinkRel - не будет использоваться ! #}\n {% set routeLinkRel = routeLinkRel | split('/') | slice(2) | join('/') %}\n {% else %}\n {% set routeLinkRel = '#' %}\n {% endif %}\n \n {% if te.request.get('v') != null %}\n <meta name="robots" content="noindex, nofollow" />\n {% endif %}\n {#% if te.request.get('gclid') != null %}\n больше не используем, потому что негативно влияет на языковое распределение\n <link rel="canonical" href="{{ baseLinkRel ~ routeLinkRel }}" />\n {% endif %#}\n \n {% if not(noSEOLink is defined) and curRoute != '' and userCountry() != 'ru' %}\n {# Важный блок для гугл #}\n {% if curRoute != '' and te.request.get('_route_params') is defined %}\n {{ te.SEOLink(curRoute, te.request.get('_route_params'), (hrefFlag is defined ? hrefFlag : null)) | raw }}\n {% endif %}\n {% endif %}\n \n \t{#{% block canonical %}#}\n {#{{ te.getCanonicalTR() | raw }}#}\n \t{#{% endblock %}#}\n \n <meta name="msvalidate.01" content="465EFDDEC49D260187BF1FAF4F2FEB88" />\n <meta name="timestamp" content="{{ timestamp() }}" />\n \n <title>\n {% block title %}{% endblock %}\n </title>\n \n {% block stylesheets %}\n {#<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i" rel="stylesheet" />#}\n {# возможность подключения стилей только для планшетов или для мобильных #}\n {# чем подключать отдельный файл и замедлять скорость загрузки, лучше вывести такие стили инлайново, т.к. их немного #}\n {% if is_tablet() %}\n {#<link rel="stylesheet" href="{{ asset('_css/tablet.min.css') }}" />#}\n <style>\n \t.innerBoxInformer,.share-icons:hover .share-body,.swiper-container .collection-video {display: none;}\n \t\t\t\t.share-icons .share-body.shown,.swiper-container .carousel-video-item {display: block;}\n \t\t\t\t{# увеличение области тапа в ссылке на "collection also viewed" #}\n \t\t\t\t.view-with-collection .collection-viewed-with-header .total-count-viewed-with {padding: 5px;}\n </style>\n {% elseif is_mobile() %}\n {#<link rel="stylesheet" href="{{ asset('_css/mobile.min.css') }}" />#}\n <style>\n \t.innerBoxInformer,.share-icons:hover .share-body {display: none;}\n \t\t\t\t.share-icons .share-body.shown,.swiper-container .carousel-video-item {display: block;}\n \t\t\t\t@media screen and (max-height: 400px) {\n \t\t\t\t\t{# убираем блок, который необходим для предотвращения пробивки списка на десктопах при выборе языка или страны #}\n \t\t\t\t\t.login-locale-block .tab-block.wrap-change-location.active .pseudo-height {height: 0px;}\n \t\t\t\t}\n \t\t\t\t{# для мобильных, чтобы не было авто-зуминга при тапе на любом инпуте #}\n \t\t\t\tinput,input:focus {font-size: 16px;}\n \t\t\t\t{# увеличение области тапа в ссылке на "collection also viewed" #}\n \t\t\t\t.view-with-collection .collection-viewed-with-header .total-count-viewed-with {padding: 5px;}\n </style>\n {% endif %}\n {% endblock %}\n \n \t{% include '@Web/facebookPixelCode.html.twig' %}\n </head>\n \n {% set bodyClass = '' %}\n {% if curRoute == 'app_collection' %}\n \t{% set bodyClass = ' collection-active' %}\n {% endif %}\n {% if curRoute in ['app_collection_slideshow', 'app_collection_slideshow_f'] and is_mobile() and not is_tablet() %}\n \t{% set bodyClass = bodyClass ~ ' slider-active' %}\n {% endif %}\n \n <body id="body" class="clearfix{{ bodyClass }}">\n \t{% if googleRemarketing is defined and googleRemarketing %}\n \t<!-- Google Tag Manager (noscript) -->\n <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCNQMZ8"\n height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n <!-- End Google Tag Manager (noscript) -->\n \t{% endif %}\n \n <div class="data-confirm"\n data-confirm-yes="{{ 'yes' | trans }}"\n data-confirm-no="{{ 'no' | trans }}"\n data-confirm-ok="{{ 'order.ok' | trans }}"\n data-confirm-header="{{ 'buyOrder.confirm.header' | trans }}"></div>\n <div class="data-confirm-sample"\n {#$message, $count, array $arguments = array(), $domain = null, $locale = null#}\n data-confirm-sample-title="{{ 'order.sample_is_true' | trans }}" {# заголовок в сообщении #}\n {# data-confirm-yes="{{ 'order.sample_is_true_yes' | trans }}"\n data-confirm-no="{{ 'order.sample_is_true_no' | trans }}" #}\n data-confirm-sample-text="" {# текст уведомления #}\n ></div>\n \n <div class="data-toastmessage"\n \t data-header-warning="{{ 'buyOrder.confirm.header' | trans }}"\n \t data-header-error="{{ 'error' | trans }}"\n \t data-header-success="{{ 'success' | trans }}"\n \t></div>\n \n \t<div class="swipe-area-menu-open"></div>\n \n \t{# оверлей, который появляется после вызова коллапс-меню на мобильных устройствах #}\n \t<div class="overlay-bg"></div>\n \n \t<div class="lining"></div>\n \n {# вспомогательный блок, на который вешается свойство z-index в зависимости от ширины\n экрана - необходимо для скрипта, отображающего блок boxInformer #}\n <div class="set-z-index"></div>\n \n {# если установлен атрибут data-smartphone, значит просмотр осуществляется со смартфона, #}\n {# если установлен атрибут data-mobile, значит просмотр осуществляется с планшета #}\n <div class="wrap-content js-wrap-content"\n {% if te.checkIsDev %} data-dev="true" {% endif %}\n \n \t {% if is_mobile() and not is_tablet() %}\n data-smartphone="true"\n {% elseif is_mobile() %}\n data-mobile="true"\n {% endif %}\n >\n {{ render_esi(controller('WebBundle\\Controller\\CommonController::topAction')) }}\n \n {# вывел меню фильтров в отдельный блок, подключение JS тоже пришлось, чтобы не было лишних файлов #}\n {% set isExhibition = blog is defined and blog.isExhibition %} {# не рендерить быстрые фильтры для выставок #}\n {% block filter_menu %}\n {{ te.buildLeftMenuLite(not isExhibition) | raw }}\n {% endblock filter_menu %}\n \n {# wrap-exhibition добавляется в блогах с выставками #}\n <div class="wrap {% if isExhibition %}wrap-exhibition{% endif %}">\n <div class="container-fluid">\n <div class="row">\n <div class="col-sm-12">\n {# main-for-catalog - чтобы изменить отступ для мобилки, main - создает много пустого пространства #}\n <div id="main" class="main fixed-width clearfix {{ curRoute == 'app_catalog' ? 'main-for-catalog' }}">\n {% for label, messages in app.flashes %}\n {% for message in messages %}\n <div class="flash-{{ label }}">\n {% include '@Web/Common/notifications.html.twig' with { 'notificationType': label, 'notificationText': message } %}\n </div>\n {% endfor %}\n {% endfor %}\n \n {% block content %}\n <div id="RightContent"></div>\n {% endblock content %}\n </div>\n </div>\n </div>\n </div>\n </div>\n \n <div class="both"></div>\n \n </div>\n \n {% if (\n curRoute != 'discuss' and\n curRoute != 'app_chatb_chatbpage' and\n (noFloor is defined == false or noFloor == false)\n ) %}\n {{ include('@Web/Common/footer.html.twig') }}\n {% else %}\n <footer id="footer"> </footer>\n {% endif %}\n \n {{ include('@Web/base-js.html.twig') }}\n \n {% block javascripts %}{% endblock %}\n \n {% if userCountry() == 'ru' and te.checkIsDev == false %}\n <script src="//cdn.callibri.ru/callibri.js" type="text/javascript" charset="utf-8"></script>\n {% endif %}\n {# displaying the top filter menu during scroll up #}\n {# <script>\n var prevScrollpos = window.pageYOffset;\n window.onscroll = function() {\n var currentScrollPos = window.pageYOffset;\n if (prevScrollpos > currentScrollPos) {\n document.getElementById('top-filter-menu').style.top = '0';\n } else {\n document.getElementById('top-filter-menu').style.top = '-50px';\n }\n prevScrollpos = currentScrollPos;\n }\n </script> #}\n {% if useRTWidget() and app.request.attributes.get('_route') != 'app_chatb_chatbpage' %}\n {# {% set lang = getCurLocale(false) %}#}\n {# {% set country = userCountry() %}#}\n <script src="https://rtc.remote.team/scripts.js?port-num=3001&chat-id=170619828665B2850E08B2F170619828&client-id={{ token }}&custom-trigger-id=chat-widget-btn&portal-subdomain=te"></script>\n {% endif %}\n </body>\n </html>\n {% endcompress %}\n """ #message: """ An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT u0_.`id` AS id_0, u0_.`unid` AS unid_1, u0_.`corporate_unid` AS corporate_unid_2, u0_.`token` AS token_3, u0_.`is_active` AS is_active_4, u0_.`proved` AS proved_5, u0_.`alias` AS alias_6, u0_.`foreign_alias` AS foreign_alias_7, u0_.`lotus_name` AS lotus_name_8, u0_.`password` AS password_9, u0_.`expired` AS expired_10, u0_.`expires_at` AS expires_at_11, u0_.`credentials_expired` AS credentials_expired_12, u0_.`credentials_expire_at` AS credentials_expire_at_13, u0_.`last_ip` AS last_ip_14, u0_.`source` AS source_15, u0_.`social_network` AS social_network_16, u0_.`social_network_id` AS social_network_id_17, u0_.`google_id` AS google_id_18, u0_.`fb_id` AS fb_id_19, u0_.`vk_id` AS vk_id_20, u0_.`ig_id` AS ig_id_21, u0_.`test` AS test_22, u0_.`token_fixed` AS token_fixed_23, u0_.`bid` AS bid_24, u0_.`email` AS email_25, u0_.`salt` AS salt_26, u0_.`review_request_sent` AS review_request_sent_27, u0_.`username` AS username_28, u0_.`roles` AS roles_29, u0_.`enabled` AS enabled_30, u0_.`confirmation_token` AS confirmation_token_31, u0_.`last_login` AS last_login_32, u0_.`password_requested_at` AS password_requested_at_33, u0_.`security_field` AS security_field_34, u0_.`created_at` AS created_at_35, u0_.`is_legal_entity` AS is_legal_entity_36, u0_.`companyName` AS companyName_37, u0_.`vatNumber` AS vatNumber_38, u0_.`lang` AS lang_39 FROM `user` u0_ WHERE u0_.`token` = ? LIMIT 1' with params ["7be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a2"]:\n \n SQLSTATE[42S22]: Column not found: 1054 Unknown column 'u0_.foreign_alias' in 'field list'"). """ #code: 0 #file: "/var/www/dev5.tile.expert/src/WebBundle/Resources/views/layout.html.twig" #line: 194 -previous: Doctrine\DBAL\Exception\InvalidFieldNameException {#7019 …} : { { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › |
| logger | Symfony\Bridge\Monolog\Logger {#1130 …9} |
Request Headers
| Header | Value |
|---|---|
| accept-encoding | "gzip,deflate" |
| connection | "close" |
| host | "dev5.tile.expert" |
| user-agent | "Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15" |
| x-forwarded-for | "3.228.110.83" |
| x-forwarded-proto | "https" |
| 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 | "Tue, 13 Jan 2026 02:07:15 GMT" |
| set-cookie | [ "userApproved=deleted; expires=Mon, 13-Jan-2025 02:07:14 GMT; Max-Age=0; path=/; domain=.tile.expert; samesite=lax" "set_country=deleted; expires=Mon, 13-Jan-2025 02:07:14 GMT; Max-Age=0; path=/; domain=.tile.expert; samesite=lax" "set_lang=deleted; expires=Mon, 13-Jan-2025 02:07:14 GMT; Max-Age=0; path=/; domain=.tile.expert; samesite=lax" "countryByIpCookie=us; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; samesite=lax" "langByIpCookie=en; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; samesite=lax" "cityByIpCookie=Fairfield; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; httponly; samesite=lax" "postalByIpCookie=06828; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; httponly; samesite=lax" "showPopup=yes; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; samesite=lax" "measureFt=ft; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; samesite=lax" "currency=USD; expires=Sat, 18-Jul-2026 02:07:15 GMT; Max-Age=16070400; path=/; domain=.tile.expert; samesite=lax" "token=deleted; expires=Mon, 13-Jan-2025 02:07:14 GMT; Max-Age=0; path=/; domain=.tile.expert; httponly; samesite=lax" "token=7be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a2; expires=Fri, 12-Jan-2029 02:07:15 GMT; Max-Age=94608000; path=/; httponly; samesite=lax" "device_view=full; expires=Fri, 13-Feb-2026 02:07:15 GMT; Max-Age=2678400; path=/; httponly" ] |
| vary | "Accept" |
| x-debug-exception | "An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22An%20exception%20occurred%20while%20executing%20%27SELECT%20u0_.%60id%60%20AS%20id_0%2C%20u0_.%60unid%60%20AS%20unid_1%2C%20u0_.%60corporate_unid%60%20AS%20corporate_unid_2%2C%20u0_.%60token%60%20AS%20token_3%2C%20u0_.%60is_active%60%20AS%20is_active_4%2C%20u0_.%60proved%60%20AS%20proved_5%2C%20u0_.%60alias%60%20AS%20alias_6%2C%20u0_.%60foreign_alias%60%20AS%20foreign_alias_7%2C%20u0_.%60lotus_name%60%20AS%20lotus_name_8%2C%20u0_.%60password%60%20AS%20password_9%2C%20u0_.%60expired%60%20AS%20expired_10%2C%20u0_.%60expires_at%60%20AS%20expires_at_11%2C%20u0_.%60credentials_expired%60%20AS%20credentials_expired_12%2C%20u0_.%60credentials_expire_at%60%20AS%20credentials_expire_at_13%2C%20u0_.%60last_ip%60%20AS%20last_ip_14%2C%20u0_.%60source%60%20AS%20source_15%2C%20u0_.%60social_network%60%20AS%20social_network_16%2C%20u0_.%60social_network_id%60%20AS%20social_network_id_17%2C%20u0_.%60google_id%60%20AS%20google_id_18%2C%20u0_.%60fb_id%60%20AS%20fb_id_19%2C%20u0_.%60vk_id%60%20AS%20vk_id_20%2C%20u0_.%60ig_id%60%20AS%20ig_id_21%2C%20u0_.%60test%60%20AS%20test_22%2C%20u0_.%60token_fixed%60%20AS%20token_fixed_23%2C%20u0_.%60bid%60%20AS%20bid_24%2C%20u0_.%60email%60%20AS%20email_25%2C%20u0_.%60salt%60%20AS%20salt_26%2C%20u0_.%60review_request_sent%60%20AS%20review_request_sent_27%2C%20u0_.%60username%60%20AS%20username_28%2C%20u0_.%60roles%60%20AS%20roles_29%2C%20u0_.%60enabled%60%20AS%20enabled_30%2C%20u0_.%60confirmation_token%60%20AS%20confirmation_token_31%2C%20u0_.%60last_login%60%20AS%20last_login_32%2C%20u0_.%60password_requested_at%60%20AS%20password_requested_at_33%2C%20u0_.%60security_field%60%20AS%20security_field_34%2C%20u0_.%60created_at%60%20AS%20created_at_35%2C%20u0_.%60is_legal_entity%60%20AS%20is_legal_entity_36%2C%20u0_.%60companyName%60%20AS%20companyName_37%2C%20u0_.%60vatNumber%60%20AS%20vatNumber_38%2C%20u0_.%60lang%60%20AS%20lang_39%20FROM%20%60user%60%20u0_%20WHERE%20u0_.%60token%60%20%3D%20%3F%20LIMIT%201%27%20with%20params%20%5B%227be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a2%22%5D%3A%0A%0ASQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27u0_.foreign_alias%27%20in%20%27field%20list%27%22%29." |
| x-debug-exception-file | "%2Fvar%2Fwww%2Fdev5.tile.expert%2Fsrc%2FWebBundle%2FResources%2Fviews%2Flayout.html.twig:194" |
| x-debug-token | "87a2de" |
Cookies
Request Cookies
No request cookies
Response Cookies
| Key | Value |
|---|---|
| cityByIpCookie | Symfony\Component\HttpFoundation\Cookie {#10933 #name: "cityByIpCookie" #value: "Fairfield" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: true -raw: false -sameSite: "lax" -secureDefault: false } |
| countryByIpCookie | Symfony\Component\HttpFoundation\Cookie {#10931 #name: "countryByIpCookie" #value: "us" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| currency | Symfony\Component\HttpFoundation\Cookie {#10937 #name: "currency" #value: "USD" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| device_view | Symfony\Component\HttpFoundation\Cookie {#10944 #name: "device_view" #value: "full" #domain: "" #expire: 1770948435 #path: "/" #secure: false #httpOnly: true -raw: false -sameSite: null -secureDefault: false } |
| langByIpCookie | Symfony\Component\HttpFoundation\Cookie {#10932 #name: "langByIpCookie" #value: "en" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| measureFt | Symfony\Component\HttpFoundation\Cookie {#10936 #name: "measureFt" #value: "ft" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| postalByIpCookie | Symfony\Component\HttpFoundation\Cookie {#10934 #name: "postalByIpCookie" #value: "06828" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: true -raw: false -sameSite: "lax" -secureDefault: false } |
| set_country | Symfony\Component\HttpFoundation\Cookie {#10929 #name: "set_country" #value: "" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| set_lang | Symfony\Component\HttpFoundation\Cookie {#10930 #name: "set_lang" #value: "" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| showPopup | Symfony\Component\HttpFoundation\Cookie {#10935 #name: "showPopup" #value: "yes" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
| token | Symfony\Component\HttpFoundation\Cookie {#10939 #name: "token" #value: "7be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a2" #domain: null #expire: 1862878035 #path: "/" #secure: null #httpOnly: true -raw: false -sameSite: "lax" -secureDefault: false } |
| userApproved | Symfony\Component\HttpFoundation\Cookie {#10928 #name: "userApproved" #value: "" #domain: ".tile.expert" #expire: 1784340435 #path: "/" #secure: false #httpOnly: false -raw: false -sameSite: "lax" -secureDefault: false } |
Session 13
Session Metadata
| Key | Value |
|---|---|
| Created | "Tue, 13 Jan 26 05:07:12 +0300" |
| Last used | "Tue, 13 Jan 26 05:07:12 +0300" |
| Lifetime | 2419200 |
Session Attributes
| Attribute | Value |
|---|---|
| _csrf/https-7be7e47ae519237714ebbe4ad353fe1a2a486c7b7cf88485b17edcc3628ed6a22026-01-13 05 | "eQZlHUM5TIZrX5P4_xf6Vlu2gXFeV5czxP79yS2dvGo" |
| _csrf/https-authenticate | "HzXnZkPWfN6szAj5sLoG0t1D2E6EvK7fKFFWyqrdlIA" |
| showLocale | [ "lang" => "en" "country" => "us" "currency" => "USD" "measure" => "ft" ] |
| showLocaleReact | [ "lang" => "en" "country" => "us" "currency" => "USD" "measure" => "ft" ] |
Session Usage
13
Usages
Stateless check enabled
| Usage |
|---|
WebBundle\Handler\Locale\Rule\CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler:44
[
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler.php"
"line" => 44
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckUserApprovedCookieRuleHandler.php"
"line" => 22
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckUserApprovedCookieRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckValidAndNotEmptyLocaleInUrlRuleHandler.php"
"line" => 44
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckValidAndNotEmptyLocaleInUrlRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckJobSiteRuleHandler.php"
"line" => 42
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/LocaleHandler.php"
"line" => 35
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckJobSiteRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Listener/RequestListener.php"
"line" => 93
"function" => "do"
"class" => "WebBundle\Handler\Locale\LocaleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelRequest"
"class" => "WebBundle\Listener\RequestListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
WebBundle\Handler\Locale\Rule\CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler:45
[
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler.php"
"line" => 45
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckUrlLocaleEqualsCountryByIpAndLangByIpCookieRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckUserApprovedCookieRuleHandler.php"
"line" => 22
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckUserApprovedCookieRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckValidAndNotEmptyLocaleInUrlRuleHandler.php"
"line" => 44
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/AbstractRuleHandler.php"
"line" => 46
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckValidAndNotEmptyLocaleInUrlRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/Rule/CheckJobSiteRuleHandler.php"
"line" => 42
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\AbstractRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Handler/Locale/LocaleHandler.php"
"line" => 35
"function" => "execute"
"class" => "WebBundle\Handler\Locale\Rule\CheckJobSiteRuleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Listener/RequestListener.php"
"line" => 93
"function" => "do"
"class" => "WebBundle\Handler\Locale\LocaleHandler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelRequest"
"class" => "WebBundle\Listener\RequestListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 44
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-core/Security.php"
"line" => 68
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-core/Security.php"
"line" => 40
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Security"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/FlexApp/Service/CurrentUserProvider.php"
"line" => 23
"function" => "getUser"
"class" => "Symfony\Component\Security\Core\Security"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Helper/UserHelper.php"
"line" => 66
"function" => "getUser"
"class" => "FlexApp\Service\CurrentUserProvider"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Helper/UserHelper.php"
"line" => 53
"function" => "__construct"
"class" => "WebBundle\Helper\UserHelper"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Listener/RequestListener.php"
"line" => 124
"function" => "getInstance"
"class" => "WebBundle\Helper\UserHelper"
"type" => "::"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelRequest"
"class" => "WebBundle\Listener\RequestListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 101
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 72
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Twig/AppExtension.php"
"line" => 93
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/ExtensionSet.php"
"line" => 327
"function" => "getGlobals"
"class" => "WebBundle\Twig\AppExtension"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 927
"function" => "getGlobals"
"class" => "Twig\ExtensionSet"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 947
"function" => "getGlobals"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 378
"function" => "mergeGlobals"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 390
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 45
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 318
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/ExtendService.php"
"line" => 50
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 330
"function" => "render"
"class" => "WebBundle\Service\ExtendService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 395
"function" => "renderH1"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 142
"function" => "buildH1"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 124
"function" => "buildPageParams"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/CatalogController.php"
"line" => 51
"function" => "setFilter"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 163
"function" => "indexAction"
"class" => "WebBundle\Controller\CatalogController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 88
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 77
"function" => "setToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Twig/AppExtension.php"
"line" => 93
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/ExtensionSet.php"
"line" => 327
"function" => "getGlobals"
"class" => "WebBundle\Twig\AppExtension"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 927
"function" => "getGlobals"
"class" => "Twig\ExtensionSet"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 947
"function" => "getGlobals"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 378
"function" => "mergeGlobals"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 390
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 45
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 318
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/ExtendService.php"
"line" => 50
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 330
"function" => "render"
"class" => "WebBundle\Service\ExtendService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 395
"function" => "renderH1"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 142
"function" => "buildH1"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 124
"function" => "buildPageParams"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/CatalogController.php"
"line" => 51
"function" => "setFilter"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 163
"function" => "indexAction"
"class" => "WebBundle\Controller\CatalogController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
WebBundle\Service\SearchService:900
[
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 900
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 1074
"function" => "getSearchSortId"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 556
"function" => "getSearchData"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 529
"function" => "getResult"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 172
"function" => "getResultCount"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Service/SearchService.php"
"line" => 124
"function" => "buildPageParams"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/CatalogController.php"
"line" => 51
"function" => "setFilter"
"class" => "WebBundle\Service\SearchService"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 163
"function" => "indexAction"
"class" => "WebBundle\Controller\CatalogController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
WebBundle\Helper\SearchLogHelper:51
[
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Helper/SearchLogHelper.php"
"line" => 51
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Helper/SearchLogHelper.php"
"line" => 28
"function" => "check"
"class" => "WebBundle\Helper\SearchLogHelper"
"type" => "::"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/CatalogController.php"
"line" => 159
"function" => "save"
"class" => "WebBundle\Helper\SearchLogHelper"
"type" => "::"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 163
"function" => "indexAction"
"class" => "WebBundle\Controller\CatalogController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
/var/www/dev5.tile.expert/vendor/twig/twig/src/Extension/CoreExtension.php:1567
[
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1567
"function" => "remove"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/var/cache/te_dev/twig/14/14245092c3710d3afb165a60fae8d83b2a783cdb75df073490b8db5eec86c400.php"
"line" => 113
"function" => "twig_get_attribute"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 405
"function" => "doDisplay"
"class" => "__TwigTemplate_a3e59e040eb0c9cb88e3214fa38a652d3ad98c99fc26e2a3200ad33bdeebd268"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 378
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/var/cache/te_dev/twig/be/be3404d5699d9cd5cd50701e6bec8e1590c869997a5ce39c39a2e2bfc39b1336.php"
"line" => 55
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 405
"function" => "doDisplay"
"class" => "__TwigTemplate_760198051acc2e9dfd606c821d19f1e67902983c19e5cc7441d5486b8646b30b"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 378
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Template.php"
"line" => 390
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 45
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/twig/twig/src/Environment.php"
"line" => 318
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 258
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 266
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/ExtendedController.php"
"line" => 55
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/src/WebBundle/Controller/CatalogController.php"
"line" => 247
"function" => "render"
"class" => "WebBundle\Controller\ExtendedController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 163
"function" => "indexAction"
"class" => "WebBundle\Controller\CatalogController"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 91
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 223
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 86
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 73
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 91
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 223
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 86
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 74
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 91
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 223
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 86
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 75
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 91
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 223
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 86
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 76
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 75
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 91
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 118
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 154
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 223
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 86
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/public/index.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/dev5.tile.expert/web/index.php"
"line" => 3
"args" => [
"/var/www/dev5.tile.expert/public/index.php"
]
"function" => "require"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| ALERT_TELEGRAM_BOT_TOKEN | "5958259850:AAGafdk-uHLtwNlMgnGpfEAhuIQV13gp75Q" |
| ALERT_TELEGRAM_CHAT_ID | "-1001512977526" |
| APP_DEBUG | "1" |
| APP_ENV | "te_dev" |
| BRIGHT | "5" |
| CONTRAST | "-10" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
| DISABLE_GET_CONS_ONLINE_ATTR_REQUEST | "0" |
| MESSENGER_TRANSPORT_DSN | "redis://P135a_24Ss@localhost:37980/messages" |
| MESSENGER_TRANSPORT_DSN_LOGS | "amqp://te:te1212@136.243.143.198:5672/%2f/te_logs" |
| REDIS_CACHE_POOL | "redis://P135a_24Ss@redis:6379/3" |
| REDIS_CLUSTER_SEED | "" |
| REDIS_HOST | "localhost" |
| REDIS_PASSWORD | "P135a_24Ss" |
| REDIS_PORT | "37980" |
| SENTRY_DSN | "" |
| SOAP_CALCULATE_URL | "https://wa1s03.remote.team:5501/education/ws/projectcalculator.1cws?wsdl" |
| SOAP_LOGIN | "web" |
| SOAP_PASSWORD | "w130510" |
| TELEGRAM_DSN | "null://null" |
| TRUSTED_PROXIES | "127.0.0.1" |
Defined as regular env variables
| Key | Value |
|---|---|
| CONTEXT_DOCUMENT_ROOT | "/var/www/dev5.tile.expert/web" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/dev5.tile.expert/web" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT_ENCODING | "gzip,deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_HOST | "dev5.tile.expert" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15" |
| HTTP_X_FORWARDED_FOR | "3.228.110.83" |
| HTTP_X_FORWARDED_PROTO | "https" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_REQUEST_SCHEME | "https" |
| REDIRECT_SERVER_PORT | "443" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "aWWo0CN7XC4sZOARP7C1QQAAAAM" |
| REDIRECT_URL | "/pl/catalogue/azteca" |
| REMOTE_ADDR | "127.0.0.1" |
| REMOTE_PORT | "52634" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1768270032 |
| REQUEST_TIME_FLOAT | 1768270032.544 |
| REQUEST_URI | "/pl/catalogue/azteca" |
| SCRIPT_FILENAME | "/var/www/dev5.tile.expert/web/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "127.0.0.1" |
| SERVER_ADMIN | "i.kedrov@tile.expert" |
| SERVER_NAME | "dev5.tile.expert" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.0" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2.4.6 (CentOS) PHP/7.4.33" |
| SYMFONY_DOTENV_VARS | "APP_ENV,TRUSTED_PROXIES,REDIS_HOST,REDIS_PORT,REDIS_PASSWORD,MESSENGER_TRANSPORT_DSN,REDIS_CACHE_POOL,REDIS_CLUSTER_SEED,SENTRY_DSN,MESSENGER_TRANSPORT_DSN_LOGS,TELEGRAM_DSN,CONTRAST,BRIGHT,DISABLE_GET_CONS_ONLINE_ATTR_REQUEST,SOAP_LOGIN,SOAP_PASSWORD,SOAP_CALCULATE_URL,ALERT_TELEGRAM_BOT_TOKEN,ALERT_TELEGRAM_CHAT_ID,CORS_ALLOW_ORIGIN,APP_DEBUG" |
| UNIQUE_ID | "aWWo0CN7XC4sZOARP7C1QQAAAAM" |
Parent Request
Return to parent request (token = fe40d6)
| Key | Value |
|---|---|
| _controller | "WebBundle\Controller\CatalogController::indexAction" |
| _firewall_context | "security.firewall.map.context.main" |
| _locale | "pl" |
| _remove_csp_headers | true |
| _route | "app_catalog" |
| _route_params | [ "key" => "azteca" "subkey" => "" "_locale" => "pl" "domain" => "dev5.tile.expert" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "84b17b" |
| domain | "dev5.tile.expert" |
| key | "azteca" |
| subkey | "" |