Error 404 Not Found

GET https://staging.promoshirt.ch/detail/87508c25be0f4823ac9d65a2ed62f10e

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"wPxtjBxXexM="
_route_params
[]
_stopwatch_token
"7dd14b"
exception
Shopware\Core\Content\Product\Exception\ProductNotFoundException {#4236
  #message: "Could not find product with id "87508c25be0f4823ac9d65a2ed62f10e""
  #code: 0
  #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/ProductException.php"
  #line: 136
  -statusCode: 404
  -headers: []
  #parameters: [
    "entity" => "product"
    "field" => "id"
    "value" => "87508c25be0f4823ac9d65a2ed62f10e"
  ]
  #statusCode: 404
  #errorCode: "CONTENT__PRODUCT_NOT_FOUND"
  trace: {
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/ProductException.php:136 {
      Shopware\Core\Content\Product\ProductException::productNotFound(string $productId): ProductNotFoundException …
      › {    return new ProductNotFoundException($productId);}
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:109 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
      › if (!($product instanceof SalesChannelProductEntity)) {    throw ProductException::productNotFound($productId);}
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:83 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
      › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
      Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
      › 
      › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Controller/ProductController.php:61 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->productPageLoader->load($request, $context);}
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#642
  -records: [
    "" => [
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.482+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 {#119
            #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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/System.php:69 {
                Shopware\Core\System\System->boot(): void …
                › 
                ›     $this->container->get(CustomEntityRegistrar::class)->register();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php:149 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.508+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 {#913
            #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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getElasticsearchEntityAggregatorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:21697 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
                › }$c = ($container->services['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\ElasticsearchEntityAggregator'] ?? self::getElasticsearchEntityAggregatorService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:8892 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
                › }$c = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:45866 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getHttpKernel_Cache_InnerService($container) …
                › }$b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:14845 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['http_kernel.cache.inner'] ?? self::getHttpKernel_Cache_InnerService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.509+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1205
            #message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:45866 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getHttpKernel_Cache_InnerService($container) …
                › }$b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:14845 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['http_kernel.cache.inner'] ?? self::getHttpKernel_Cache_InnerService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.515+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.515+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.516+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\HttpCacheKeyEvent"
          "listener" => "Acris\PriceOnRequest\Storefront\Subscriber\CacheSubscriber::onHttpCacheKeyEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.516+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\HttpCacheKeyEvent"
          "listener" => "Dtgs\GoogleTagManager\Subscriber\HttpCacheKeySubscriber::onHttpCacheKey"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.519+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1276
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php:754 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:54 {
                Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
                › {    $requestUri = (string)$request->get("sw-original-request-uri");}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $redirect = $this->canonicalRedirectService->getRedirect($request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.519+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1294
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php:754 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:56 {
                Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
                › 
                › $storefrontUri = $request->get('sw-sales-channel-absolute-base-url');$requestBase = $request->getPathInfo();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $redirect = $this->canonicalRedirectService->getRedirect($request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.519+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1290
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-foundation/Request.php:754 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:60 {
                Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
                › 
                › $salesChannelId = $request->get('sw-sales-channel-id');}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $redirect = $this->canonicalRedirectService->getRedirect($request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.521+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.521+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.521+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.521+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Http\Event\BeforeCacheControlEvent"
          "listener" => "Shopware\Administration\Framework\Adapter\Cache\Http\AdministrationCacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.828+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.828+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"
      ]
    ]
    1273 => [
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.541+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.541+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.detail.page"
          "route_parameters" => [
            "_route" => "frontend.detail.page"
            "_routeScope" => [
              "storefront"
            ]
            "_httpCache" => true
            "_controller" => "Shopware\Storefront\Controller\ProductController::index"
            "productId" => "87508c25be0f4823ac9d65a2ed62f10e"
          ]
          "request_uri" => "https://staging.promoshirt.ch/detail/87508c25be0f4823ac9d65a2ed62f10e"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.546+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.547+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.577+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareModern\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1872
            #message: "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareModern\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:4704 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::Container4Art7oY\{closure} …
                › yield 42 => ($container->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnImageGalleryGridTypeDataResolver'] ?? self::getTcinnImageGalleryGridTypeDataResolverService($container));yield 43 => ($container->privates['TcinnThemeWareModern\\Core\\Content\\Product\\Cms\\TcinnProductDescriptionReviewsAccordionCmsElementResolver'] ?? self::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container));yield 44 => ($container->privates['TcinnThemeWareModern\\Core\\Content\\Category\\Cms\\TcinnSidebarSubcategoryNavigationCmsElementResolver'] ?? self::getTcinnSidebarSubcategoryNavigationCmsElementResolverService($container));
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:4660 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › $instance = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Category\\Cms\\CategoryNavigationCmsElementResolver'] ?? self::getCategoryNavigationCmsElementResolverService($container));
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:31177 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
                › {    return $container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader(($container->services['cms_page.repository'] ?? self::getCmsPage_RepositoryService($container)), ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container)));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:6487 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getProductDetailRouteService($container) …
                › {    return $container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container)), ($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container)), ($container->services['Doctrine\\DBAL\\Connection'] ?? self::getConnectionService($container)), ($container->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? self::getProductPageConfiguratorLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? self::getSalesChannelProductDefinitionService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ??= new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container)));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:11399 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getProductControllerService($container) …
                › $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));$b = ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] ?? self::getProductDetailRouteService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.637+00:00"
        "message" => "User Deprecated: Since shopware/core 6.8.0.0: tag:v6.8.0 - The Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2 service will be removed in v6.8.0.0. Use Shopware\Core\Checkout\Payment\Cart\Token\PaymentTokenGenerator instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2344
            #message: "User Deprecated: Since shopware/core 6.8.0.0: tag:v6.8.0 - The Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2 service will be removed in v6.8.0.0. Use Shopware\Core\Checkout\Payment\Cart\Token\PaymentTokenGenerator instead."
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php"
            #line: 30608
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:30608 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getJWTFactoryV2Service($container) …
                › {    trigger_deprecation('shopware/core', '6.8.0.0', 'tag:v6.8.0 - The Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2 service will be removed in v6.8.0.0. Use Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\PaymentTokenGenerator instead.');}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:30737 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getPaymentProcessorService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\PaymentProcessor(($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? self::getJWTFactoryV2Service($container)), $a, ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\PaymentTokenLifecycle'] ?? self::getPaymentTokenLifecycleService($container)), $b, $c, ($container->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? self::getOrderTransactionStateHandlerService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentTransactionStructFactory'] ??= new \Shopware\Core\Checkout\Payment\Cart\PaymentTransactionStructFactory()), ($container->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? self::getInitialStateIdLoaderService($container)), ($container->services['router'] ?? self::getRouterService($container)), $d);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:3105 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PaymentProcessor'] ?? self::getPaymentProcessorService($container));}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:3151 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\RedisCartPersister'] ?? self::getRedisCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/dev_hb9f011f46556c00413dc917872c7adce/Container4Art7oY/Shopware_Core_KernelDevDebugContainer.php:3148 {
                Container4Art7oY\Shopware_Core_KernelDevDebugContainer::Container4Art7oY\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:258 {
                Container4Art7oY\CartServiceGhost293df64->__isset($name): bool …
                ›     && LazyObjectState::STATUS_INITIALIZED_FULL !== $state->status    && LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:55 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->hasCart(string $token): bool …
                › {    return isset($this->cart[$token]);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:139 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › $esiRequest = $currentRequest?->attributes->has('_sw_esi') ?? false;if (!$this->cartService->hasCart($token) || !$esiRequest) {    // @deprecated tag:v6.8.0 - Permission will always be true
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:77 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:23 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    $context = $this->parent->get($parameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.662+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.662+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.662+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.662+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#1 Rule detection: ACRIS Price on Request - Customer not logged in with priority 100 (id: 018ce8800e1a72978e4ccac8d4f8c839)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#2 Rule detection: Always valid (Default) with priority 100 (id: 309e77e4c2434af4befc08fcf504a1c1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: 9918a5eb724743c3ac108ba0004b57b3)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#4 Rule detection: Cart >= 0 (Payment) with priority 100 (id: d9b7aac2db4a42b9902019fcf679d0fd)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#5 Rule detection: Verkaufskanal = Promoshirt with priority 1 (id: 5c5dc2192fb145d8ae0cbb93f6c78070)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.667+00:00"
        "message" => "#6 Rule detection: Shopkunden with priority 0 (id: ca049b689cbe42869840ef12b55d43f8)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.680+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$cmsPageVersionId is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3052
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$cmsPageVersionId is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:276 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › } else {    $entity->assign([$property => $decoded]);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$loginButtonText is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3045
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$loginButtonText is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$formButtonText is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3051
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$formButtonText is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$requestCartButtonText is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3060
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$requestCartButtonText is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$slotConfig is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3002
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$slotConfig is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$infoText is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3062
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$infoText is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.682+00:00"
        "message" => "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$priceText is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3063
            #message: "Deprecated: Creation of dynamic property Acris\PriceOnRequest\Custom\PriceOnRequestEntity::$priceText is deprecated"
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 55
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                ›     // @phpstan-ignore property.dynamicName (We have to use dynamic properties here to allow access to all entity properties)    $this->$name = $value;}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:26 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                ›     // @phpstan-ignore property.dynamicName (We allow dynamic assignment of all properties)    $this->$key = $value;} catch (\Error|\Exception) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:264 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › $decoded = $typed->getSerializer()->decode($typed, $row[$key]);$entity->assign([$property => $decoded]);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:176 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:590 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:95 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:141 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch, array $fieldsForPartialLoading, bool $isPartialLoading): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate(    $collection,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › // @phpstan-ignore varTag.type (phpstan can't detect that TEntityCollection is always an EntityCollection<Entity>)$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:259 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Components/PriceOnRequest/PriceOnRequestGateway.php:49 {
                Acris\PriceOnRequest\Components\PriceOnRequest\PriceOnRequestGateway->load(SalesChannelContext $salesChannelContext): PriceOnRequestCollection …
                › 
                ›     return $this->requestRepository->search($criteria, $salesChannelContext->getContext())->getEntities();}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $priceOnRequests = $this->gateway->load($context);$count = $this->requestCartGateway->getAddableRequestCartsCount($context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:69 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CartDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.687+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.688+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.688+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.688+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.688+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.690+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.690+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container4Art7oY\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.690+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.691+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.691+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.692+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
          "listener" => "NetzpBlog6\Subscriber\FrontendSubscriber::onProductCriteriaLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.697+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Acris\PriceOnRequest\Storefront\Subscriber\ProductLoadedSubscriber::onProductCriteriaLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.697+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Acris\PriceOnRequest\Storefront\Subscriber\CheapestPriceSubscriber::onSalesChannelProductCriteriaLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.704+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Acris\PriceOnRequest\Storefront\Subscriber\ProductLoadedSubscriber::onProductCriteriaLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.704+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Acris\PriceOnRequest\Storefront\Subscriber\CheapestPriceSubscriber::onSalesChannelProductCriteriaLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.727+00:00"
        "message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Could not find product with id "87508c25be0f4823ac9d65a2ed62f10e"" at ProductException.php line 136"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#4236
            #message: "Could not find product with id "87508c25be0f4823ac9d65a2ed62f10e""
            #code: 0
            #file: "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/ProductException.php"
            #line: 136
            -statusCode: 404
            -headers: []
            #parameters: [
              "entity" => "product"
              "field" => "id"
              "value" => "87508c25be0f4823ac9d65a2ed62f10e"
            ]
            #statusCode: 404
            #errorCode: "CONTENT__PRODUCT_NOT_FOUND"
            trace: {
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/ProductException.php:136 {
                Shopware\Core\Content\Product\ProductException::productNotFound(string $productId): ProductNotFoundException …
                › {    return new ProductNotFoundException($productId);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:109 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › if (!($product instanceof SalesChannelProductEntity)) {    throw ProductException::productNotFound($productId);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:83 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
                › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Controller/ProductController.php:61 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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 {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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')) {
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/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);}
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.793+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.793+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.793+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.793+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::addSecurityFixesOnResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.827+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"
      ]
    ]
    4462 => [
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.729+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container4Art7oY\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.731+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.756+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.756+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.756+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.756+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::addSecurityFixesOnResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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" => 1777305990
        "timestamp_rfc3339" => "2026-04-27T16:06:30.792+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
    1273 => 0
    4462 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#656 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
connection
"close"
forwarded
"for="40.77.167.23";host="staging.promoshirt.ch";proto=https"
from
"bingbot(at)microsoft.com"
host
"staging.promoshirt.ch"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"gvNXpLR9UeBWyUmxaUXJsXiFU3vFR5kp"
sw-language-id
"f492728e29ad40c6b7ec963422590768"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-forwarded-for
"40.77.167.23"
x-php-ob-level
"1"
x-real-ip
"40.77.167.23"

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, 27 Apr 2026 16:06:30 GMT"
sw-context-token
"gvNXpLR9UeBWyUmxaUXJsXiFU3vFR5kp"
sw-language-id
"f492728e29ad40c6b7ec963422590768"
vary
"Accept"
x-debug-exception
"Could%20not%20find%20product%20with%20id%20%2287508c25be0f4823ac9d65a2ed62f10e%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fpromoshirt.ch%2Fhttpdocs%2Fstaging%2Fvendor%2Fshopware%2Fcore%2FContent%2FProduct%2FProductException.php:136"
x-debug-token
"4c91c7"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 15

Session Metadata

Key Value
Created
"Mon, 27 Apr 26 16:06:30 +0000"
Last used
"Mon, 27 Apr 26 16:06:30 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"5ro5pud7jd4samdtkn1c71p4s7"
sw-context-token
"gvNXpLR9UeBWyUmxaUXJsXiFU3vFR5kp"
sw-rule-area-ids
[
  "shipping" => [
    "309e77e4c2434af4befc08fcf504a1c1"
    "9918a5eb724743c3ac108ba0004b57b3"
  ]
  "flow" => [
    "5c5dc2192fb145d8ae0cbb93f6c78070"
  ]
  "product" => [
    "ca049b689cbe42869840ef12b55d43f8"
  ]
  "promotion" => [
    "ca049b689cbe42869840ef12b55d43f8"
  ]
]
sw-rule-ids
[
  "018ce8800e1a72978e4ccac8d4f8c839"
  "309e77e4c2434af4befc08fcf504a1c1"
  "9918a5eb724743c3ac108ba0004b57b3"
  "d9b7aac2db4a42b9902019fcf679d0fd"
  "5c5dc2192fb145d8ae0cbb93f6c78070"
  "ca049b689cbe42869840ef12b55d43f8"
]
sw-sales-channel-id
"5a889d5ca7b340608dcbbf95773bf63f"

Session Usage

15 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:93
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 93
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:94
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 94
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:269
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 269
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 112
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:114
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 114
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:115
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 115
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:118
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 118
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:122
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 122
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:65
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:149
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 149
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 77
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 23
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 69
    "function" => "get"
    "class" => "Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:150
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 150
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 77
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/custom/plugins/AcrisPriceOnRequestCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 23
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 69
    "function" => "get"
    "class" => "Acris\PriceOnRequest\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/promoshirt.ch/httpdocs/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"http://admin:vevkut-4junmy-majVyg@v2202501241064308275.happysrv.de:9200"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"def000009542f99d3779c1c89edefd95225cd4cd3a8e7021b5bee34131c98b69cbb859dc54163dc22b83f13f4739617a4f265be2c3e094fb7d55b15796e801031db64bb1"
APP_URL
"https://staging.promoshirt.ch"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/vhosts/promoshirt.ch/httpdocs/staging/var/cache/composer"
DATABASE_URL
"mysql://shopware_staging_usr:0oUl%3Fd277@localhost:3306/shopware_staging"
INSTANCE_ID
"QEVeJT3zQUyDv9l8HbhhnqwP7ZtkrGza"
LOCK_DSN
"flock"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OPENSEARCH_URL
"http://admin:vevkut-4junmy-majVyg@v2202501241064308275.happysrv.de:9200"
PROXY_URL
"http://localhost"
SHOPWARE_ADMIN_ES_ENABLED
"0"
SHOPWARE_ADMIN_ES_INDEX_PREFIX
"sw-admin"
SHOPWARE_ADMIN_ES_REFRESH_INDICES
"0"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/var/www/vhosts/promoshirt.ch/httpdocs/staging"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/promoshirt.ch/httpdocs/staging"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/promoshirt.ch/httpdocs/staging/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/promoshirt.ch/httpdocs/staging/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_CONNECTION
"close"
HTTP_FORWARDED
"for="40.77.167.23";host="staging.promoshirt.ch";proto=https"
HTTP_FROM
"bingbot(at)microsoft.com"
HTTP_HOST
"staging.promoshirt.ch"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_FORWARDED_FOR
"40.77.167.23"
HTTP_X_REAL_IP
"40.77.167.23"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PP_CUSTOM_PHP_CGI_INDEX
"php83-fastcgi-nc"
PP_CUSTOM_PHP_INI
"/var/www/vhosts/system/staging.promoshirt.ch/etc/php.ini"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SSL_TLS_SNI
"staging.promoshirt.ch"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/Record-Trucker-Cap-Atlantis-AT515/AT515"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"50530"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1777305990
REQUEST_TIME_FLOAT
1777305990.4338
REQUEST_URI
"/detail/87508c25be0f4823ac9d65a2ed62f10e"
SCRIPT_FILENAME
"/var/www/vhosts/promoshirt.ch/httpdocs/staging/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"staging.promoshirt.ch"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at staging.promoshirt.ch Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"staging.promoshirt.ch"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/promoshirt.ch/httpdocs/staging/.env"
SYMFONY_DOTENV_VARS
"LOCK_DSN,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,COMPOSER_HOME,APP_DEBUG,ADMIN_OPENSEARCH_URL,SHOPWARE_ADMIN_ES_ENABLED,SHOPWARE_ADMIN_ES_REFRESH_INDICES,SHOPWARE_ADMIN_ES_INDEX_PREFIX,MESSENGER_TRANSPORT_DSN"

Parent Request

Return to parent request (token = 2833d7)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"UdVDPFGdpMQ="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "productId" => "87508c25be0f4823ac9d65a2ed62f10e"
]
_stopwatch_token
"b64b1b"
acris_price_on_request_is_bot
false
productId
"87508c25be0f4823ac9d65a2ed62f10e"
resolved-uri
"/detail/87508c25be0f4823ac9d65a2ed62f10e"
sw-context
Shopware\Core\Framework\Context {#2142
  #extensions: []
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2143 …}
  #ruleIds: [
    "018ce8800e1a72978e4ccac8d4f8c839"
    "309e77e4c2434af4befc08fcf504a1c1"
    "9918a5eb724743c3ac108ba0004b57b3"
    "d9b7aac2db4a42b9902019fcf679d0fd"
    "5c5dc2192fb145d8ae0cbb93f6c78070"
    "ca049b689cbe42869840ef12b55d43f8"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "f492728e29ad40c6b7ec963422590768"
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2145 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"8f2fea14b7cb4e30bf4e1604d1b08cb9"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["27.109.11.50","144.2.105.221","185.46.244.158"]"
sw-original-request-uri
"/Record-Trucker-Cap-Atlantis-AT515/AT515"
sw-sales-channel-absolute-base-url
"https://staging.promoshirt.ch"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#2086
  #extensions: [
    "acrisPriceOnRequest" => Acris\PriceOnRequest\Components\Struct\PriceOnRequestStruct {#2082
      #extensions: []
      #collection: Acris\PriceOnRequest\Custom\PriceOnRequestCollection {#2944 …}
      #addableRequestCartsCount: 0
    }
  ]
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #measurementSystem: Shopware\Core\Content\MeasurementSystem\MeasurementUnits {#2124 …}
  #cartLock: null
  #context: Shopware\Core\Framework\Context {#2142
    #extensions: []
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2143 …}
    #ruleIds: [
      "018ce8800e1a72978e4ccac8d4f8c839"
      "309e77e4c2434af4befc08fcf504a1c1"
      "9918a5eb724743c3ac108ba0004b57b3"
      "d9b7aac2db4a42b9902019fcf679d0fd"
      "5c5dc2192fb145d8ae0cbb93f6c78070"
      "ca049b689cbe42869840ef12b55d43f8"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "f492728e29ad40c6b7ec963422590768"
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2145 …}
    #states: []
  }
  #token: "gvNXpLR9UeBWyUmxaUXJsXiFU3vFR5kp"
  -domainId: "8f2fea14b7cb4e30bf4e1604d1b08cb9"
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#2122 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#2095 …}
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#2101 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#2077 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#2160 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#2151 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#2109 …}
  #customer: null
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2145 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2098 …}
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#2237 …}
  #areaRuleIds: [
    "shipping" => [
      "309e77e4c2434af4befc08fcf504a1c1"
      "9918a5eb724743c3ac108ba0004b57b3"
    ]
    "flow" => [
      "5c5dc2192fb145d8ae0cbb93f6c78070"
    ]
    "product" => [
      "ca049b689cbe42869840ef12b55d43f8"
    ]
    "promotion" => [
      "ca049b689cbe42869840ef12b55d43f8"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"5a889d5ca7b340608dcbbf95773bf63f"
sw-snippet-set-id
"71e7ceafa4374ad39fdd4202935d80fb"
sw-storefront-url
"https://staging.promoshirt.ch"
theme-base-name
"TcinnThemeWareModern"
theme-id
"e550bf6fb4fa4ff888667a67c78492d8"
theme-name
null