Error 404 Not Found

GET https://www.londonfloorfitter.co.uk/ov.php

ServicesController :: showService

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ServicesController::showService"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_service"
_route_params
[
  "sub_cat_url" => null
  "parent_url" => "ov.php"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"089c90"
parent_url
"ov.php"
sub_cat_url
null

Request Headers

Header Value
host
"www.londonfloorfitter.co.uk"
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
"Sun, 22 Feb 2026 21:29:58 GMT"
x-debug-token
"e33519"
x-debug-token-link
"https://www.londonfloorfitter.co.uk/_profiler/301971"
x-previous-debug-token
"301971"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

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_HOST
"www.londonfloorfitter.co.uk"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PATH_INFO
"/ov.php"
PATH_TRANSLATED
"redirect:/index.php/ov.php"
PHP_SELF
"/index.php/ov.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.londonfloorfitter.co.uk/ov.php"
REDIRECT_SCRIPT_URL
"/ov.php"
REDIRECT_SSL_TLS_SNI
"www.londonfloorfitter.co.uk"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/ov.php"
REMOTE_ADDR
"104.46.236.39"
REMOTE_PORT
"50785"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771795798
REQUEST_TIME_FLOAT
1771795798.6044
REQUEST_URI
"/ov.php"
SCRIPT_FILENAME
"/home/sites/web-services/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.londonfloorfitter.co.uk/ov.php"
SCRIPT_URL
"/ov.php"
SERVER_ADDR
"212.139.93.212"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.londonfloorfitter.co.uk"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"www.londonfloorfitter.co.uk"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,SECOND_DATABASE_URL,MESSENGER_TRANSPORT_DSN,CONTENT_API_KEY,CONTENT_API_DOMAIN_ID,MAILER_DSN"

Sub Requests 1

ErrorController :: show (token = 301971)

Key Value
_controller
"App\Controller\ErrorController::show"
_stopwatch_token
"7f36d5"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1232
  #message: "Page not found"
  #code: 0
  #file: "/home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 297
  -statusCode: 404
  -headers: []
  trace: {
    /home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php:297 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /home/sites/web-services/src/Controller/ServicesController.php:61 {
      App\Controller\ServicesController->showService(Request $request, ServiceRepository $serviceRepository, EntityManagerInterface $entityManager, $parent_url, $sub_cat_url = null): RedirectResponse …
      › if (!$service) {    throw $this->createNotFoundException('Page not found');}
    }
    /home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php:178 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/sites/web-services/vendor/symfony/http-kernel/Kernel.php:185 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/sites/web-services/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/sites/web-services/public/index.php:4 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/sites/web-services/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#261
  -records: [
    2 => [
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.628+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_service"
          "route_parameters" => [
            "_route" => "app_service"
            "sub_cat_url" => null
            "_controller" => "App\Controller\ServicesController::showService"
            "parent_url" => "ov.php"
          ]
          "request_uri" => "https://www.londonfloorfitter.co.uk/ov.php"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.629+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.644+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.647+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 => "londonfloorfitter.co.uk"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.664+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.664+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.664+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.665+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.665+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.665+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.665+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.666+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.page_url = ? AND t0.is_published = ? AND t0.domain_id = ? LIMIT 1"
          "params" => [
            1 => "ov.php"
            2 => 1
            3 => 6
          ]
          "types" => [
            1 => 2
            2 => 5
            3 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.668+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found" at AbstractController.php line 297"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1232
            #message: "Page not found"
            #code: 0
            #file: "/home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 297
            -statusCode: 404
            -headers: []
            trace: {
              /home/sites/web-services/vendor/symfony/framework-bundle/Controller/AbstractController.php:297 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /home/sites/web-services/src/Controller/ServicesController.php:61 {
                App\Controller\ServicesController->showService(Request $request, ServiceRepository $serviceRepository, EntityManagerInterface $entityManager, $parent_url, $sub_cat_url = null): RedirectResponse …
                › if (!$service) {    throw $this->createNotFoundException('Page not found');}
              }
              /home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php:178 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/sites/web-services/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/sites/web-services/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/sites/web-services/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/sites/web-services/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/sites/web-services/public/index.php:4 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/sites/web-services/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.691+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1247 => [
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.669+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 => "londonfloorfitter.co.uk"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.673+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" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.679+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 => 6
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.682+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 => 159
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771795798
        "timestamp_rfc3339" => "2026-02-22T21:29:58.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1247 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#260 …}
}