| logger | 
                Symfony\Bridge\Monolog\Logger {#255
  #name: "request"
  #handlers: [
    Monolog\Handler\StreamHandler {#257
      #stream: stream resource @10
        timed_out: false
        blocked: true
        eof: false
        wrapper_type: "plainfile"
        stream_type: "STDIO"
        mode: "a"
        unread_bytes: 0
        seekable: true
        uri: "/var/www/html/var/logs/dev.log"
        options: []
      }
      #url: "/var/www/html/var/logs/dev.log"
      -errorMessage: null
      #filePermission: null
      #useLocking: false
      -dirCreated: true
      #level: 100
      #bubble: true
      #formatter: Monolog\Formatter\LineFormatter {#562 …}
      #processors: [
        Monolog\Processor\PsrLogMessageProcessor {#258}
      ]
    }
    Symfony\Bridge\Monolog\Handler\ConsoleHandler {#256
      -output: null
      -verbosityLevelMap: [
        16 => 400
        32 => 300
        64 => 250
        128 => 200
        256 => 100
      ]
      -consoleFormaterOptions: []
      #level: 100
      #bubble: true
      #formatter: null
      #processors: []
    }
  ]
  #processors: [
    Symfony\Bridge\Monolog\Processor\DebugProcessor {#220
      -records: [
        "000000002db00a10000000004e9a6ce7" => [
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#19
                #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
                #line: 16
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:16 {
                    include …
                    › 
                    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/composer/ClassLoader.php:444 {
                    Composer\Autoload\includeFile($file) …
                    › {
                    ›     include $file;
                    › }
                  }
                  /var/www/html/vendor/composer/ClassLoader.php:322 {
                    Composer\Autoload\ClassLoader->loadClass($class) …
                    › if ($file = $this->findFile($class)) {
                    ›     includeFile($file);
                    › 
                  }
                  Composer\Autoload\ClassLoader->loadClass() {}
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php:62 {
                    Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
                    › 
                    ›     DebugClassLoader::enable();
                    › }
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:335 {
                    Pimcore\Bootstrap::kernel() …
                    › if ($debug) {
                    ›     Debug::enable(PIMCORE_PHP_ERROR_REPORTING);
                    ›     @ini_set('display_errors', 'On');
                  }
                  /var/www/html/web/app.php:31 {
                    › /** @var \Pimcore\Kernel $kernel */
                    › $kernel = \Pimcore\Bootstrap::kernel();
                    › 
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#224
                #message: "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:14 {
                    include_once …
                    › 
                    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:608 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
                    › include_once \dirname(__DIR__, 4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
                    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:159 {
                    Symfony\Component\DependencyInjection\Container->set($id, $service) …
                    ›     unset($this->privates['service_container']);
                    ›     $initialize();
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:517 {
                    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                    › self::$freshCache[$cachePath] = true;
                    › $this->container->set('kernel', $this);
                    › error_reporting($errorLevel);
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:184 {
                    Pimcore\Kernel->initializeContainer() …
                    › {
                    ›     parent::initializeContainer();
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136 {
                    Symfony\Component\HttpKernel\Kernel->boot() …
                    › // init container
                    › $this->initializeContainer();
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:163 {
                    Pimcore\Kernel->boot() …
                    › 
                    ›     parent::boot();
                    › }
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:355 {
                    Pimcore\Bootstrap::kernel() …
                    › \Pimcore::setKernel($kernel);
                    › $kernel->boot();
                    › 
                  }
                  /var/www/html/web/app.php:31 {
                    › /** @var \Pimcore\Kernel $kernel */
                    › $kernel = \Pimcore\Bootstrap::kernel();
                    › 
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#246
                #message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
                #line: 148
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › } else {
                    ›     @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
                    ›     $swap = $event;
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Cache.php:58 {
                    Pimcore\Cache::init() …
                    › ->get('event_dispatcher')
                    › ->dispatch(CoreCacheEvents::INIT, new Event());
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:193 {
                    Pimcore\Kernel->initializeContainer() …
                    › \Pimcore::initLogger();
                    › \Pimcore\Cache::init();
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136 {
                    Symfony\Component\HttpKernel\Kernel->boot() …
                    › // init container
                    › $this->initializeContainer();
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:163 {
                    Pimcore\Kernel->boot() …
                    › 
                    ›     parent::boot();
                    › }
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:355 {
                    Pimcore\Bootstrap::kernel() …
                    › \Pimcore::setKernel($kernel);
                    › $kernel->boot();
                    › 
                  }
                  /var/www/html/web/app.php:31 {
                    › /** @var \Pimcore\Kernel $kernel */
                    › $kernel = \Pimcore\Bootstrap::kernel();
                    › 
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#315
                #message: "User Deprecated: The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#316
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.PhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:128 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class PhpEngine extends BasePhpEngine
                    › {
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:28 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class TimedPhpEngine extends PhpEngine
                    › {
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:17 {
                    require …
                    › 
                    › $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
                    ›     'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#317
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:29 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class PhpEngine extends BasePhpEngine implements EngineInterface
                    › {
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:128 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class PhpEngine extends BasePhpEngine
                    › {
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:28 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class TimedPhpEngine extends PhpEngine
                    › {
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:17 {
                    require …
                    › 
                    › $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
                    ›     'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#319
                #message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_NameParserService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_NameParserService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:17 {
                    require …
                    › 
                    › $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
                    ›     'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#320
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_NameParserService.php:11 {
                    require …
                    › 
                    › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:17 {
                    require …
                    › 
                    › $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
                    ›     'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#323
                #message: "User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LoaderService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LoaderService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#324
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LoaderService.php:11 {
                    require …
                    › 
                    › return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#326
                #message: "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LocatorService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LocatorService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LoaderService.php:11 {
                    require …
                    › 
                    › return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#327
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LocatorService.php:11 {
                    require …
                    › 
                    › return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_LoaderService.php:11 {
                    require …
                    › 
                    › return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#330
                #message: "User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_GlobalsService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_GlobalsService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#331
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.GlobalVariables::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/lib/Templating/GlobalVariables.php:20 {
                    spl_autoload_call($class_name) …
                    › 
                    › class GlobalVariables extends BaseGlobalVariables
                    › {
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_GlobalsService.php:11 {
                    require …
                    › 
                    › return new \Pimcore\Templating\GlobalVariables($this);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_PhpService.php:85 {
                    require …
                    ›     'templating.helper.translator' => '?',
                    › ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:891 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
                    › {
                    ›     $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1759 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
                    › }, 1 => 'handleRequest'], 11);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#405
                #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:3186 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getTargetingListenerService() …
                    › 
                    › $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1720 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
                    › }, 1 => 'onKernelRequest'], 7);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#406
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php:11 {
                    require …
                    › 
                    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:3186 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getTargetingListenerService() …
                    › 
                    › $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1720 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
                    › }, 1 => 'onKernelRequest'], 7);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#408
                #message: "User Deprecated: The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_TwigService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_TwigService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php:14 {
                    require …
                    › $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:3186 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getTargetingListenerService() …
                    › 
                    › $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1720 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
                    › }, 1 => 'onKernelRequest'], 7);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#409
                #message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_TwigService.php:11 {
                    require …
                    › 
                    › return $this->services['pimcore.templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php:14 {
                    require …
                    › $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:3186 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getTargetingListenerService() …
                    › 
                    › $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1720 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
                    › }, 1 => 'onKernelRequest'], 7);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#410
                #message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:31 {
                    spl_autoload_call($class_name) …
                    ›  */
                    › class TwigEngine extends BaseEngine implements EngineInterface
                    › {
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getPimcore_Templating_Engine_TwigService.php:11 {
                    require …
                    › 
                    › return $this->services['pimcore.templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplatingService.php:14 {
                    require …
                    › $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
                    › $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:3186 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getTargetingListenerService() …
                    › 
                    › $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1720 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
                    › }, 1 => 'onKernelRequest'], 7);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Successfully got data for key {key} from cache"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => "site_domain_cca624aba09b76d3687ee252a74b9f2c"
            ]
            "channel" => "cache"
          ]
          [
            "timestamp" => 1761726950
            "message" => """
              SELECT * FROM redirects WHERE\n
                          (\n
                              (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR\n
                              (source = :sourcePathQuery AND `type` = :typePathQuery) OR\n
                              (source = :sourceEntireUri AND `type` = :typeEntireUri)\n
                          ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "sourcePath" => "/wp-login.php"
              "sourcePathQuery" => "/wp-login.php"
              "sourceEntireUri" => "http://ps.dp-uat.citroen.i [...]"
              "typePath" => "path"
              "typePathQuery" => "path_query"
              "typeEntireUri" => "entire_uri"
              "typeAuto" => "auto_create"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Successfully got data for key {key} from cache"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => "system_route_redirect"
            ]
            "channel" => "cache"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/wp-login.php".""
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "app"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => "wp-login.php"
              "path" => "/"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "prettyUrl" => "/wp-login.php"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => "wp-login.php"
              "path" => "/"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "prettyUrl" => "/wp-login.php"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => ""
              "path" => "/"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Successfully got data for key {key} from cache"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "key" => "document_1"
            ]
            "channel" => "cache"
          ]
          [
            "timestamp" => 1761726950
            "message" => "SELECT * FROM object_url_slugs WHERE slug = '/wp-login.php' AND siteId = '0'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "app"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/wp-login.php".""
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "app"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Router Pimcore\Routing\Staticroute\Router was not able to match, message "No routes found for "/wp-login.php".""
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "app"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#159
                #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_ExceptionListenerService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_ExceptionListenerService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1486 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.exception', [0 => function () {
                    ›     return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
                    › }, 1 => 'logKernelException'], 0);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#724
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php"
                #line: 25
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:25 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_ExceptionListenerService.php:11 {
                    require …
                    › 
                    › return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1486 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.exception', [0 => function () {
                    ›     return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
                    › }, 1 => 'logKernelException'], 0);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#728
                #message: "User Deprecated: The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_Helper_ActionsService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_Helper_ActionsService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:2131 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getPimcore_Templating_ActionRendererService() …
                    › {
                    ›     return $this->services['pimcore.templating.action_renderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['templating.helper.actions'] ?? $this->load('getTemplating_Helper_ActionsService.php')), ($this->services['pimcore.controller.config.config_normalizer'] ?? $this->getPimcore_Controller_Config_ConfigNormalizerService()));
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getDocumentRendererService.php:12 {
                    require …
                    › 
                    › $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore.templating.action_renderer'] ?? $this->getPimcore_Templating_ActionRendererService()), ($this->privates['fragment.renderer.inline'] ?? $this->load('getFragment_Renderer_InlineService.php')), ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->load('getLocaleServiceInterfaceService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getResponseExceptionListenerService.php:11 {
                    require …
                    › 
                    › $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener(($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->load('getDocumentRendererService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), false);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1681 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.exception', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService.php'));
                    › }, 1 => 'onKernelException'], 0);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#729
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.ActionsHelper::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTemplating_Helper_ActionsService.php:11 {
                    require …
                    › 
                    › return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->load('getFragment_HandlerService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:2131 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->getPimcore_Templating_ActionRendererService() …
                    › {
                    ›     return $this->services['pimcore.templating.action_renderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['templating.helper.actions'] ?? $this->load('getTemplating_Helper_ActionsService.php')), ($this->services['pimcore.controller.config.config_normalizer'] ?? $this->getPimcore_Controller_Config_ConfigNormalizerService()));
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getDocumentRendererService.php:12 {
                    require …
                    › 
                    › $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore.templating.action_renderer'] ?? $this->getPimcore_Templating_ActionRendererService()), ($this->privates['fragment.renderer.inline'] ?? $this->load('getFragment_Renderer_InlineService.php')), ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->load('getLocaleServiceInterfaceService.php')));
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getResponseExceptionListenerService.php:11 {
                    require …
                    › 
                    › $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener(($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->load('getDocumentRendererService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), false);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:1681 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->ContainerPyX3tLQ\{closure} …
                    › $instance->addListener('kernel.exception', [0 => function () {
                    ›     return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService.php'));
                    › }, 1 => 'onKernelException'], 0);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                    ›     $listener[0] = $listener[0]();
                    ›     $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {
                    ›     $this->sortListeners($eventName);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                    ›     $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);
                    › try {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#753
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FrontendRoutingListener.php:142 {
                    Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › // in case routing didn't find a matching route, check for redirects without override
                    › $exception = $event->getException();
                    › if ($exception instanceof NotFoundHttpException) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => """
              SELECT * FROM redirects WHERE\n
                          (\n
                              (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR\n
                              (source = :sourcePathQuery AND `type` = :typePathQuery) OR\n
                              (source = :sourceEntireUri AND `type` = :typeEntireUri)\n
                          ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL ORDER BY `priority` DESC
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "sourcePath" => "/wp-login.php"
              "sourcePathQuery" => "/wp-login.php"
              "sourceEntireUri" => "http://ps.dp-uat.citroen.i [...]"
              "typePath" => "path"
              "typePathQuery" => "path_query"
              "typeEntireUri" => "entire_uri"
              "typeAuto" => "auto_create"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#763
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:45 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
                    › {
                    ›     $e = FlattenException::createFromThrowable($event->getException());
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#766
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:47 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
                    › 
                    ›     $this->logException($event->getException(), sprintf('Uncaught PHP Exception %s: "%s" at %s line %s', $e->getClass(), $e->getMessage(), $e->getFile(), $e->getLine()));
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /wp-login.php"" at /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 136"
            "priority" => 400
            "priorityName" => "ERROR"
            "context" => [
              "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#670
                -statusCode: 404
                -headers: []
                #message: "No route found for "POST /wp-login.php""
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php"
                #line: 136
                -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#669 …}
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:136 {
                    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
                    › 
                    ›     throw new NotFoundHttpException($message, $e);
                    › } catch (MethodNotAllowedException $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);
                    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#767
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseExceptionListener.php:84 {
                    Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › {
                    ›     $exception = $event->getException();
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#770
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/BruteforceProtectionListener.php:75 {
                    Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › // handle brute force exception and return a plaintext response
                    › $e = $event->getException();
                    › if ($e instanceof BruteforceProtectionException) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#773
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminExceptionListener.php:53 {
                    Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › $request = $event->getRequest();
                    › $ex = $event->getException();
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#776
                #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
                #line: 57
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
                    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                    › {
                    ›     @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:56 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › 
                    › $exception = $event->getException();
                    › $request = $this->duplicateRequest($exception, $event->getRequest());
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Resolved editmode to {editmode}"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "editmode" => "false"
              "params" => [
                "param" => false
                "adminRequest" => false
                "user" => false
              ]
            ]
            "channel" => "init"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#2404
                #message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
                #line: 148
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › } else {
                    ›     @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
                    ›     $swap = $event;
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php:436 {
                    Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener->responseCanBeCached(Response $response): bool …
                    › $event = new CacheResponseEvent($response, $cache);
                    › $this->eventDispatcher->dispatch(FullPageCacheEvents::CACHE_RESPONSE, $event);
                    › 
                  }
                  /var/www/html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php:365 {
                    Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener->onKernelResponse(FilterResponseEvent $event) …
                    › 
                    › if (!$this->responseCanBeCached($response)) {
                    ›     $this->disable('Response can\'t be cached');
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
                    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                    › 
                    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:245 {
                    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                    › try {
                    ›     return $this->filterResponse($response, $request, $type);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\TagManagerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\CookiePolicyNoticeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Analytics\Piwik\EventListener\TrackingCodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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"
          ]
        ]
        "000000002db0091c000000004e9a6ce7" => [
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#905
                #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
                #code: 0
                #file: "/var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_Controller_ExceptionService.php"
                #line: 9
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_Controller_ExceptionService.php:9 {
                    require …
                    › 
                    › @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:255 {
                    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
                    › if (isset($this->fileMap[$id])) {
                    ›     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
                    › } elseif (isset($this->methodMap[$id])) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
                    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
                    › ?? $this->services[$id = $this->aliases[$id] ?? $id]
                    › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:53 {
                    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
                    › if ($this->container->has($class)) {
                    ›     return $this->container->get($class);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:70 {
                    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
                    › {
                    ›     return $this->configureController(parent::instantiateController($class), $class);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:122 {
                    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
                    › try {
                    ›     $controller = [$this->instantiateController($class), $method];
                    › } catch (\Error | \LogicException $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:42 {
                    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
                    › 
                    ›     return parent::createController($controller);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:62 {
                    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
                    › 
                    ›     return parent::createController($controller);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:86 {
                    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
                    › try {
                    ›     $callable = $this->createController($controller);
                    › } catch (\InvalidArgumentException $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:38 {
                    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
                    › 
                    › $ret = $this->resolver->getController($request);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:141 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // load controller
                    › if (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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › try {
                    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#906
                #message: "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
                #code: 0
                #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php"
                #line: 23
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:23 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), E_USER_DEPRECATED);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/getTwig_Controller_ExceptionService.php:11 {
                    require …
                    › 
                    › return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
                    › 
                  }
                  /var/www/html/var/cache/dev/ContainerPyX3tLQ/appAppKernelDevDebugContainer.php:874 {
                    ContainerPyX3tLQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
                    › {
                    ›     return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:255 {
                    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
                    › if (isset($this->fileMap[$id])) {
                    ›     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
                    › } elseif (isset($this->methodMap[$id])) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
                    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
                    › ?? $this->services[$id = $this->aliases[$id] ?? $id]
                    › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:53 {
                    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
                    › if ($this->container->has($class)) {
                    ›     return $this->container->get($class);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:70 {
                    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
                    › {
                    ›     return $this->configureController(parent::instantiateController($class), $class);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:122 {
                    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
                    › try {
                    ›     $controller = [$this->instantiateController($class), $method];
                    › } catch (\Error | \LogicException $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:42 {
                    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
                    › 
                    ›     return parent::createController($controller);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:62 {
                    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
                    › 
                    ›     return parent::createController($controller);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:86 {
                    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
                    › try {
                    ›     $callable = $this->createController($controller);
                    › } catch (\InvalidArgumentException $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:38 {
                    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
                    › 
                    › $ret = $this->resolver->getController($request);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:141 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // load controller
                    › if (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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › try {
                    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller_arguments"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller_arguments"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1)."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#1689
                #message: "User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1)."
                #code: 0
                #file: "/var/www/html/var/cache/dev/twig/31/3118c732bf5a4888f8f6c40b47287ec3c7fbb8f1fccb76df40259c5f2e619d59.php"
                #line: 49
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/twig/31/3118c732bf5a4888f8f6c40b47287ec3c7fbb8f1fccb76df40259c5f2e619d59.php:49 {
                    __TwigTemplate_24f155b6077d1a0927110a39f8c4df979cbf2584be836e9278dc8e13524b5709->doDisplay(array $context, array $blocks = []) …
                    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
                    › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED);
                    › // line 2
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/var/cache/dev/twig/fe/fec4f1bf74f6b371eb6b990281365afdd51500ed7e28fbe77138b99fe17cea5f.php:52 {
                    __TwigTemplate_34c43db16c51043eb9700e257d7f5a856836c2f9b4b3751ac5892871afe35459->doDisplay(array $context, array $blocks = []) …
                    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
                    › $this->parent->display($context, array_merge($this->blocks, $blocks));
                    › 
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:390 {
                    Twig\Template->render(array $context) …
                    › try {
                    ›     $this->display($context);
                    › } catch (\Throwable $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:45 {
                    Twig\TemplateWrapper->render(array $context = []): string …
                    ›     // as it should only be used by internal code
                    ›     return $this->template->render($context, \func_get_args()[1] ?? []);
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Environment.php:318 {
                    Twig\Environment->render($name, array $context = []) …
                    › {
                    ›     return $this->load($name)->render($context);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
                    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
                    ›     'logger' => $logger,
                    ›     'currentContent' => $currentContent,
                    › ]
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // call controller
                    › $response = $controller(...$arguments);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › try {
                    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1)."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#1702
                #message: "User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1)."
                #code: 0
                #file: "/var/www/html/var/cache/dev/twig/c0/c07426a70b90f84ca677afbd634cc89df499cf4954f00a118c13c5ce4e3b7afe.php"
                #line: 44
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/twig/c0/c07426a70b90f84ca677afbd634cc89df499cf4954f00a118c13c5ce4e3b7afe.php:44 {
                    __TwigTemplate_14a982409b90a30dd8f5ffc523ebbae4f55b5600fffafc7231b230ca035a1045->doDisplay(array $context, array $blocks = []) …
                    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
                    › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED);
                    › // line 4
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:390 {
                    Twig\Template->render(array $context) …
                    › try {
                    ›     $this->display($context);
                    › } catch (\Throwable $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {
                    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
                    › 
                    ›     return $loaded ? $loaded->render($variables) : '';
                    › } finally {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig:11 {
                    __TwigTemplate_24f155b6077d1a0927110a39f8c4df979cbf2584be836e9278dc8e13524b5709->doDisplay(array $context, array $blocks = []) …
                    › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
                    › <style>{{ include('@Twig/exception.css.twig') }}</style>
                    › {% block head %}{% endblock %}
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/var/cache/dev/twig/fe/fec4f1bf74f6b371eb6b990281365afdd51500ed7e28fbe77138b99fe17cea5f.php:52 {
                    __TwigTemplate_34c43db16c51043eb9700e257d7f5a856836c2f9b4b3751ac5892871afe35459->doDisplay(array $context, array $blocks = []) …
                    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
                    › $this->parent->display($context, array_merge($this->blocks, $blocks));
                    › 
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:390 {
                    Twig\Template->render(array $context) …
                    › try {
                    ›     $this->display($context);
                    › } catch (\Throwable $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:45 {
                    Twig\TemplateWrapper->render(array $context = []): string …
                    ›     // as it should only be used by internal code
                    ›     return $this->template->render($context, \func_get_args()[1] ?? []);
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Environment.php:318 {
                    Twig\Environment->render($name, array $context = []) …
                    › {
                    ›     return $this->load($name)->render($context);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
                    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
                    ›     'logger' => $logger,
                    ›     'currentContent' => $currentContent,
                    › ]
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // call controller
                    › $response = $controller(...$arguments);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › try {
                    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1)."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#1977
                #message: "User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1)."
                #code: 0
                #file: "/var/www/html/var/cache/dev/twig/f8/f872ff88e2004a61d346aad3263eddb66da6d726df86b8d33536cd5a1fc2b124.php"
                #line: 44
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/var/cache/dev/twig/f8/f872ff88e2004a61d346aad3263eddb66da6d726df86b8d33536cd5a1fc2b124.php:44 {
                    __TwigTemplate_338a32b45a38b903fd204e0cdfb450694440d87e150d10e8711749c0abaf8a2f->doDisplay(array $context, array $blocks = []) …
                    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
                    › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
                    › // line 4
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:390 {
                    Twig\Template->render(array $context) …
                    › try {
                    ›     $this->display($context);
                    › } catch (\Throwable $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {
                    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
                    › 
                    ›     return $loaded ? $loaded->render($variables) : '';
                    › } finally {
                  }
                  /var/www/html/var/cache/dev/twig/31/3118c732bf5a4888f8f6c40b47287ec3c7fbb8f1fccb76df40259c5f2e619d59.php:117 {
                    __TwigTemplate_24f155b6077d1a0927110a39f8c4df979cbf2584be836e9278dc8e13524b5709->doDisplay(array $context, array $blocks = []) …
                    › echo "        ";
                    › echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
                    › echo "
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/var/cache/dev/twig/fe/fec4f1bf74f6b371eb6b990281365afdd51500ed7e28fbe77138b99fe17cea5f.php:52 {
                    __TwigTemplate_34c43db16c51043eb9700e257d7f5a856836c2f9b4b3751ac5892871afe35459->doDisplay(array $context, array $blocks = []) …
                    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
                    › $this->parent->display($context, array_merge($this->blocks, $blocks));
                    › 
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:405 {
                    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                    › try {
                    ›     $this->doDisplay($context, $blocks);
                    › } catch (Error $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:378 {
                    Twig\Template->display(array $context, array $blocks = []) …
                    › {
                    ›     $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Template.php:390 {
                    Twig\Template->render(array $context) …
                    › try {
                    ›     $this->display($context);
                    › } catch (\Throwable $e) {
                  }
                  /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:45 {
                    Twig\TemplateWrapper->render(array $context = []): string …
                    ›     // as it should only be used by internal code
                    ›     return $this->template->render($context, \func_get_args()[1] ?? []);
                    › }
                  }
                  /var/www/html/vendor/twig/twig/src/Environment.php:318 {
                    Twig\Environment->render($name, array $context = []) …
                    › {
                    ›     return $this->load($name)->render($context);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
                    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
                    ›     'logger' => $logger,
                    ›     'currentContent' => $currentContent,
                    › ]
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // call controller
                    › $response = $controller(...$arguments);
                    › 
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->handleRaw($request, $type);
                    › } catch (\Exception $e) {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
                    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
                    › try {
                    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                    › } catch (\Exception $e) {
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                    › 
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }
                    ›     $listener($event, $eventName, $this);
                    › }
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      $eventName: "kernel.request"
                      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {
                    ›     $this->doDispatch($listeners, $eventName, $event);
                    › 
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {
                    ›     $this->callListeners($listeners, $eventName, $event);
                    › }
                    arguments: {
                      $listeners: [ …28]
                      $eventName: "kernel.request"
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {
                    ›     $this->dispatcher->dispatch($event, $eventName);
                    › } finally {
                    arguments: {
                      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#265 …}
                      ...: {
                        "kernel.request"
                      }
                    }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
                    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/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › 
                    ›     return $this->handleThrowable($e, $request, $type);
                    › }
                  }
                  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {
                    ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                    › } finally {
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                      $type: 1
                      $catch: true
                    }
                  }
                  /var/www/html/web/app.php:36 {
                    › 
                    › $response = $kernel->handle($request);
                    › $response->send();
                    arguments: {
                      $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\TagManagerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\CookiePolicyNoticeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Analytics\Piwik\EventListener\TrackingCodeListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1761726950
            "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" => 1761726950
            "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" => 1761726950
            "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: [
        "000000002db00a10000000004e9a6ce7" => 1
        "000000002db0091c000000004e9a6ce7" => 0
      ]
      -requestStack: Symfony\Component\HttpFoundation\RequestStack {#219 …}
    }
  ]
  #microsecondTimestamps: true
  #exceptionHandler: null
} |