Error 404 Not Found

GET https://demo.yellowfishtravel.com/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"0715d9"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1933
  #message: "404 Not found"
  #code: 0
  #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 329
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/framework-bundle/Controller/AbstractController.php:329 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1148 {
      App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
      › if (!$blocks) {\r    throw $this->createNotFoundException('404 '.$this->translator->trans('not_found'));\r}\r
    }
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
    }
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
      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 {
    }
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#634
  -records: [
    19 => [
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.266+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "page"
          "route_parameters" => [
            "_route" => "page"
            "_controller" => "App\Controller\HomeController::page"
            "alias" => "robots.txt"
          ]
          "request_uri" => "https://demo.yellowfishtravel.com/robots.txt"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.290+00:00"
        "message" => "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#342
            #message: "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
            #line: 66
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:66 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->__construct(iterable $authenticators, TokenStorageInterface $tokenStorage, EventDispatcherInterface $eventDispatcher, string $firewallName, ?LoggerInterface $logger = null, bool $eraseCredentials = true, Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel|bool $exposeSecurityErrors = ExposeSecurityLevel::None, array $requiredBadges = []) …
                › if (\is_bool($exposeSecurityErrors)) {    trigger_deprecation('symfony/security-http', '7.3', 'Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use %s value instead.', ExposeSecurityLevel::class);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getSecurity_Authenticator_Manager_MainService.php:36 {
                ContainerMirNipK\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
                › 
                › $instance = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a, ($container->privates['debug.security.authenticator.remember_me.main'] ?? $container->load('getDebug_Security_Authenticator_RememberMe_MainService'))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $b, 'main', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), true, true, []);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:713 {
                ContainerMirNipK\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getDebug_Security_Firewall_Authenticator_MainService.php:24 {
                ContainerMirNipK\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:713 {
                ContainerMirNipK\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getSecurity_Firewall_Map_Context_MainService.php:44 {
                ContainerMirNipK\getSecurity_Firewall_Map_Context_MainService::{closure:ContainerMirNipK\getSecurity_Firewall_Map_Context_MainService::do():41} …
                › yield 1 => ($container->privates['security.context_listener.1'] ?? self::getSecurity_ContextListener_1Service($container));yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:60 {
                Symfony\Bundle\SecurityBundle\Security\FirewallContext->{closure:Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::callListeners():59} …
                › \Closure::bind(function () use (&$contextWrappedListeners, &$contextAuthenticatorManagerListener) {    foreach ($this->listeners as $listener) {        if ($listener instanceof TraceableAuthenticatorManagerListener) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                ›     $this->listeners = $contextWrappedListeners;}, $listener, FirewallContext::class)();}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.291+00:00"
        "message" => "User Deprecated: Since symfony/security-http 7.4: The "Symfony\Component\Security\Http\Firewall\AbstractListener::__invoke()" method is deprecated since Symfony 7.4 and will be removed in 8.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#396
            #message: "User Deprecated: Since symfony/security-http 7.4: The "Symfony\Component\Security\Http\Firewall\AbstractListener::__invoke()" method is deprecated since Symfony 7.4 and will be removed in 8.0."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Firewall/AbstractListener.php"
            #line: 28
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Firewall/AbstractListener.php:28 {
                Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
                › {    trigger_deprecation('symfony/security-http', '7.4', 'The "%s()" method is deprecated since Symfony 7.4 and will be removed in 8.0.', __METHOD__);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:91 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › foreach ($requestListeners as $listener) {    $listener($event);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.291+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.293+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.294+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.294+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.294+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.294+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.330+00:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#49
            #message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/LazyGhostTrait.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
                trait_exists(string $trait, bool $autoload = true): bool …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Configuration.php:1113 {
                Doctrine\ORM\Configuration->setLazyGhostObjectEnabled(bool $flag): void …
                › // @phpstan-ignore classConstant.deprecatedTrait (Because we support Symfony < 7.3)if ($flag && ! trait_exists(LazyGhostTrait::class)) {    throw new LogicException(
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:2159 {
                ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container));$instance->setLazyGhostObjectEnabled(true);$instance->setIdentityGenerationPreferences([]);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:1009 {
                ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:1000 {
                ContainerMirNipK\App_KernelDevDebugContainer::{closure:ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():1000} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/CodeIgniterFetch.php:14 {
                App\Service\CodeIgniterFetch->__construct(EntityManagerInterface $em) …
                › public function __construct(private readonly EntityManagerInterface $em){\r\t$this->config = $this->em->getRepository(ApiConfiguration::class)->findOneBy(['name' => self::API_CONFIG_NAME]);\r\tif (is_null($this->config))\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getCodeIgniterFetchService.php:29 {
                ContainerMirNipK\getCodeIgniterFetchService::do($container, $lazyLoad = true) …
                › 
                › $instance = new \App\Service\CodeIgniterFetch($a);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:713 {
                ContainerMirNipK\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getCartService.php:23 {
                ContainerMirNipK\getCartService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\Service\\Cart'] = new \App\Service\Cart(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['App\\Service\\CodeIgniterFetch'] ?? $container->load('getCodeIgniterFetchService')), ($container->services['translator'] ?? self::getTranslatorService($container)));}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:713 {
                ContainerMirNipK\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/getHomeControllerService.php:25 {
                ContainerMirNipK\getHomeControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($container->services['translator'] ?? self::getTranslatorService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['App\\Service\\FieldsValidator'] ??= new \App\Service\FieldsValidator()), ($container->privates['App\\Service\\Cart'] ?? $container->load('getCartService')), ($container->privates['App\\Service\\EmailSender'] ?? $container->load('getEmailSenderService')), ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)), ($container->privates['App\\Service\\Stripe'] ?? $container->load('getStripeService')), ($container->privates['twig'] ?? self::getTwigService($container)));}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:713 {
                ContainerMirNipK\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/dependency-injection/Container.php:221 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.361+01:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "yft_demo_0"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "10.5.8-MariaDB"
            "defaultTableOptions" => [
              "charset" => "utf8"
              "collate" => "utf8_general_ci"
              "row_format" => "DYNAMIC"
            ]
            "dbname" => "yft_demo_1"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.364+01: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.url AS url_3, t0.api_key AS api_key_4, t0.auth_token AS auth_token_5, t0.headers AS headers_6, t0.timeout AS timeout_7, t0.max_retry_attempts AS max_retry_attempts_8, t0.retry_interval AS retry_interval_9, t0.request_parameters AS request_parameters_10, t0.response_mapping AS response_mapping_11, t0.endpoint AS endpoint_12 FROM api_configuration t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "CodeIgniterFetch"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.382+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.encryption AS encryption_1, t0.id AS id_2, t0.name AS name_3, t0.maintenance AS maintenance_4, t0.address AS address_5, t0.office_ip_address AS office_ip_address_6, t0.postal_code AS postal_code_7, t0.city AS city_8, t0.email AS email_9, t0.email_password AS email_password_10, t0.email_port AS email_port_11, t0.email_smtp AS email_smtp_12, t0.password_reset_days AS password_reset_days_13, t0.has_password_reset AS has_password_reset_14, t0.phone AS phone_15, t0.helpdesk AS helpdesk_16, t0.meta_keywords AS meta_keywords_17, t0.meta_description AS meta_description_18, t0.fiscal_number AS fiscal_number_19, t0.domain AS domain_20, t0.file AS file_21, t0.coords_google_maps AS coords_google_maps_22, t0.profit_margin AS profit_margin_23, t0.first_tag_head AS first_tag_head_24, t0.first_tag_body AS first_tag_body_25, t0.last_tag_head AS last_tag_head_26, t0.license AS license_27, t0.booking_hours_advance AS booking_hours_advance_28, t0.commercial_registry_office AS commercial_registry_office_29, t0.expire_payment AS expire_payment_30 FROM company t0 LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.387+01: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.url AS url_3, t0.api_key AS api_key_4, t0.auth_token AS auth_token_5, t0.headers AS headers_6, t0.timeout AS timeout_7, t0.max_retry_attempts AS max_retry_attempts_8, t0.retry_interval AS retry_interval_9, t0.request_parameters AS request_parameters_10, t0.response_mapping AS response_mapping_11, t0.endpoint AS endpoint_12 FROM api_configuration t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Stripe"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.387+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.387+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.390+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2184, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1148
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2184, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:2184 {
                ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_LogConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$a->addDriver(($container->privates['doctrine.orm.log_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/EntitySecondDB')], false)), 'App\\EntitySecondDB');}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:1031 {
                ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_LogEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.log_connection'] ?? self::getDoctrine_Dbal_LogConnectionService($container)), ($container->privates['doctrine.orm.log_configuration'] ?? self::getDoctrine_Orm_LogConfigurationService($container)), ($container->privates['doctrine.dbal.log_connection.event_manager'] ?? self::getDoctrine_Dbal_LogConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/var/cache/dev/ContainerMirNipK/App_KernelDevDebugContainer.php:1024 {
                ContainerMirNipK\App_KernelDevDebugContainer::{closure:ContainerMirNipK\App_KernelDevDebugContainer::getDoctrine_Orm_LogEntityManagerService():1024} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.log_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_LogEntityManagerService($container, $proxy); });}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:95 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:59 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › 
                › if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:37 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:175 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.395+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.395+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.395+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.395+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.395+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.396+01:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "frontend.menu.en"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.422+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.is_mobile_active AS is_mobile_active_2, p0_.file AS file_3, p0_.position AS position_4, p0_.file_in_banner AS file_in_banner_5, p0_.page_id AS page_id_6 FROM page_template p0_ INNER JOIN page p1_ ON p0_.page_id = p1_.id WHERE p1_.is_active = ? AND p1_.is_public = ? AND p0_.is_active = ? GROUP BY p1_.id ORDER BY p1_.position ASC"
          "params" => [
            1 => 1
            2 => 1
            3 => 1
          ]
          "types" => [
            1 => 5
            2 => 5
            3 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.429+00:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1018
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/AbstractQuery.php:1226 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/AbstractQuery.php:906 {
                Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Repository/PageTemplateRepository.php:106 {
                App\Repository\PageTemplateRepository->getMenu(): ?array …
                › \r    return $qb->getQuery()->getResult() ?: null;\r}\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/Helper.php:323 {
                App\Service\Helper::getFrontEndMenu(EntityManagerInterface $em): array …
                › {\r    $menus = $em->getRepository(PageTemplate::class)->getMenu() ?? [];\r    $r = [];\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php:35 {
                App\Service\FrontendCacheService->{closure:App\Service\FrontendCacheService::getMenu():33} …
                ›     $item->expiresAfter(3600);\r    return Helper::getFrontEndMenu($this->em);\r});\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php:57 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():54} …
                › 
                ›     return $callback($item, $save);};
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/LockRegistry.php:113 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null, ?float $beta = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key, $beta) {    // don't wrap nor save recursive calls
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php:62 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php:33 {
                App\Service\FrontendCacheService->getMenu(string $locale): array …
                › {\r    return $this->cache->get('frontend.menu.'.$locale, function (ItemInterface $item) use ($locale) {\r        $item->expiresAfter(3600);\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1112 {
                App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
                › \r$menu    = $frontendCache->getMenu($locale);\r$locales = $frontendCache->getLocales();\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.433+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.reference AS reference_2, t0.is_active AS is_active_3, t0.is_menu AS is_menu_4, t0.is_public AS is_public_5, t0.position AS position_6 FROM page t0 WHERE t0.id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.433+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 12
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.433+00:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1036
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1057 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadCollectionFromStatement(array $assoc, Result $stmt, PersistentCollection $coll): array …
                › 
                ›     return $this->em->newHydrator(Query::HYDRATE_OBJECT)->hydrateAll($stmt, $rsm, $hints);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1899 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadOneToManyCollection(array $assoc, $sourceEntity, PersistentCollection $collection) …
                › 
                ›     return $this->loadCollectionFromStatement($assoc, $stmt, $collection);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/UnitOfWork.php:3318 {
                Doctrine\ORM\UnitOfWork->loadCollection(PersistentCollection $collection) …
                › case ClassMetadata::ONE_TO_MANY:    $persister->loadOneToManyCollection($assoc, $collection->getOwner(), $collection);    break;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/PersistentCollection.php:706 {
                Doctrine\ORM\PersistentCollection->doInitialize(): void …
                › $this->unwrap()->clear();$this->getUnitOfWork()->loadCollection($this);$this->takeSnapshot();
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/orm/src/PersistentCollection.php:218 {
                Doctrine\ORM\PersistentCollection->initialize(): void …
                › 
                › $this->doInitialize();}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/doctrine/collections/src/AbstractLazyCollection.php:315 {
                Doctrine\Common\Collections\AbstractLazyCollection->getIterator() …
                › {    $this->initialize();}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Entity/PageTemplate.php:147 {
                App\Entity\PageTemplate->getCurrentTranslation($locales = null): PageTemplateTranslation …
                › \rforeach ($translations as $translation) {\r    $locale = $translation->getLocale();\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/Helper.php:327 {
                App\Service\Helper::getFrontEndMenu(EntityManagerInterface $em): array …
                › foreach ($menus as $p)\r    $r[] = ['file_in_banner' => $p->getFileInBanner(), 'is_menu' => $p->getPage()->getIsMenu(), 'reference' => $p->getPage()->getReference(), 'title' => $p->getCurrentTranslation()->getTitle()];\rreturn $r;\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php:35 {
                App\Service\FrontendCacheService->{closure:App\Service\FrontendCacheService::getMenu():33} …
                ›     $item->expiresAfter(3600);\r    return Helper::getFrontEndMenu($this->em);\r});\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php:57 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():54} …
                › 
                ›     return $callback($item, $save);};
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/LockRegistry.php:113 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null, ?float $beta = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key, $beta) {    // don't wrap nor save recursive calls
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php:62 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php:33 {
                App\Service\FrontendCacheService->getMenu(string $locale): array …
                › {\r    return $this->cache->get('frontend.menu.'.$locale, function (ItemInterface $item) use ($locale) {\r        $item->expiresAfter(3600);\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1112 {
                App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
                › \r$menu    = $frontendCache->getMenu($locale);\r$locales = $frontendCache->getLocales();\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.434+01: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_backend_active AS is_backend_active_3, t0.is_frontend_active AS is_frontend_active_4, t0.is_favorite AS is_favorite_5, t0.alias AS alias_6, t0.moloni_language_id AS moloni_language_id_7 FROM locale t0 WHERE t0.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.434+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.reference AS reference_2, t0.is_active AS is_active_3, t0.is_menu AS is_menu_4, t0.is_public AS is_public_5, t0.position AS position_6 FROM page t0 WHERE t0.id = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.434+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 13
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.435+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.reference AS reference_2, t0.is_active AS is_active_3, t0.is_menu AS is_menu_4, t0.is_public AS is_public_5, t0.position AS position_6 FROM page t0 WHERE t0.id = ?"
          "params" => [
            1 => 10
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.435+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 14
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.435+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.reference AS reference_2, t0.is_active AS is_active_3, t0.is_menu AS is_menu_4, t0.is_public AS is_public_5, t0.position AS position_6 FROM page t0 WHERE t0.id = ?"
          "params" => [
            1 => 11
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.435+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 15
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.436+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.reference AS reference_2, t0.is_active AS is_active_3, t0.is_menu AS is_menu_4, t0.is_public AS is_public_5, t0.position AS position_6 FROM page t0 WHERE t0.id = ?"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.436+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.436+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.is_mobile_active AS is_mobile_active_2, p0_.file AS file_3, p0_.position AS position_4, p0_.file_in_banner AS file_in_banner_5, p0_.page_id AS page_id_6 FROM page_template p0_ INNER JOIN page p1_ ON p0_.page_id = p1_.id WHERE p1_.reference = ? AND p1_.is_active = ? AND p0_.is_active = ? ORDER BY p0_.position ASC"
          "params" => [
            1 => "footer"
            2 => 1
            3 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
            3 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.437+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.437+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.452+00:00"
        "message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1477
            #message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/AbstractTwigCallable.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
                Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
                › 
                › trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/TwigFunction.php:31 {
                Twig\TwigFunction->__construct(string $name, $callable = null, array $options = []) …
                › {    parent::__construct($name, $callable, $options);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php:46 {
                Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension->getFunctions(): array …
                › // Deprecated in favor of the phone_number_format filternew TwigFunction('phone_number_format', [$this->helper, 'format'], ['deprecated' => '1.2']),new TwigFunction('phone_number_is_type', [$this->helper, 'isType'], ['deprecated' => '1.2']),
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:476 {
                Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
                › // functionsforeach ($extension->getFunctions() as $function) {    $this->functions[$name = $function->getName()] = $function;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:458 {
                Twig\ExtensionSet->initExtensions(): void …
                › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:439 {
                Twig\ExtensionSet->getExpressionParsers(): ExpressionParsers …
                › if (!$this->initialized) {    $this->initExtensions();}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:938 {
                Twig\Environment->getExpressionParsers(): ExpressionParsers …
                › {    return $this->extensionSet->getExpressionParsers();}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:530 {
                Twig\Lexer->getOperatorRegex(): string …
                › $expressionParsers = [];foreach ($this->env->getExpressionParsers() as $expressionParser) {    $expressionParsers = array_merge($expressionParsers, ExpressionParsers::getOperatorTokensFor($expressionParser));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:137 {
                Twig\Lexer->initialize(): void …
                › 
                › 'operator' => $this->getOperatorRegex(),}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:187 {
                Twig\Lexer->tokenize(Source $source): TokenStream …
                › {    $this->initialize();}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:536 {
                Twig\Environment->tokenize(Source $source): TokenStream …
                › 
                ›     return $this->lexer->tokenize($source);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:589 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:408 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);if (!isset($this->hotCache[$name])) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:461 {
                Twig\Environment->createTemplate(string $template, ?string $name = null): TemplateWrapper …
                › try {    return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1130 {
                App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
                › if(str_contains($trans->getBody(), '{%endfor%}')){\r    $temp = $this->twig->createTemplate($trans->getBody())->render([\r        'menu' => $menu,\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T19:11:56.452+00:00"
        "message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1480
            #message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/AbstractTwigCallable.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
                Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
                › 
                › trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/TwigFunction.php:31 {
                Twig\TwigFunction->__construct(string $name, $callable = null, array $options = []) …
                › {    parent::__construct($name, $callable, $options);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php:47 {
                Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension->getFunctions(): array …
                ›     new TwigFunction('phone_number_format', [$this->helper, 'format'], ['deprecated' => '1.2']),    new TwigFunction('phone_number_is_type', [$this->helper, 'isType'], ['deprecated' => '1.2']),];
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:476 {
                Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
                › // functionsforeach ($extension->getFunctions() as $function) {    $this->functions[$name = $function->getName()] = $function;
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:458 {
                Twig\ExtensionSet->initExtensions(): void …
                › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/ExtensionSet.php:439 {
                Twig\ExtensionSet->getExpressionParsers(): ExpressionParsers …
                › if (!$this->initialized) {    $this->initExtensions();}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:938 {
                Twig\Environment->getExpressionParsers(): ExpressionParsers …
                › {    return $this->extensionSet->getExpressionParsers();}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:530 {
                Twig\Lexer->getOperatorRegex(): string …
                › $expressionParsers = [];foreach ($this->env->getExpressionParsers() as $expressionParser) {    $expressionParsers = array_merge($expressionParsers, ExpressionParsers::getOperatorTokensFor($expressionParser));
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:137 {
                Twig\Lexer->initialize(): void …
                › 
                › 'operator' => $this->getOperatorRegex(),}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Lexer.php:187 {
                Twig\Lexer->tokenize(Source $source): TokenStream …
                › {    $this->initialize();}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:536 {
                Twig\Environment->tokenize(Source $source): TokenStream …
                › 
                ›     return $this->lexer->tokenize($source);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:589 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:408 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);if (!isset($this->hotCache[$name])) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/twig/twig/src/Environment.php:461 {
                Twig\Environment->createTemplate(string $template, ?string $name = null): TemplateWrapper …
                › try {    return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));} finally {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1130 {
                App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
                › if(str_contains($trans->getBody(), '{%endfor%}')){\r    $temp = $this->twig->createTemplate($trans->getBody())->render([\r        'menu' => $menu,\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.467+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.locale_id AS locale_id_4, t0.page_template_id AS page_template_id_5 FROM page_template_translation t0 WHERE t0.page_template_id = ?"
          "params" => [
            1 => 10
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.474+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.html AS html_2, w0_.locale_id AS locale_id_3, w0_.warning_id AS warning_id_4 FROM warning_translation w0_ LEFT JOIN locale l1_ ON w0_.locale_id = l1_.id INNER JOIN warning w2_ ON w0_.warning_id = w2_.id AND (w2_.is_active = ?) WHERE l1_.name = ? AND w2_.is_public = ? LIMIT 1"
          "params" => [
            1 => 1
            2 => "en"
            3 => 1
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.474+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.is_mobile_active AS is_mobile_active_2, p0_.file AS file_3, p0_.position AS position_4, p0_.file_in_banner AS file_in_banner_5, p0_.page_id AS page_id_6 FROM page_template p0_ INNER JOIN page p1_ ON p0_.page_id = p1_.id WHERE p1_.reference = ? AND p1_.is_active = ? AND p0_.is_active = ? ORDER BY p0_.position ASC"
          "params" => [
            1 => "robots.txt"
            2 => 1
            3 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
            3 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.491+01:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "404 Not found" at AbstractController.php line 329"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1933
            #message: "404 Not found"
            #code: 0
            #file: "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 329
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/framework-bundle/Controller/AbstractController.php:329 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php:1148 {
                App\Controller\HomeController->page(Request $request, EntityManagerInterface $em, FrontendCacheService $frontendCache, ?string $_locale = null, ?string $alias = null): Response …
                › if (!$blocks) {\r    throw $this->createNotFoundException('404 '.$this->translator->trans('not_found'));\r}\r
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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) {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php:5 {\rrequire_once dirname(__DIR__).'/project/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.520+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.520+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.520+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.520+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventSubscriber\UserCacheControlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.534+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.535+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.535+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.535+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.535+01: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"
      ]
    ]
    2000 => [
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.492+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.492+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.493+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.495+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.495+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.495+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.496+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.496+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.496+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.496+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.518+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.518+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.518+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventSubscriber\UserCacheControlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.518+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.518+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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" => 1776280316
        "timestamp_rfc3339" => "2026-04-15T20:11:56.519+01: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: [
    19 => 1
    2000 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#635 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"demo.yellowfishtravel.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"
x-real-ip
"216.73.216.61"

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
"Wed, 15 Apr 2026 19:11:56 GMT"
vary
"Accept"
x-debug-exception
"404%20Not%20found"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fyellowfishtravel.com%2Fdemo.yellowfishtravel.com%2Fproject%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:329"
x-debug-token
"ea709f"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Wed, 15 Apr 26 20:11:56 +0100"
Last used
"Wed, 15 Apr 26 20:11:56 +0100"
Lifetime
604800

Session Attributes

Attribute Value
_locale
"en"

Session Usage

8 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:33
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 33
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\EventSubscriber\LocaleSubscriber:46
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 46
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-bundle/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/security-bundle/Security.php"
    "line" => 50
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Repository/PageTemplateRepository.php"
    "line" => 101
    "function" => "getUser"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/Helper.php"
    "line" => 323
    "function" => "getMenu"
    "class" => "App\Repository\PageTemplateRepository"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php"
    "line" => 35
    "function" => "getFrontEndMenu"
    "class" => "App\Service\Helper"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php"
    "line" => 57
    "function" => "{closure:App\Service\FrontendCacheService::getMenu():33}"
    "class" => "App\Service\FrontendCacheService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/LockRegistry.php"
    "line" => 113
    "function" => "{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():54}"
    "class" => "Symfony\Component\Cache\Adapter\TraceableAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 102
    "function" => "compute"
    "class" => "Symfony\Component\Cache\LockRegistry"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 64
    "function" => "{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85}"
    "class" => "Symfony\Component\Cache\Adapter\AbstractAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 85
    "function" => "contractsGet"
    "class" => "Symfony\Component\Cache\Adapter\AbstractAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 30
    "function" => "doGet"
    "class" => "Symfony\Component\Cache\Adapter\AbstractAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/cache/Adapter/TraceableAdapter.php"
    "line" => 62
    "function" => "get"
    "class" => "Symfony\Component\Cache\Adapter\AbstractAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Service/FrontendCacheService.php"
    "line" => 33
    "function" => "get"
    "class" => "Symfony\Component\Cache\Adapter\TraceableAdapter"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/src/Controller/HomeController.php"
    "line" => 1112
    "function" => "getMenu"
    "class" => "App\Service\FrontendCacheService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "page"
    "class" => "App\Controller\HomeController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/project/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
"72975147f8f7151ae2cde09bbcd0ade9"
BP_EXPENSE_HEADERS
"["Nº cartão","Matrícula","Dia Hora","Produto","Quantidade", "Valor total a faturar"]"
CONTACT_US_FIELDS
"["_type","_email","_name","_subject","_message"]"
DATABASE_URL
"mysql://yft_demo_0:yft_demo_0@localhost:3306/yft_demo_1?serverVersion=10.5.8-MariaDB&charset=utf8"
GALP_EXPENSE_HEADERS
"["Número do cartão", "Nome / Matrícula", "Data", "Hora", "Produto", "Quantidade", "Valor Total"]"
GIT_TAG
"1.0.0"
GOOGLE_API_KEY
""
GOOGLE_AUTH_CONFIG
"%kernel.project_dir%/path/to/file.json"
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
LOCK_DSN
"flock"
MERCURE_JWT_SECRET
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoieWZ0cmFuc2ZlcnMiLCJtZXJjdXJlIjp7InB1Ymxpc2giOlsiKiJdfX0.eMx5wKCG1SU0M3ggW63RPftifyd13FQ4TgKeqNi1jVY"
MERCURE_PUBLIC_URL
"http://127.0.0.1/.well-known/mercure"
MERCURE_URL
"http://127.0.0.1:3000/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MOLONI_CUSTOMER_DEFAULT_ID
"364319"
PRIO_EXPENSE_HEADERS
"["DATA", "HORA", "CARTÃO", "DESC. CARTÃO", "LITROS", "COMBUSTÍVEL", "TOTAL"]"
RECRUITMENT_FIELDS
"["_type","_name","_email","_phone","_birthday","_address","_languages","_license_issued_date","_license_expire_date","_license_country", "_know_algarve","_have_job","_part_time","_own_transport","_professional_driver", "_portuguese_license","_license_permanent_portugal","_licence_driving_fines","_professional_experience","_anything_else"]"
ROYALTY_POINTS
"10"
SECOND_DATABASE_URL
"mysql://yft_log_demo:yft_log_demo@localhost:3306/yft_log_demo?serverVersion=10.5.8-MariaDB&charset=utf8"
VIAVERDE_EXPENSE_HEADERS
"["DATA", "HORA", "CARTÃO", "DESC. CARTÃO", "LITROS", "COMBUSTÍVEL", "TOTAL"]"
WEBSOCKET
"0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"demo.yellowfishtravel.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_REAL_IP
"216.73.216.61"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
PP_CUSTOM_PHP_CGI_INDEX
"plesk-php84-fastcgi"
PP_CUSTOM_PHP_INI
"/var/www/vhosts/system/demo.yellowfishtravel.com/etc/php.ini"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_SSL_TLS_SNI
"demo.yellowfishtravel.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ad-i@9i4evDANvh4PsBkCAAAAMw"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"216.73.216.61"
REMOTE_PORT
"58608"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776280316
REQUEST_TIME_FLOAT
1776280316.0133
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/vhosts/yellowfishtravel.com/demo.yellowfishtravel.com/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"demo.yellowfishtravel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"demo.yellowfishtravel.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,SECOND_DATABASE_URL,WEBSOCKET,GIT_TAG,LOCK_DSN,MESSENGER_TRANSPORT_DSN,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG,MOLONI_CUSTOMER_DEFAULT_ID,ROYALTY_POINTS,CONTACT_US_FIELDS,RECRUITMENT_FIELDS,BP_EXPENSE_HEADERS,GALP_EXPENSE_HEADERS,PRIO_EXPENSE_HEADERS,VIAVERDE_EXPENSE_HEADERS,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET"
UNIQUE_ID
"ad-i@9i4evDANvh4PsBkCAAAAMw"

Parent Request

Return to parent request (token = 2e3025)

Key Value
_controller
"App\Controller\HomeController::page"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"page"
_route_params
[
  "alias" => "robots.txt"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#415
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#414 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#372
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#370 …}
  }
]
_stopwatch_token
"9277c7"
alias
"robots.txt"