Error 404 Not Found

GET https://dev.adp-officedesign.de/sx.php

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"VB94uYwG1cI="
_route_params
[]
_stopwatch_token
"312b75"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1742
  #message: "No route found for "GET https://dev.adp-officedesign.de/sx.php" (from "https://dev.adp-officedesign.de/_profiler/latest?ip=74.7.243.217&limit=10&method=GET&type=request&url=https://beta.adp-officedesign.de/navigation/e7c74b15582d428698f44affe295efd8?p%3D6")"
  #code: 0
  #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1500 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
        }
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …19]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1019 …}
        $type: 1
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1019 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1019 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
        $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
        $request: Symfony\Component\HttpFoundation\Request {#909 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#909 …}
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#72 …}
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#72 …}
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
      Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#72 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#72 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#72 …}
      }
    }
    /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#509
  -records: [
    "" => [
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.548+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#620
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
                › $this->container->set($definition->getEntityName(), $definition);$this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));$registry->register($definition, $definition->getEntityName());
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/System/System.php:63 {
                Shopware\Core\System\System->boot(): void …
                › 
                ›     $this->container->get(CustomEntityRegistrar::class)->register();}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:149 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:127 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.564+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore" class is considered internal. It may change without further notice. You should not use it from "Acris\CookieConsent\Storefront\Framework\Cache\CacheStore"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#898
            #message: "User Deprecated: The "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore" class is considered internal. It may change without further notice. You should not use it from "Acris\CookieConsent\Storefront\Framework\Cache\CacheStore"."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCacheStoreService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13989 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › }$b = ($container->services['Acris\\CookieConsent\\Storefront\\Framework\\Cache\\CacheStore'] ?? self::getCacheStoreService($container));}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.564+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CookieConsent\Storefront\Framework\Cache\CacheStore"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#899
            #message: "User Deprecated: The "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CookieConsent\Storefront\Framework\Cache\CacheStore"."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCacheStoreService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13989 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › }$b = ($container->services['Acris\\CookieConsent\\Storefront\\Framework\\Cache\\CacheStore'] ?? self::getCacheStoreService($container));}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.567+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "routing-domains"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.570+00:00"
        "message" => "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#998
            #message: "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:54 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Connection.php:196 {
                Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
                › 
                ›     $this->platform = $this->driver->getDatabasePlatform($versionProvider);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Query/QueryBuilder.php:1316 {
                Doctrine\DBAL\Query\QueryBuilder->getSQLForSelect(): string …
                › 
                › $databasePlatform = $this->connection->getDatabasePlatform();$selectParts      = [];
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Query/QueryBuilder.php:357 {
                Doctrine\DBAL\Query\QueryBuilder->getSQL(): string …
                › QueryType::UPDATE => $this->getSQLForUpdate(),QueryType::SELECT => $this->getSQLForSelect(),QueryType::UNION  => $this->getSQLForUnion(),
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/doctrine/dbal/src/Query/QueryBuilder.php:316 {
                Doctrine\DBAL\Query\QueryBuilder->executeQuery(): Result …
                › return $this->connection->executeQuery(    $this->getSQL(),    $this->params,
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/DomainLoader.php:64 {
                Shopware\Storefront\Framework\Routing\DomainLoader->load(): array …
                › /** @var array<string, Domain> $domains */$domains = FetchModeHelper::groupUnique($query->executeQuery()->fetchAllAssociative());}
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php:38 {
                Shopware\Storefront\Framework\Routing\CachedDomainLoader->Shopware\Storefront\Framework\Routing\{closure} …
                › $value = $this->cache->get(self::CACHE_KEY, fn (ItemInterface $item) => CacheValueCompressor::compress(    $this->getDecorated()->load()));
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\TagAwareAdapter->Symfony\Component\Cache\Traits\{closure} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\TagAwareAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\TagAwareAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\TagAwareAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php:37 {
                Shopware\Storefront\Framework\Routing\CachedDomainLoader->load(): array …
                › {    $value = $this->cache->get(self::CACHE_KEY, fn (ItemInterface $item) => CacheValueCompressor::compress(        $this->getDecorated()->load()
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php:259 {
                Shopware\Storefront\Framework\Routing\RequestTransformer->findSalesChannel(Request $request): ?array …
                › {    $domains = $this->domainLoader->load();}
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php:106 {
                Shopware\Storefront\Framework\Routing\RequestTransformer->transform(Request $request): Request …
                › 
                › $salesChannel = $this->findSalesChannel($request);if ($salesChannel === null) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $request = $this->requestTransformer->transform($request);} catch (\Throwable $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.576+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.576+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.576+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
    ]
    1019 => [
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.616+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1302
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getElasticsearchEntityAggregatorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:21549 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getUser_RepositoryService($container) …
                › }$c = ($container->services['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\ElasticsearchEntityAggregator'] ?? self::getElasticsearchEntityAggregatorService($container));}
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:35521 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getApiAuthenticationListenerService($container) …
                › {    $a = ($container->services['user.repository'] ?? self::getUser_RepositoryService($container));}
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13491 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? self::getSalesChannelAuthenticationListenerService($container)), 'validateRequest'], -2);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? self::getApiAuthenticationListenerService($container)), 'setupOAuth'], 128);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? self::getApiAuthenticationListenerService($container)), 'validateRequest'], -2);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.627+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1330
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getWebhookTimezoneSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13793 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? self::getSubscriptionSubscriberService($container)), 'addSubscriptionData'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'] ?? self::getWebhookTimezoneSubscriberService($container)), 'fixWebhookTimezone'], 31);$instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountOrderPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber'] ?? self::getOrderEditSubscriberService($container)), 'accountOrderDetailPageLoaded'], 0);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.650+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.694+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.adp-officedesign.de/sx.php" (from "https://dev.adp-officedesign.de/_profiler/latest?ip=74.7.243.217&limit=10&method=GET&type=request&url=https://beta.adp-officedesign.de/navigation/e7c74b15582d428698f44affe295efd8?p%3D6")" at RouterListener.php line 156"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1742
            #message: "No route found for "GET https://dev.adp-officedesign.de/sx.php" (from "https://dev.adp-officedesign.de/_profiler/latest?ip=74.7.243.217&limit=10&method=GET&type=request&url=https://beta.adp-officedesign.de/navigation/e7c74b15582d428698f44affe295efd8?p%3D6")"
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1500 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\DomainNotMappedListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Administration\Framework\Routing\NotFound\AdministrationNotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Dne\PconUi\Listeners\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber::onResetPaypalExpress"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.771+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.772+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2054 => [
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.695+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.698+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.699+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.699+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXsfKOFQ\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.699+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.732+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2343
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseCacheSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27051 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCookiesAcceptServiceService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Components\\CookiesAcceptService'] = new \Acris\CookieConsent\Components\CookiesAcceptService($container, ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseCacheSubscriber'] ?? self::getResponseCacheSubscriberService($container)), $a);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27136 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › }$b = ($container->privates['Acris\\CookieConsent\\Components\\CookiesAcceptService'] ?? self::getCookiesAcceptServiceService($container));}
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13769 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [#[\Closure(name: 'Trustami\\Seller\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Trustami\\Seller\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriberService($container)), 'onProductPageLoaded'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.733+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\ResponseSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2364
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\ResponseSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13769 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [#[\Closure(name: 'Trustami\\Seller\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Trustami\\Seller\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriberService($container)), 'onProductPageLoaded'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.733+00:00"
        "message" => "User Deprecated: The "InvTrackingAdcell\Framework\Cookie\CustomCookieProvider" class implements "Shopware\Storefront\Framework\Cookie\CookieProviderInterface" that is deprecated tag:v6.8.0 - Will be removed in 6.8.0. Use {@see CookieGroupCollectEvent} instead to introduce cookies."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2354
            #message: "User Deprecated: The "InvTrackingAdcell\Framework\Cookie\CustomCookieProvider" class implements "Shopware\Storefront\Framework\Cookie\CookieProviderInterface" that is deprecated tag:v6.8.0 - Will be removed in 6.8.0. Use {@see CookieGroupCollectEvent} instead to introduce cookies."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCustomCookieProviderService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27162 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] = new \Acris\CookieConsent\Subscriber\ResponseSubscriber($container, $a, $b, $c, new \Acris\CookieConsent\Components\RegisteredCookiesService(($container->privates['InvTrackingAdcell\\Framework\\Cookie\\CustomCookieProvider'] ?? self::getCustomCookieProviderService($container)), $a, $d, $e, $f));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13769 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [#[\Closure(name: 'Trustami\\Seller\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Trustami\\Seller\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriberService($container)), 'onProductPageLoaded'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.733+00:00"
        "message" => "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider service will be removed in v6.8.0.0 without replacement"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2356
            #message: "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider service will be removed in v6.8.0.0 without replacement"
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php"
            #line: 41730
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:41730 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getAppCookieProviderService($container) …
                › {    trigger_deprecation('shopware/storefront', '6.7.3.0', 'The Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider service will be removed in v6.8.0.0 without replacement');}
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27544 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCustomCookieProviderService($container) …
                › {    return $container->privates['InvTrackingAdcell\\Framework\\Cookie\\CustomCookieProvider'] = new \InvTrackingAdcell\Framework\Cookie\CustomCookieProvider(self::getAppCookieProviderService($container));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27162 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] = new \Acris\CookieConsent\Subscriber\ResponseSubscriber($container, $a, $b, $c, new \Acris\CookieConsent\Components\RegisteredCookiesService(($container->privates['InvTrackingAdcell\\Framework\\Cookie\\CustomCookieProvider'] ?? self::getCustomCookieProviderService($container)), $a, $d, $e, $f));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13769 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [#[\Closure(name: 'Trustami\\Seller\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Trustami\\Seller\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriberService($container)), 'onProductPageLoaded'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.733+00:00"
        "message" => "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2362
            #message: "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php"
            #line: 41744
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:41744 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getAppCookieProvider_InnerService($container) …
                › {    trigger_deprecation('shopware/storefront', '6.7.3.0', 'The Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies.');}
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:41732 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getAppCookieProviderService($container) …
                › 
                ›     return new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(self::getAppCookieProvider_InnerService($container));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27544 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getCustomCookieProviderService($container) …
                › {    return $container->privates['InvTrackingAdcell\\Framework\\Cookie\\CustomCookieProvider'] = new \InvTrackingAdcell\Framework\Cookie\CustomCookieProvider(self::getAppCookieProviderService($container));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:27162 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] = new \Acris\CookieConsent\Subscriber\ResponseSubscriber($container, $a, $b, $c, new \Acris\CookieConsent\Components\RegisteredCookiesService(($container->privates['InvTrackingAdcell\\Framework\\Cookie\\CustomCookieProvider'] ?? self::getCustomCookieProviderService($container)), $a, $d, $e, $f));}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13769 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [#[\Closure(name: 'Trustami\\Seller\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Trustami\\Seller\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriberService($container)), 'onProductPageLoaded'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.740+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2300
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getPaypalExpressSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13788 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber'] ?? self::getPaypalExpressSubscriberService($container)), 'onCheckoutSuccess'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber'] ?? self::getPaypalExpressSubscriberService($container)), 'onResetPaypalExpress'], 0);$instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartBeforeSerializationEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? self::getSubscriptionSubscriberService($container)), 'onBeforeSerializeCart'], 0);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.741+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#68
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::getBeforeResponseSendSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/web1/htdocs/shopwarebeta/var/cache/dev_h8386888ab0924a032ddcc1f5278dcc89/ContainerXsfKOFQ/Shopware_Core_KernelDevDebugContainer.php:13774 {
                ContainerXsfKOFQ\Shopware_Core_KernelDevDebugContainer::ContainerXsfKOFQ\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundPageCacheKeyEvent', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\NotFoundCacheKeySubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\NotFoundCacheKeySubscriber'] ??= new \Acris\CookieConsent\Subscriber\NotFoundCacheKeySubscriber()), 'onNotFoundPageCacheKeyEvent'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\BeforeResponseSendSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\BeforeResponseSendSubscriber'] ?? self::getBeforeResponseSendSubscriberService($container)), 'setFunctionalCookiesWithValue'], -3000);$instance->addListener('kernel.response', [#[\Closure(name: 'Dne\\PconUi\\Listeners\\ResponseHeaderListener')] fn () => ($container->privates['Dne\\PconUi\\Listeners\\ResponseHeaderListener'] ??= new \Dne\PconUi\Listeners\ResponseHeaderListener()), 'onResponse'], 0);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                  }
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#534 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …19]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#935 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#1019 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#813 …}
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#909 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#72 …}
                }
              }
              /var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web1/htdocs/shopwarebeta/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Dne\PconUi\Listeners\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber::onResetPaypalExpress"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770646115
        "timestamp_rfc3339" => "2026-02-09T14:08:35.759+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    1019 => 0
    2054 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#541 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
content-length
"0"
forwarded
"for="74.7.243.200";host="dev.adp-officedesign.de";proto=https"
from
"gptbot(at)openai.com"
host
"dev.adp-officedesign.de"
referer
"https://dev.adp-officedesign.de/_profiler/latest?ip=74.7.243.217&limit=10&method=GET&type=request&url=https://beta.adp-officedesign.de/navigation/e7c74b15582d428698f44affe295efd8?p%3D6"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"OgrQkxFGwZLMxvqnVhobFgTSrpzwV2QS"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-forwarded-for
"74.7.243.200"
x-openai-host-hash
"992312123"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 09 Feb 2026 14:08:35 GMT"
sw-context-token
"OgrQkxFGwZLMxvqnVhobFgTSrpzwV2QS"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fdev.adp-officedesign.de%2Fsx.php%22%20%28from%20%22https%3A%2F%2Fdev.adp-officedesign.de%2F_profiler%2Flatest%3Fip%3D74.7.243.217%26limit%3D10%26method%3DGET%26type%3Drequest%26url%3Dhttps%3A%2F%2Fbeta.adp-officedesign.de%2Fnavigation%2Fe7c74b15582d428698f44affe295efd8%3Fp%253D6%22%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fweb1%2Fhtdocs%2Fshopwarebeta%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"8bc0d3"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Mon, 09 Feb 26 14:08:35 +0000"
Last used
"Mon, 09 Feb 26 14:08:35 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"oko046apjtastuaq99jq5j5s0c"
sw-context-token
"OgrQkxFGwZLMxvqnVhobFgTSrpzwV2QS"
sw-sales-channel-id
"994ccf84bd8b4f13ac7d5c9550b524c4"

Session Usage

11 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:89
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 89
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:224
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 224
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 101
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:103
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 103
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:104
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 104
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/web1/htdocs/shopwarebeta/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/web1/htdocs/shopwarebeta/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def00000b35ab954a1df6993bd223b1afd0fe98e80a5ff7637c05ec96c26bac3d49d1904f58b1989ad568360334c0aaa75849efa4b8c19af5902aeeb78ea5a771d97831b"
APP_URL
"https://shop.adp-officedesign.de"
APP_URL_CHECK_DISABLED
"1"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/web1/htdocs/shopware/var/cache/composer"
DATABASE_URL
"mysql://beta:BesAmmainmuWow@localhost:3306/shopware_beta"
INSTANCE_ID
"E1yZLIBK7TQvOcaTT28CummD5JLpZoia"
LOCK_DSN
"flock"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"86400"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/var/www/web1/htdocs/shopwarebeta/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/web1/htdocs/shopwarebeta/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"39429"
H2_STREAM_TAG
"2606773-451-39429"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FORWARDED
"for="74.7.243.200";host="dev.adp-officedesign.de";proto=https"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"dev.adp-officedesign.de"
HTTP_REFERER
"https://dev.adp-officedesign.de/_profiler/latest?ip=74.7.243.217&limit=10&method=GET&type=request&url=https://beta.adp-officedesign.de/navigation/e7c74b15582d428698f44affe295efd8?p%3D6"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"74.7.243.200"
HTTP_X_OPENAI_HOST_HASH
"992312123"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPRC
"/var/www/web1/conf/php82/"
PHP_FCGI_MAX_REQUESTS
"5000"
PHP_SELF
"/index.php"
PWD
"/var/www/web1/conf/php82"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"39429"
REDIRECT_H2_STREAM_TAG
"2606773-451-39429"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://dev.adp-officedesign.de/sx.php"
REDIRECT_SCRIPT_URL
"/sx.php"
REDIRECT_SSL_TLS_SNI
"dev.adp-officedesign.de"
REDIRECT_STATUS
"200"
REDIRECT_TMP
"/var/www/web1/tmp"
REDIRECT_TMPDIR
"/var/www/web1/tmp"
REDIRECT_URL
"/sx.php"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"59726"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1770646115
REQUEST_TIME_FLOAT
1770646115.3966
REQUEST_URI
"/sx.php"
SCRIPT_FILENAME
"/var/www/web1/htdocs/shopwarebeta/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dev.adp-officedesign.de/sx.php"
SCRIPT_URL
"/sx.php"
SERVER_ADDR
"116.202.66.39"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dev.adp-officedesign.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
"<address>Apache Server at dev.adp-officedesign.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"dev.adp-officedesign.de"
SYMFONY_DOTENV_PATH
"/var/www/web1/htdocs/shopwarebeta/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,APP_URL_CHECK_DISABLED,COMPOSER_HOME"
TMP
"/var/www/web1/tmp"
TMPDIR
"/var/www/web1/tmp"

Parent Request

Return to parent request (token = 565c1d)

Key Value
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_stopwatch_token
"95433f"
resolved-uri
"/sx.php"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"0199dcac6b7e7d90984b3f9a33691fd3"
sw-maintenance
false
sw-maintenance-ip-whitelist
"[]"
sw-original-request-uri
"/sx.php"
sw-sales-channel-absolute-base-url
"https://dev.adp-officedesign.de"
sw-sales-channel-base-url
""
sw-sales-channel-id
"994ccf84bd8b4f13ac7d5c9550b524c4"
sw-snippet-set-id
"5b21124728ac4dd187824f84bb5dc4ba"
sw-storefront-url
"https://dev.adp-officedesign.de"
theme-base-name
null
theme-id
"019b02d705d77170a6ee0bbe8fd70b93"
theme-name
"AdpofficedesignTheme"