Error 500 Internal Server Error

GET https://test.humantouchsystem.com/_profiler/59193a

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8f5e04"
exception
ErrorException {#49
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/session) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 87
  #severity: E_NOTICE
  trace: {
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:87 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:222 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:242 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/vhosts/test.humantouchsystem.com/src/Service/GlobalService.php:22 {
      App\Service\GlobalService->getSelectedProperty() …
      › $session = $this->requestStack->getSession();\r$id = $session->get('propertyId');\r$property = $this->mr->getManager('master')->getRepository("App\Entity\Master\Property")->findOneById($id);\r
    }
    /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2294 {
      ContainerRFuYx1O\App_KernelDevDebugContainer::getTwigService($container) …
      › $j = new \App\Service\GlobalService(($container->services['doctrine'] ?? self::getDoctrineService($container)), $f);$j->getSelectedProperty();$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
    }
    /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:612 {
      ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
      › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container)), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);
    }
    /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
      ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
      › 
      ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
    }
    /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
      ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
      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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
      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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
      Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
      › if ($this->container->has($class)) {    return $this->container->get($class);}
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
      Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
      › {    $controller = parent::instantiateController($class);}
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
      › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
      › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
      Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
      › try {    return $this->resolver->getController($request);} finally {
    }
    /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
      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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
      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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#249
  -records: [
    14 => [
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.522+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "_profiler"
          "route_parameters" => [
            "_route" => "_profiler"
            "_controller" => "web_profiler.controller.profiler::panelAction"
            "token" => "59193a"
          ]
          "request_uri" => "https://test.humantouchsystem.com/_profiler/59193a"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.524+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#316
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CachedReaderService.php:23 {
                ContainerRFuYx1O\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2445 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1499 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:598 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
                ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.525+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#389
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_ReaderService.php:23 {
                ContainerRFuYx1O\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CachedReaderService.php:25 {
                ContainerRFuYx1O\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2445 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1499 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:598 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
                ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.527+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#324
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CacheAdapterService.php:23 {
                ContainerRFuYx1O\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getAnnotations_CachedReaderService.php:25 {
                ContainerRFuYx1O\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2445 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1499 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:598 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
                ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.527+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#347
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2445 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1499 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:598 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
                ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.538+00:00"
        "message" => "Uncaught PHP Exception ErrorException: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/session) failed: Permission denied (13)" at StrictSessionHandler.php line 87"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#49
            #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/session) failed: Permission denied (13)"
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
            #line: 87
            #severity: E_NOTICE
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:87 {
                Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
                › {    return $this->handler->gc($maxlifetime);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64 {
                Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(int $maxlifetime): int|false …
                › {    return $this->handler->gc($maxlifetime);}
              }
              Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
                Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
                › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
                Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
                › } elseif (!$this->started) {    $this->start();}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:222 {
                Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
                › {    $bag = $this->storage->getBag($name);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:242 {
                Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
                › {    return $this->getBag($this->attributeName);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-foundation/Session/Session.php:69 {
                Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
                › {    return $this->getAttributeBag()->get($name, $default);}
              }
              /var/www/vhosts/test.humantouchsystem.com/src/Service/GlobalService.php:22 {
                App\Service\GlobalService->getSelectedProperty() …
                › $session = $this->requestStack->getSession();\r$id = $session->get('propertyId');\r$property = $this->mr->getManager('master')->getRepository("App\Entity\Master\Property")->findOneById($id);\r
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2294 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getTwigService($container) …
                › $j = new \App\Service\GlobalService(($container->services['doctrine'] ?? self::getDoctrineService($container)), $f);$j->getSelectedProperty();$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:612 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container)), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getWebProfiler_Controller_ProfilerService.php:23 {
                ContainerRFuYx1O\getWebProfiler_Controller_ProfilerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.667+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
    ]
    552 => [
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.539+00:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#539
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2172 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:2156 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::getSerializerService($container) …
                › $b = ($container->services['translator'] ?? self::getTranslatorService($container));$c = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));}
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getErrorControllerService.php:29 {
                ContainerRFuYx1O\getErrorControllerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:229 {
                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/test.humantouchsystem.com/vendor/symfony/dependency-injection/Container.php:211 {
                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/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.541+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.541+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.544+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.544+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.544+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerRFuYx1O\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.544+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.657+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Security\PropertyVoter::$session is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#840
            #message: "Deprecated: Creation of dynamic property App\Security\PropertyVoter::$session is deprecated"
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/src/Security/PropertyVoter.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/src/Security/PropertyVoter.php:27 {
                App\Security\PropertyVoter->__construct(AccessDecisionManagerInterface $decisionManager, ManagerRegistry $managerRegistry, RequestStack $requestStack) …
                › $this->decisionManager = $decisionManager;\r$this->session = $requestStack->getSession();\r$this->mr = $managerRegistry;\r
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/getPropertyVoterService.php:38 {
                ContainerRFuYx1O\getPropertyVoterService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['.debug.security.voter.App\\Security\\PropertyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\PropertyVoter($a, ($container->services['doctrine'] ?? self::getDoctrineService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())), $b);}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1410 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::ContainerRFuYx1O\{closure} …
                › yield 3 => ($container->privates['.debug.security.voter.security.access.expression_voter'] ?? $container->load('get_Debug_Security_Voter_Security_Access_ExpressionVoterService'));yield 4 => ($container->privates['.debug.security.voter.App\\Security\\PropertyVoter'] ?? $container->load('getPropertyVoterService'));yield 5 => ($container->privates['.debug.security.voter.App\\Security\\UserVoter'] ?? $container->load('getUserVoterService'));
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:136 {
                Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › foreach ($this->accessDecisionManager->getVoters() as $voter) {    if ($voter instanceof TraceableVoter) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.658+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Security\PropertyVoter::$session is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#863
            #message: "Deprecated: Creation of dynamic property App\Security\PropertyVoter::$session is deprecated"
            #code: 0
            #file: "/var/www/vhosts/test.humantouchsystem.com/src/Security/PropertyVoter.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/test.humantouchsystem.com/src/Security/PropertyVoter.php:27 {
                App\Security\PropertyVoter->__construct(AccessDecisionManagerInterface $decisionManager, ManagerRegistry $managerRegistry, RequestStack $requestStack) …
                › $this->decisionManager = $decisionManager;\r$this->session = $requestStack->getSession();\r$this->mr = $managerRegistry;\r
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/get_Debug_Security_Voter_Property_PropertyVoterService.php:38 {
                ContainerRFuYx1O\get_Debug_Security_Voter_Property_PropertyVoterService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['.debug.security.voter.property.property_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\PropertyVoter($a, ($container->services['doctrine'] ?? self::getDoctrineService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())), $b);}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:559 {
                ContainerRFuYx1O\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/test.humantouchsystem.com/var/cache/dev/ContainerRFuYx1O/App_KernelDevDebugContainer.php:1413 {
                ContainerRFuYx1O\App_KernelDevDebugContainer::ContainerRFuYx1O\{closure} …
                ›     yield 6 => ($container->privates['.debug.security.voter.user.user_voter'] ?? $container->load('get_Debug_Security_Voter_User_UserVoterService'));    yield 7 => ($container->privates['.debug.security.voter.property.property_voter'] ?? $container->load('get_Debug_Security_Voter_Property_PropertyVoterService'));}, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:136 {
                Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › foreach ($this->accessDecisionManager->getVoters() as $voter) {    if ($voter instanceof TraceableVoter) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/test.humantouchsystem.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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/test.humantouchsystem.com/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/test.humantouchsystem.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/test.humantouchsystem.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774287293
        "timestamp_rfc3339" => "2026-03-23T17:34:53.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    14 => 1
    552 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#248 …}
}

Request Headers

Header Value
accept-encoding
"gzip,deflate"
connection
"close"
host
"test.humantouchsystem.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"44.213.202.136"

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
"Mon, 23 Mar 2026 17:34:53 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsession%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Ftest.humantouchsystem.com%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:87"
x-debug-token
"51225e"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"1bf45dc032931b33191cb59afb875830"
DATABASE_SLAVE_URL
"mysql://test_ht_user:test_ht_psw_2020@localhost:3306/httest_master?serverVersion=mariadb-10.3.39&charset=utf8mb4"
DATABASE_URL
"mysql://test_ht_user:test_ht_psw_2020@localhost:3306/httest_master?serverVersion=mariadb-10.3.39&charset=utf8mb4"
MAILER_DSN
"smtp://noreply@humantouchsystem.com:HTSnore2017@out.postassl.it:465"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/test.humantouchsystem.com/httpdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/test.humantouchsystem.com/httpdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/test.humantouchsystem.com"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"test.humantouchsystem.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"44.213.202.136"
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"
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_SCRIPT_URI
"https://test.humantouchsystem.com/_profiler/59193a"
REDIRECT_SCRIPT_URL
"/_profiler/59193a"
REDIRECT_SSL_TLS_SNI
"test.humantouchsystem.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"acF5vUmsT@UnfSSA8pabSAAAAI0"
REDIRECT_URL
"/_profiler/59193a"
REMOTE_ADDR
"44.213.202.136"
REMOTE_PORT
"57980"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1774287293
REQUEST_TIME_FLOAT
1774287293.4558
REQUEST_URI
"/_profiler/59193a"
SCRIPT_FILENAME
"/var/www/vhosts/test.humantouchsystem.com/httpdocs/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://test.humantouchsystem.com/_profiler/59193a"
SCRIPT_URL
"/_profiler/59193a"
SERVER_ADDR
"85.235.143.148"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"test.humantouchsystem.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"test.humantouchsystem.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,DATABASE_SLAVE_URL"
UNIQUE_ID
"acF5vUmsT@UnfSSA8pabSAAAAI0"
USER
"test_ht_user"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = b1e735)

Key Value
_controller
"web_profiler.controller.profiler::panelAction"
_firewall_context
"security.firewall.map.context.dev"
_remove_csp_headers
true
_route
"_profiler"
_route_params
[
  "token" => "59193a"
]
_stopwatch_token
"b973f9"
token
"59193a"