ErrorController :: show
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\ErrorController::show" |
| _stopwatch_token | "a70f10" |
| exception | Twig\Error\RuntimeError {#1651 #message: "Key "caption" for array with keys "path, mtime, width, height" does not exist." #code: 0 #file: "/home/sites/web-services/templates/pages/places.html.twig" #line: 99 -lineno: 99 -name: "pages/places.html.twig" -rawMessage: "Key "caption" for array with keys "path, mtime, width, height" does not exist." -sourcePath: "/home/sites/web-services/templates/pages/places.html.twig" -sourceCode: """ {% extends 'base.html.twig' %}\n \n {% set base_uri = path('app_index') %}\n \n {% block title %}{{ (placeContent.pageTitle ? placeContent.pageTitle | replace_placeholders(appData, place) : "Flooring Services") }}{% endblock %}\n \n {% block meta_tags %}\n {% if page_is_copy is defined and page_is_copy %}\n <meta name="robots" content="noindex, nofollow">\n {% endif %}\n <meta name="description" content="{{ (placeContent.metaDescription ? placeContent.metaDescription | replace_placeholders(appData, place): "Flooring Services") }}">\n <meta property="og:description" content="{{ (placeContent.metaDescription ? placeContent.metaDescription | replace_placeholders(appData, place): "Flooring Services") }}">\n <meta property="og:title" content="{{ (placeContent.pageTitle ? placeContent.pageTitle | replace_placeholders(appData, place):"Flooring Services") }}"> \n {# {{dump(placeContent)}} #}\n {# {% if placeContent.metaKeyword %}\n \t<meta name="keywords" content="{{ placeContent.metaKeyword }}">\n {% endif %} #}\n <meta property="og:url" content="{{ base_uri }}">\n {% endblock %}\n \n {% block stylesheets %}\n {{ parent() }}\n <link href="{{ asset('assets/vendors/parsley/parsley.css') }}" rel="stylesheet" />\n <style>\n .service-content p {\n text-align: justify;\n margin-bottom: 15px;\n color: #555;\n font-weight: normal;\n }\n .service-content h2 {\n font-size: 22px;\n /* font-family: "Roboto Condensed", Tahoma, sans-serif; */\n margin-bottom: 0px;\n }\n .modalCallbackPromo span {\n padding: 0 5px;\n font-family: 'Open Sans', sans-serif;\n color: #fff;\n font-weight: 400;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: 26px;\n line-height: 32px;\n text-transform: uppercase;\n background-color: rgba(157, 128, 98, 0.8);\n margin-bottom:3px;\n display: inline-block;\n }\n .parsley-errors-list {\n margin-top: 8px;\n font-size:13px;\n }\n .owl-prev {\n width: 15px;\n height: 100px;\n position: absolute;\n top: 40%;\n margin-left: -20px;\n display: block !important;\n border:0px solid black;\n }\n \n .owl-next {\n width: 15px;\n height: 100px;\n position: absolute;\n top: 40%;\n right: -25px;\n display: block !important;\n border:0px solid black;\n }\n .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}\n div.mission-one__content-single ul.navmenu li {\n list-style: none!important;\n }\n </style>\n {% endblock %}\n {% block body %}\n \n <!--Start Page Header-->\n {% if placesSettings.carouselSlides | length %}\n \t{% include 'includes/main-slider.html.twig' with {'appdata': appData, 'pagedata': placesSettings, 'place': place } %}\n {% endif %}\n {% include 'includes/breadcrumb-thin.html.twig' with {'data': appData, 'pagedata': placeContent} %} \n <!--End Page Header-->\n <!--Start Mission One-->\n <section class="mission-one mt-5">\n <div class="container">\n <div class="row">\n <!--Start Mission One Content-->\n <div class="col-xl-8 col-lg-7">\n <div class="">\n {% include "includes/flash_messages.html.twig" %}\n <div class="mission-one__content-single">\n <div class="text1">\n {% if placeContent.thumbnail is defined and placeContent.thumbnail is not empty %}\n <div class="float-start pr-3">\n <img src="{{ placeContent.thumbnail.path }}" alt="{{ placeContent.thumbnail.caption | replace_placeholders(appData, place) | raw }}" title="{{ placeContent.thumbnail.caption | replace_placeholders(appData, place) | raw }}"/>\n </div>\n {% endif %}\n {% if placeContent.content is defined %}\n <div class="fs-12 service-content">{{ placeContent.content | replace_placeholders(appData, place) | raw }}</div>\n {% endif %}\n \n \n \n \n </div>\n \n <ul class="navmenu d-flex justify-content-end">\n <li>\n <a target="_blank" href="/free-estimate" class="btn btn-md btn-primary" data-toggle="tooltip" title="" data-original-title="Get a free no-obligation quote"><i class="fa fa-check"></i> Get a Free Quote</a>\n </li>\n <li class="ms-2">\n <div data-toggle="tooltip" title="" data-original-title="Enter your phone number and we will call you back">\n <button class="toggle-modal btn btn-md btn-primary" ><i class="fa fa-phone"></i> Request a Callback</button>\n </div>\n </li>\n </ul>\n {% if sub_places is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Served Areas</h4>\n {% set url = appData.modules['places'] is defined and appData.modules['places'] is not empty ? appData.modules['places']['url']:'london' %}\n {% for sp in sub_places %}\n {# <span class="badge bg-secondary">{{ sp.name }}</span> #}\n <a href="/london/{{sp.url}}" class="btn btn-secondary mb-2"><i class="fa fa-map-marker"></i> {{ sp.name }}</a>\n {% endfor %}\n </div>\n {% endif %}\n {% if postcodes is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Served Postcodes</h4>\n {% for p_code in postcodes %}\n {# <span class="badge bg-secondary">{{ sp.name }}</span> #}\n <span class="badge bg-secondary">{{p_code}}</span>\n {% endfor %}\n </div>\n {% endif %}\n \n {% if portfolios is not empty %}\n <section class="projects-one py-4 mt-5">\n <div class="auto-container">\n <div class="row">\n <h4 class="mb-3 border-bottom">Our Work</h4>\n <div class="portfolio-two__carousel owl-carousel owl-theme owl-dot-type1">\n {% for key, portfolio in portfolios %}\n <div class="wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">\n <div class="projects-one__single">\n <div class="projects-one__single-img">\n <a href="/portfolio">\n <img src="{{ portfolio.thumbnail.path }}"/>\n </a>\n </div>\n </div>\n </div>\n {% endfor %}\n <div class="owl-controls">\n <div class="owl-nav">\n <div class="owl-prev"></div>\n <div class="owl-next"></div>\n </div>\n </div>\n </div>\n <div class="projects-one__top-btn text-center" style="margin-top: -40px;">\n <a href="/portfolio" class="thm-btn py-2 px-5 mb-2">View Our Projects</a>\n </div>\n </div>\n </section>\n {% endif %}\n {% if reviews is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Testimonials</h4>\n {% for review in reviews %}\n \n <div class="testimonial mb-4" itemscope="" itemtype="http://data-vocabulary.org/Review">\n <meta itemprop="itemreviewed" content="Engineered Floor Fitters"> \n <meta itemprop="rating" content="5"> \n <meta itemprop="itemreviewed" datetime="2016-01-25"> \n <div class="testimonial-body">\n <div class="testimonial-heading">\n \n <span class="fa rating rating-{{ review.rating }}0"></span>\n <span itemprop="summary"></span>\n </div>\n <div class="testimonial-content" style="min-height: unset;" itemprop="description">{{ review.content }}</div>\n </div>\n <div class="testimonial-footer clearfix mt-3">\n <ul class="testimonial-info">\n <li class="testimonial-author" itemprop="reviewer">{{review.name}}</li>\n \n {% if review.job is not empty %}\n \n <li class="testimonial-note">{{review.job}}</li>\n \n {% endif %}\n </ul>\n </div>\n </div>\n {% endfor %}\n </div>\n {% endif %}\n </div>\n \n </div>\n </div>\n <!--End Mission One Content-->\n \n <!--Start Services Single Sidebar-->\n <div class="col-xl-4 col-lg-5">\n <div class="services-single__sidebar">\n <!--Start Services Single Sidebar Single-->\n <div class="services-single__sidebar-single wow fadeInUp animated" data-wow-delay="0.0s"\n data-wow-duration="1200ms">\n <div class="services-single__sidebar-services">\n <h2 class="services-single__sidebar__title">Flooring Services</h2>\n {% if appData.services|filter(service => service.inIndex == true) | length %}\n <ul class="services-single__sidebarlink">\n {% for service in appData.services|filter(service => service.inIndex == true) %}\n {% set currentPath = app.request.getPathInfo() | trim('/') %}\n <li {% if currentPath == service.pageUrl %}class="active"{% endif %}><a href="/{{ service.pageUrl }}">{{ service.name }}</a></li>\n {% endfor %}\n </ul>\n {% endif %}\n </div>\n </div>\n <!--End Services Single Sidebar Single-->\n \n <!--Start Services Single Sidebar Single-->\n <div class="services-single__sidebar-single wow fadeInUp animated" data-wow-delay="0.3s"\n data-wow-duration="1200ms">\n <div class="services-single__sidebar-contact-info text-center">\n <div class="icon-bg"><img src="/assets/images/icon/phone.png"/></div>\n \n <div class="icon">\n <span class="icon-wood-board"></span>\n </div>\n \n <h2 class="services-single__sidebar-contact-info-title">Quality Flooring at <br> a\n Fair Price</h2>\n <p class="services-single__sidebar-contact-info-text">Call us for a FREE quote!</p>\n <a href="tel:{{ appData.contact.phone1 }}">{{ appData.contact.phone1 }}</a>\n </div>\n </div>\n <!--End Services Single Sidebar Single-->\n </div>\n </div>\n \n </div>\n </div>\n </section>\n <!--End Mission One-->\n {% include "includes/callback-modal.html.twig" %}\n {% endblock %}\n {% block javascripts %}\n {{ parent() }}\n <script src="{{ asset('assets/vendors/parsley/parsley.min.js') }}"></script>\n <script src="{{ asset('assets/vendors/sweetalert/sweetalert2.all.min.js') }}"></script>\n <script src="{{ asset('assets/js/pages/booking.js') }}"></script>\n {# <script> \n let toggle_modal = $('.toggle-modal');\n if (toggle_modal.length) {\n const options = {};\n const myModal = new bootstrap.Modal(document.getElementById('appModal'), options)\n toggle_modal.on('click', function(){ myModal.toggle(); })\n }\n </script> #}\n {% endblock %} """ : { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#261 -records: [ 2 => [ [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.690+00:00" "message" => "Matched route "{route}"." "priority" => 200 "priorityName" => "INFO" "context" => [ "route" => "app_places" "route_parameters" => [ "_route" => "app_places" "_controller" => "App\Controller\PlacesController::places" "place_name" => "balham" ] "request_uri" => "https://www.flooringservices.london/london/balham" "method" => "GET" ] "channel" => "request" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.691+00:00" "message" => "Checking for authenticator support." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticators" => 1 ] "channel" => "security" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.691+00:00" "message" => "Checking support on authenticator." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.691+00:00" "message" => "Authenticator does not support the request." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "App\EventListener\ApiAuthenticationListener::__invoke" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.692+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.705+00:00" "message" => "Connecting with parameters {params}" "priority" => 200 "priorityName" => "INFO" "context" => [ "params" => [ "driver" => "pdo_mysql" "host" => "127.0.0.1" "port" => 3306 "user" => "root" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "web_services" "serverVersion" => "8.0.32" "charset" => "utf8mb4" ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.708+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_published AS is_published_3, t0.theme AS theme_4, t0.theme_color AS theme_color_5, t0.modules AS modules_6, t0.header_logo AS header_logo_7, t0.footer_logo AS footer_logo_8, t0.facebook_url AS facebook_url_9, t0.facebook_id AS facebook_id_10, t0.twitter_url AS twitter_url_11, t0.twitter_username AS twitter_username_12, t0.linkedin_url AS linkedin_url_13, t0.youtube_url AS youtube_url_14, t0.pinterest_url AS pinterest_url_15, t0.google_analytics_id AS google_analytics_id_16, t0.google_site_verification AS google_site_verification_17, t0.bing_site_verification AS bing_site_verification_18, t0.pinterest_site_verification AS pinterest_site_verification_19, t0.is_boxed_layout AS is_boxed_layout_20, t0.background_color AS background_color_21, t0.background AS background_22, t0.specials_background AS specials_background_23, t0.icon AS icon_24, t0.favicon AS favicon_25, t0.icon_tile_background AS icon_tile_background_26, t0.texts AS texts_27, t0.callback_background AS callback_background_28, t0.livechat AS livechat_29, t0.livechat_badge_image AS livechat_badge_image_30, t0.livechat_operator_avatar AS livechat_operator_avatar_31, t0.email_logo AS email_logo_32, t0.covered_areas_image AS covered_areas_image_33, t0.place_name AS place_name_34, t0.company_id AS company_id_35, t36.id AS id_37, t36.page_heading AS page_heading_38, t36.page_breadcrumb AS page_breadcrumb_39, t36.page_title AS page_title_40, t36.social_title AS social_title_41, t36.social_description AS social_description_42, t36.meta_description AS meta_description_43, t36.meta_keywords AS meta_keywords_44, t36.meta_robots AS meta_robots_45, t36.content AS content_46, t36.images AS images_47, t36.carousel_setting AS carousel_setting_48, t36.carousel_background AS carousel_background_49, t36.carousel_slides AS carousel_slides_50, t36.editor_note AS editor_note_51, t36.domain_id AS domain_id_52, t53.id AS id_54, t53.address_label AS address_label_55, t53.postcode AS postcode_56, t53.town AS town_57, t53.county AS county_58, t53.street_1 AS street_1_59, t53.street_2 AS street_2_60, t53.latitude AS latitude_61, t53.longitude AS longitude_62, t53.map_zoom AS map_zoom_63, t53.phone_1 AS phone_1_64, t53.phone_1_label AS phone_1_label_65, t53.phone_1_in_header AS phone_1_in_header_66, t53.phone_2 AS phone_2_67, t53.phone_2_label AS phone_2_label_68, t53.phone_2_in_header AS phone_2_in_header_69, t53.fax AS fax_70, t53.fax_label AS fax_label_71, t53.email AS email_72, t53.email_label AS email_label_73, t53.working_hours AS working_hours_74, t53.content AS content_75, t53.image AS image_76, t53.is_published AS is_published_77, t53.sort AS sort_78, t53.editor_note AS editor_note_79, t53.domain_id AS domain_id_80, t81.id AS id_82, t81.page_heading AS page_heading_83, t81.page_breadcrumb AS page_breadcrumb_84, t81.social_title AS social_title_85, t81.social_description AS social_description_86, t81.meta_description AS meta_description_87, t81.meta_robots AS meta_robots_88, t81.content AS content_89, t81.images AS images_90, t81.carousel_settings AS carousel_settings_91, t81.carousel_background AS carousel_background_92, t81.carousel_slides AS carousel_slides_93, t81.editor_note AS editor_note_94, t81.page_title AS page_title_95, t81.domain_id AS domain_id_96, t97.id AS id_98, t97.page_heading AS page_heading_99, t97.page_breadcrumb AS page_breadcrumb_100, t97.page_title AS page_title_101, t97.social_title AS social_title_102, t97.social_description AS social_description_103, t97.meta_description AS meta_description_104, t97.meta_keyword AS meta_keyword_105, t97.meta_robots AS meta_robots_106, t97.content AS content_107, t97.images AS images_108, t97.carousel_settings AS carousel_settings_109, t97.carousel_background AS carousel_background_110, t97.carousel_slides AS carousel_slides_111, t97.editor_note AS editor_note_112, t97.domain_id AS domain_id_113, t114.id AS id_115, t114.page_heading AS page_heading_116, t114.page_subheading AS page_subheading_117, t114.page_title AS page_title_118, t114.social_title AS social_title_119, t114.social_description AS social_description_120, t114.meta_description AS meta_description_121, t114.meta_keywords AS meta_keywords_122, t114.content AS content_123, t114.thumbnail AS thumbnail_124, t114.images AS images_125, t114.carousel_settings AS carousel_settings_126, t114.carousel_background AS carousel_background_127, t114.carousel_slides AS carousel_slides_128, t114.texts AS texts_129, t114.created_at AS created_at_130, t114.editor_note AS editor_note_131, t114.domain_id AS domain_id_132 FROM domain t0 LEFT JOIN about t36 ON t36.domain_id = t0.id LEFT JOIN contact t53 ON t53.domain_id = t0.id LEFT JOIN privacy_cookies t81 ON t81.domain_id = t0.id LEFT JOIN privacy_terms t97 ON t97.domain_id = t0.id LEFT JOIN homepage t114 ON t114.domain_id = t0.id WHERE t0.name = ? LIMIT 1" "params" => [ 1 => "flooringservices.london" ] "types" => [ 1 => 2 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.723+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.723+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "App\EventSubscriber\DomainDataSubscriber::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.723+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.725+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.725+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.725+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "ContainerXg2Efj4\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.725+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.726+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.place_type AS place_type_2, t0.name AS name_3, t0.url AS url_4, t0.postcodes AS postcodes_5, t0.region_id AS region_id_6, t0.parent_id AS parent_id_7 FROM place t0 WHERE t0.url = ? LIMIT 1" "params" => [ 1 => "balham" ] "types" => [ 1 => 2 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.731+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.page_url AS page_url_2, t0.page_heading AS page_heading_3, t0.page_subheading AS page_subheading_4, t0.page_breadcrumb AS page_breadcrumb_5, t0.page_title AS page_title_6, t0.social_title AS social_title_7, t0.social_description AS social_description_8, t0.meta_description AS meta_description_9, t0.meta_keyword AS meta_keyword_10, t0.meta_robots AS meta_robots_11, t0.content AS content_12, t0.thumbnail AS thumbnail_13, t0.is_published AS is_published_14, t0.created_at AS created_at_15, t0.editor_note AS editor_note_16, t0.domain_id AS domain_id_17, t0.place_id AS place_id_18 FROM places_content t0 WHERE t0.domain_id = ? AND t0.place_id = ? AND t0.is_published = ? LIMIT 1" "params" => [ 1 => 1 2 => 360 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 5 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.733+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.portfolio_id AS portfolio_id_2, t0.service_id AS service_id_3 FROM portfolio_services t0 WHERE t0.service_id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.736+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT p0_.id AS id_0, p0_.heading AS heading_1, p0_.client_name AS client_name_2, p0_.location AS location_3, p0_.content AS content_4, p0_.thumbnail AS thumbnail_5, p0_.services AS services_6, p0_.images AS images_7, p0_.is_published AS is_published_8, p0_.created_at AS created_at_9, p0_.sort AS sort_10, p0_.editor_note AS editor_note_11, p0_.domain_id AS domain_id_12 FROM portfolio p0_ WHERE p0_.domain_id = ? LIMIT 8" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.739+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT p0_.id AS id_0, p0_.place_type AS place_type_1, p0_.name AS name_2, p0_.url AS url_3, p0_.postcodes AS postcodes_4, p0_.region_id AS region_id_5, p0_.parent_id AS parent_id_6 FROM place p0_ WHERE p0_.parent_id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.741+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.page_heading AS page_heading_2, t0.page_breadcrumb AS page_breadcrumb_3, t0.page_title AS page_title_4, t0.social_title AS social_title_5, t0.social_description AS social_description_6, t0.meta_description AS meta_description_7, t0.meta_robots AS meta_robots_8, t0.content AS content_9, t0.images AS images_10, t0.carousel_settings AS carousel_settings_11, t0.carousel_background AS carousel_background_12, t0.carousel_slides AS carousel_slides_13, t0.editor_note AS editor_note_14, t0.domain_id AS domain_id_15 FROM places_settings t0 WHERE t0.domain_id = ? LIMIT 1" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.742+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT p0_.postcodes AS postcodes_0 FROM place p0_ WHERE p0_.id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.744+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.services AS services_2, t0.name AS name_3, t0.email AS email_4, t0.heading AS heading_5, t0.content AS content_6, t0.rating AS rating_7, t0.source AS source_8, t0.location AS location_9, t0.job AS job_10, t0.photo AS photo_11, t0.is_shared AS is_shared_12, t0.created_at AS created_at_13, t0.auto_publish_on AS auto_publish_on_14, t0.published_on AS published_on_15, t0.editor_note AS editor_note_16, t0.domain_id AS domain_id_17 FROM review t0 WHERE t0.domain_id = ? ORDER BY t0.id DESC LIMIT 3" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.749+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_long AS name_long_3, t0.email AS email_4, t0.phone AS phone_5 FROM company t0 WHERE t0.id = ?" "params" => [ 1 => 155 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.752+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.page_url AS page_url_2, t0.page_heading AS page_heading_3, t0.page_breadcrumb AS page_breadcrumb_4, t0.page_title AS page_title_5, t0.social_title AS social_title_6, t0.social_description AS social_description_7, t0.meta_description AS meta_description_8, t0.meta_keywords AS meta_keywords_9, t0.meta_robots AS meta_robots_10, t0.name AS name_11, t0.content AS content_12, t0.in_index AS in_index_13, t0.summary AS summary_14, t0.thumbnail AS thumbnail_15, t0.images AS images_16, t0.carousel_settings AS carousel_settings_17, t0.carousel_background AS carousel_background_18, t0.carousel_slides AS carousel_slides_19, t0.is_published AS is_published_20, t0.created_at AS created_at_21, t0.sort AS sort_22, t0.editor_note AS editor_note_23, t0.domain_id AS domain_id_24, t0.parent_id AS parent_id_25 FROM service t0 WHERE t0.domain_id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] "channel" => "doctrine" ] [ "timestamp" => 1771820637 "timestamp_rfc3339" => "2026-02-23T04:23:57.760+00:00" "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Key "caption" for array with keys "path, mtime, width, height" does not exist." at places.html.twig line 99" "priority" => 500 "priorityName" => "CRITICAL" "context" => [ "exception" => Twig\Error\RuntimeError {#1651 #message: "Key "caption" for array with keys "path, mtime, width, height" does not exist." #code: 0 #file: "/home/sites/web-services/templates/pages/places.html.twig" #line: 99 -lineno: 99 -name: "pages/places.html.twig" -rawMessage: "Key "caption" for array with keys "path, mtime, width, height" does not exist." -sourcePath: "/home/sites/web-services/templates/pages/places.html.twig" -sourceCode: """ {% extends 'base.html.twig' %}\n \n {% set base_uri = path('app_index') %}\n \n {% block title %}{{ (placeContent.pageTitle ? placeContent.pageTitle | replace_placeholders(appData, place) : "Flooring Services") }}{% endblock %}\n \n {% block meta_tags %}\n {% if page_is_copy is defined and page_is_copy %}\n <meta name="robots" content="noindex, nofollow">\n {% endif %}\n <meta name="description" content="{{ (placeContent.metaDescription ? placeContent.metaDescription | replace_placeholders(appData, place): "Flooring Services") }}">\n <meta property="og:description" content="{{ (placeContent.metaDescription ? placeContent.metaDescription | replace_placeholders(appData, place): "Flooring Services") }}">\n <meta property="og:title" content="{{ (placeContent.pageTitle ? placeContent.pageTitle | replace_placeholders(appData, place):"Flooring Services") }}"> \n {# {{dump(placeContent)}} #}\n {# {% if placeContent.metaKeyword %}\n \t<meta name="keywords" content="{{ placeContent.metaKeyword }}">\n {% endif %} #}\n <meta property="og:url" content="{{ base_uri }}">\n {% endblock %}\n \n {% block stylesheets %}\n {{ parent() }}\n <link href="{{ asset('assets/vendors/parsley/parsley.css') }}" rel="stylesheet" />\n <style>\n .service-content p {\n text-align: justify;\n margin-bottom: 15px;\n color: #555;\n font-weight: normal;\n }\n .service-content h2 {\n font-size: 22px;\n /* font-family: "Roboto Condensed", Tahoma, sans-serif; */\n margin-bottom: 0px;\n }\n .modalCallbackPromo span {\n padding: 0 5px;\n font-family: 'Open Sans', sans-serif;\n color: #fff;\n font-weight: 400;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: 26px;\n line-height: 32px;\n text-transform: uppercase;\n background-color: rgba(157, 128, 98, 0.8);\n margin-bottom:3px;\n display: inline-block;\n }\n .parsley-errors-list {\n margin-top: 8px;\n font-size:13px;\n }\n .owl-prev {\n width: 15px;\n height: 100px;\n position: absolute;\n top: 40%;\n margin-left: -20px;\n display: block !important;\n border:0px solid black;\n }\n \n .owl-next {\n width: 15px;\n height: 100px;\n position: absolute;\n top: 40%;\n right: -25px;\n display: block !important;\n border:0px solid black;\n }\n .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}\n div.mission-one__content-single ul.navmenu li {\n list-style: none!important;\n }\n </style>\n {% endblock %}\n {% block body %}\n \n <!--Start Page Header-->\n {% if placesSettings.carouselSlides | length %}\n \t{% include 'includes/main-slider.html.twig' with {'appdata': appData, 'pagedata': placesSettings, 'place': place } %}\n {% endif %}\n {% include 'includes/breadcrumb-thin.html.twig' with {'data': appData, 'pagedata': placeContent} %} \n <!--End Page Header-->\n <!--Start Mission One-->\n <section class="mission-one mt-5">\n <div class="container">\n <div class="row">\n <!--Start Mission One Content-->\n <div class="col-xl-8 col-lg-7">\n <div class="">\n {% include "includes/flash_messages.html.twig" %}\n <div class="mission-one__content-single">\n <div class="text1">\n {% if placeContent.thumbnail is defined and placeContent.thumbnail is not empty %}\n <div class="float-start pr-3">\n <img src="{{ placeContent.thumbnail.path }}" alt="{{ placeContent.thumbnail.caption | replace_placeholders(appData, place) | raw }}" title="{{ placeContent.thumbnail.caption | replace_placeholders(appData, place) | raw }}"/>\n </div>\n {% endif %}\n {% if placeContent.content is defined %}\n <div class="fs-12 service-content">{{ placeContent.content | replace_placeholders(appData, place) | raw }}</div>\n {% endif %}\n \n \n \n \n </div>\n \n <ul class="navmenu d-flex justify-content-end">\n <li>\n <a target="_blank" href="/free-estimate" class="btn btn-md btn-primary" data-toggle="tooltip" title="" data-original-title="Get a free no-obligation quote"><i class="fa fa-check"></i> Get a Free Quote</a>\n </li>\n <li class="ms-2">\n <div data-toggle="tooltip" title="" data-original-title="Enter your phone number and we will call you back">\n <button class="toggle-modal btn btn-md btn-primary" ><i class="fa fa-phone"></i> Request a Callback</button>\n </div>\n </li>\n </ul>\n {% if sub_places is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Served Areas</h4>\n {% set url = appData.modules['places'] is defined and appData.modules['places'] is not empty ? appData.modules['places']['url']:'london' %}\n {% for sp in sub_places %}\n {# <span class="badge bg-secondary">{{ sp.name }}</span> #}\n <a href="/london/{{sp.url}}" class="btn btn-secondary mb-2"><i class="fa fa-map-marker"></i> {{ sp.name }}</a>\n {% endfor %}\n </div>\n {% endif %}\n {% if postcodes is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Served Postcodes</h4>\n {% for p_code in postcodes %}\n {# <span class="badge bg-secondary">{{ sp.name }}</span> #}\n <span class="badge bg-secondary">{{p_code}}</span>\n {% endfor %}\n </div>\n {% endif %}\n \n {% if portfolios is not empty %}\n <section class="projects-one py-4 mt-5">\n <div class="auto-container">\n <div class="row">\n <h4 class="mb-3 border-bottom">Our Work</h4>\n <div class="portfolio-two__carousel owl-carousel owl-theme owl-dot-type1">\n {% for key, portfolio in portfolios %}\n <div class="wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">\n <div class="projects-one__single">\n <div class="projects-one__single-img">\n <a href="/portfolio">\n <img src="{{ portfolio.thumbnail.path }}"/>\n </a>\n </div>\n </div>\n </div>\n {% endfor %}\n <div class="owl-controls">\n <div class="owl-nav">\n <div class="owl-prev"></div>\n <div class="owl-next"></div>\n </div>\n </div>\n </div>\n <div class="projects-one__top-btn text-center" style="margin-top: -40px;">\n <a href="/portfolio" class="thm-btn py-2 px-5 mb-2">View Our Projects</a>\n </div>\n </div>\n </section>\n {% endif %}\n {% if reviews is not empty %}\n <div class="col-md-12 services-single__sidebar-services mt-5"> \n <h4 class="mb-3 border-bottom">Testimonials</h4>\n {% for review in reviews %}\n \n <div class="testimonial mb-4" itemscope="" itemtype="http://data-vocabulary.org/Review">\n <meta itemprop="itemreviewed" content="Engineered Floor Fitters"> \n <meta itemprop="rating" content="5"> \n <meta itemprop="itemreviewed" datetime="2016-01-25"> \n <div class="testimonial-body">\n <div class="testimonial-heading">\n \n <span class="fa rating rating-{{ review.rating }}0"></span>\n <span itemprop="summary"></span>\n </div>\n <div class="testimonial-content" style="min-height: unset;" itemprop="description">{{ review.content }}</div>\n </div>\n <div class="testimonial-footer clearfix mt-3">\n <ul class="testimonial-info">\n <li class="testimonial-author" itemprop="reviewer">{{review.name}}</li>\n \n {% if review.job is not empty %}\n \n <li class="testimonial-note">{{review.job}}</li>\n \n {% endif %}\n </ul>\n </div>\n </div>\n {% endfor %}\n </div>\n {% endif %}\n </div>\n \n </div>\n </div>\n <!--End Mission One Content-->\n \n <!--Start Services Single Sidebar-->\n <div class="col-xl-4 col-lg-5">\n <div class="services-single__sidebar">\n <!--Start Services Single Sidebar Single-->\n <div class="services-single__sidebar-single wow fadeInUp animated" data-wow-delay="0.0s"\n data-wow-duration="1200ms">\n <div class="services-single__sidebar-services">\n <h2 class="services-single__sidebar__title">Flooring Services</h2>\n {% if appData.services|filter(service => service.inIndex == true) | length %}\n <ul class="services-single__sidebarlink">\n {% for service in appData.services|filter(service => service.inIndex == true) %}\n {% set currentPath = app.request.getPathInfo() | trim('/') %}\n <li {% if currentPath == service.pageUrl %}class="active"{% endif %}><a href="/{{ service.pageUrl }}">{{ service.name }}</a></li>\n {% endfor %}\n </ul>\n {% endif %}\n </div>\n </div>\n <!--End Services Single Sidebar Single-->\n \n <!--Start Services Single Sidebar Single-->\n <div class="services-single__sidebar-single wow fadeInUp animated" data-wow-delay="0.3s"\n data-wow-duration="1200ms">\n <div class="services-single__sidebar-contact-info text-center">\n <div class="icon-bg"><img src="/assets/images/icon/phone.png"/></div>\n \n <div class="icon">\n <span class="icon-wood-board"></span>\n </div>\n \n <h2 class="services-single__sidebar-contact-info-title">Quality Flooring at <br> a\n Fair Price</h2>\n <p class="services-single__sidebar-contact-info-text">Call us for a FREE quote!</p>\n <a href="tel:{{ appData.contact.phone1 }}">{{ appData.contact.phone1 }}</a>\n </div>\n </div>\n <!--End Services Single Sidebar Single-->\n </div>\n </div>\n \n </div>\n </div>\n </section>\n <!--End Mission One-->\n {% include "includes/callback-modal.html.twig" %}\n {% endblock %}\n {% block javascripts %}\n {{ parent() }}\n <script src="{{ asset('assets/vendors/parsley/parsley.min.js') }}"></script>\n <script src="{{ asset('assets/vendors/sweetalert/sweetalert2.all.min.js') }}"></script>\n <script src="{{ asset('assets/js/pages/booking.js') }}"></script>\n {# <script> \n let toggle_modal = $('.toggle-modal');\n if (toggle_modal.length) {\n const options = {};\n const myModal = new bootstrap.Modal(document.getElementById('appModal'), options)\n toggle_modal.on('click', function(){ myModal.toggle(); })\n }\n </script> #}\n {% endblock %} """ : { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip" |
| host | "www.flooringservices.london" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6227.154 Safari/537.36" |
| 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" |
| date | "Mon, 23 Feb 2026 04:23:57 GMT" |
| x-debug-token | "370512" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Mon, 23 Feb 26 04:23:57 +0000" |
| Last used | "Mon, 23 Feb 26 04:23:57 +0000" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Bridge\Twig\AppVariable:181
[
[
"file" => "/home/sites/web-services/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 181
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1635
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/sites/web-services/var/cache/dev/twig/1d/1dc2af2c487ecf4efdd5dd2fded20a50.php"
"line" => 44
"function" => "twig_get_attribute"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_ba0708654bf00c6435e13c8f0cd5490d"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/var/cache/dev/twig/06/067ecee9ec6121a758b4224cd74311da.php"
"line" => 239
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 171
"function" => "block_body"
"class" => "__TwigTemplate_2904a7556df69e19d93d1e273901fd70"
"type" => "->"
]
[
"file" => "/home/sites/web-services/var/cache/dev/twig/23/236cdf27007a7e2433da89f630a737f0.php"
"line" => 146
"function" => "displayBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_97913f24ec2b77028f5fa5787d37608a"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/var/cache/dev/twig/06/067ecee9ec6121a758b4224cd74311da.php"
"line" => 55
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_2904a7556df69e19d93d1e273901fd70"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 38
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sites/web-services/src/Controller/PlacesController.php"
"line" => 83
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "places"
"class" => "App\Controller\PlacesController"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 211
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 199
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 111
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 236
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 211
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 199
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 111
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 236
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 211
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 199
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 111
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 236
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 211
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 199
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 111
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 236
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 73
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 211
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 199
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 111
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 236
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/http-kernel/Kernel.php"
"line" => 185
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sites/web-services/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sites/web-services/public/index.php"
"line" => 4
"args" => [
"/home/sites/web-services/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "16778b0c6b85b0d513c82006300ee8b5" |
| CONTENT_API_DOMAIN_ID | "1" |
| CONTENT_API_KEY | "16778b0c6b85b0d513c82006300ee8b5" |
| DATABASE_URL | "mysql://root:pineXpress29@127.0.0.1:3306/web_services?serverVersion=8.0.32&charset=utf8mb4" |
| MAILER_DSN | "sendmail://cs:s3rv1c3s@mail.realpeoplemedia.co.uk:25" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| SECOND_DATABASE_URL | "mysql://root:pineXpress29@127.0.0.1:3306/aaa_services?serverVersion=8.0.32&charset=utf8mb4" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/home/sites/web-services/public/" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/sites/web-services/public/" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip" |
| HTTP_HOST | "www.flooringservices.london" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6227.154 Safari/537.36" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PATH_INFO | "/london/balham" |
| PATH_TRANSLATED | "redirect:/index.php/london/balham/balham" |
| PHP_SELF | "/index.php/london/balham" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SCRIPT_URI | "https://www.flooringservices.london/london/balham" |
| REDIRECT_SCRIPT_URL | "/london/balham" |
| REDIRECT_SSL_TLS_SNI | "www.flooringservices.london" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/london/balham" |
| REMOTE_ADDR | "52.241.1.48" |
| REMOTE_PORT | "25362" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1771820637 |
| REQUEST_TIME_FLOAT | 1771820637.6695 |
| REQUEST_URI | "/london/balham" |
| SCRIPT_FILENAME | "/home/sites/web-services/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://www.flooringservices.london/london/balham" |
| SCRIPT_URL | "/london/balham" |
| SERVER_ADDR | "212.139.93.212" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "www.flooringservices.london" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2.4.41 (Ubuntu)" |
| SSL_TLS_SNI | "www.flooringservices.london" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,SECOND_DATABASE_URL,MESSENGER_TRANSPORT_DSN,CONTENT_API_KEY,CONTENT_API_DOMAIN_ID,MAILER_DSN" |
Parent Request
Return to parent request (token = 704ec3)
| Key | Value |
|---|---|
| _controller | "App\Controller\PlacesController::places" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "app_places" |
| _route_params | [ "place_name" => "balham" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "9c0922" |
| place_name | "balham" |