Error 403 Forbidden

GET https://ed-bestellung.de/form/contact

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
comment
"""
Hello. . <a href=https://nw.dn.ua/>nw.dn.ua</a> \r\n
<a href=https://nw.dn.ua/>nw.dn.ua</a> \r\n
https://nw.dn.ua   zwz4763574
"""
email
"nik@don-rem.ru"
firstName
"FawetAwari"
lastName
"FawetAwariOR"
navigationId
""
phone
"86127634647"
privacy
"on"
salutationId
"75ebacb5fc3147288385ce3278f0316e"
shopware_surname_confirm
"FawetAwari"
slotId
"309ef60fd6d54e65922bd4e54a144539"
subject
"webdesinnw.dn.ua"
submit
""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"NbsPQQQ4bbI="
_route_params
[]
_stopwatch_token
"82f794"
exception
Shopware\Storefront\Framework\Captcha\Exception\CaptchaInvalidException {#6023
  #message: "The provided value for captcha "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha" is not valid."
  #code: 0
  #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php"
  #line: 69
  -statusCode: 403
  -headers: []
  #parameters: [
    "captcha" => "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha"
  ]
  trace: {
    /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php:69 {
      Shopware\Storefront\Framework\Captcha\CaptchaRouteListener->validateCaptcha(ControllerEvent $event): void …
      › if ($captcha->shouldBreak()) {    throw new CaptchaInvalidException($captcha);}
    }
    /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
      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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->forward($request, $catch);}
    }
    /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
      › {    $response = $this->pass($request, $catch);}
    /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
    }
    /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
      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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
      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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#888
  -records: [
    "" => [
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.556+00:00"
        "message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#106
            #message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:137 {
                Shopware\Core\Kernel->registerBundles(): iterable …
                › if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {    Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));    yield new Service();
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Kernel.php:339 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:187 {
                Shopware\Core\Kernel->boot(): void …
                › // init bundles$this->initializeBundles();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:152 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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"
      ]
    ]
    980 => [
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.613+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1269
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCheckoutLoadedEventsService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15311 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents'] ?? self::getCheckoutLoadedEventsService($container)), 'onCheckoutCartPageLoadedEvent'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents'] ?? self::getCheckoutLoadedEventsService($container)), 'onKernelRequest'], 0);$instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\AddCloseoutWarningSubscriber')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\AddCloseoutWarningSubscriber'] ??= new \Lenz\OrderLineItemComment\Subscriber\Cart\AddCloseoutWarningSubscriber()), 'onEvent'], 0);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.628+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.form.contact.send"
          "route_parameters" => [
            "_route" => "frontend.form.contact.send"
            "_routeScope" => [
              "storefront"
            ]
            "XmlHttpRequest" => true
            "_captcha" => true
            "_controller" => "Shopware\Storefront\Controller\FormController::sendContactForm"
          ]
          "request_uri" => "https://ed-bestellung.de/form/contact"
          "method" => "POST"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.629+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.647+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1739
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:11572 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getFormControllerService($container) …
                › $instance->setContainer($container);$instance->setTwig(($container->services['twig'] ?? self::getTwigService($container)));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:222 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:202 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.649+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1694
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:10542 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
                › {    $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:38252 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36698 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelRequestContextResolverService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36610 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? self::getSalesChannelRequestContextResolverService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15006 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
                › $instance->addListener('Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent', [#[\Closure(name: 'Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber')] fn () => ($container->privates['Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber'] ?? self::getHttpCacheTagDataCollectorSubscriberService($container)), 'add'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.649+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1705
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:10542 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
                › {    $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:38252 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36698 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelRequestContextResolverService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36610 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? self::getSalesChannelRequestContextResolverService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15006 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
                › $instance->addListener('Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent', [#[\Closure(name: 'Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber')] fn () => ($container->privates['Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber'] ?? self::getHttpCacheTagDataCollectorSubscriberService($container)), 'add'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.659+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1881
            #message: "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver"."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getProductBuyListCmsElementResolverService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:5420 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
                › yield 23 => ($container->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] ??= new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\PersonCmsElementResolver());yield 24 => ($container->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] ?? self::getProductBuyListCmsElementResolverService($container));yield 25 => ($container->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] ?? self::getDownloadListCmsElementResolverService($container));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:5395 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30982 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
                › }$b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:11533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$d = ($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:27590 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getStorefrontSubscriberService($container) …
                › }$c = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15329 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
                › $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [#[\Closure(name: 'Bpa\\RestrictCustomerAccount\\Subscriber\\PageSubscriber')] fn () => ($container->privates['Bpa\\RestrictCustomerAccount\\Subscriber\\PageSubscriber'] ?? self::getPageSubscriber2Service($container)), 'onListingResult'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Bpa\\RestrictCustomerAccount\\Subscriber\\StorefrontSubscriber')] fn () => ($container->privates['Bpa\\RestrictCustomerAccount\\Subscriber\\StorefrontSubscriber'] ?? self::getStorefrontSubscriberService($container)), 'checkPersonalInformationAccess'], -11);$instance->addListener('kernel.controller', [#[\Closure(name: 'Bpa\\RestrictCustomerAccount\\Subscriber\\StorefrontSubscriber')] fn () => ($container->privates['Bpa\\RestrictCustomerAccount\\Subscriber\\StorefrontSubscriber'] ?? self::getStorefrontSubscriberService($container)), 'checkAccountAddressAccess'], -11);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.670+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.670+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.670+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.681+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.681+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.681+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.682+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.682+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.682+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.683+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.683+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.683+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.686+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3587
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 83
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:83 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                › {    $this->$name = $value;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:278 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:178 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:589 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:382 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->manyToOne(array $row, string $root, ?Field $field, Context $context): Entity …
                › 
                ›     return $this->hydrateEntity($field->getReferenceDefinition(), $field->getReferenceDefinition()->getEntityClass(), $row, $association, $context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:217 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › if ($field instanceof ManyToOneAssociationField || $field instanceof OneToOneAssociationField) {    $association = $this->manyToOne($row, $root, $field, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:178 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:589 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:97 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:135 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context, $partial);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:76 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:204 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › /** @var TEntityCollection $entities */$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:232 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › );$entities = $this->read($criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:94 {
                Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                › $customerGroups = $this->customerGroupRepository->search($criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › // we split the context generation to allow caching of the base context$base = $this->baseContextFactory->create($salesChannelId, $options);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
                Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › {    $salesChannelContext = $this->coreService->create(        $token,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.686+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3588
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 83
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:83 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                › {    $this->$name = $value;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:228 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › } else {    $entity->assign([$property => $association]);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:178 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:589 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:382 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->manyToOne(array $row, string $root, ?Field $field, Context $context): Entity …
                › 
                ›     return $this->hydrateEntity($field->getReferenceDefinition(), $field->getReferenceDefinition()->getEntityClass(), $row, $association, $context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:217 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › if ($field instanceof ManyToOneAssociationField || $field instanceof OneToOneAssociationField) {    $association = $this->manyToOne($row, $root, $field, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:178 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:589 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:97 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:135 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context, $partial);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:76 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:204 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › /** @var TEntityCollection $entities */$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:232 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › );$entities = $this->read($criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:94 {
                Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                › $customerGroups = $this->customerGroupRepository->search($criteria, $context);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › // we split the context generation to allow caching of the base context$base = $this->baseContextFactory->create($salesChannelId, $options);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
                Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › {    $salesChannelContext = $this->coreService->create(        $token,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.695+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.695+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.695+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.700+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.700+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.700+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.704+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.704+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.704+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.707+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.707+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.707+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.712+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4209
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php"
            #line: 69
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:69 {
                Shopware\Core\Framework\Adapter\Cache\CacheValueCompressor::uncompress($value) …
                › 
                ›     return unserialize($uncompressed);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:77 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                ›     return CacheValueCompressor::uncompress($value);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › // we split the context generation to allow caching of the base context$base = $this->baseContextFactory->create($salesChannelId, $options);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
                Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › {    $salesChannelContext = $this->coreService->create(        $token,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.713+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4216
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php"
            #line: 69
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:69 {
                Shopware\Core\Framework\Adapter\Cache\CacheValueCompressor::uncompress($value) …
                › 
                ›     return unserialize($uncompressed);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:77 {
                Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
                › 
                ›     return CacheValueCompressor::uncompress($value);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › // we split the context generation to allow caching of the base context$base = $this->baseContextFactory->create($salesChannelId, $options);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
                Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › {    $salesChannelContext = $this->coreService->create(        $token,
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {    if (Feature::isActive('cache_rework')) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.716+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4844
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroupId is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php"
            #line: 69
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:69 {
                Shopware\Core\Framework\Adapter\Cache\CacheValueCompressor::uncompress($value) …
                › 
                ›     return unserialize($uncompressed);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:69 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $context = CacheValueCompressor::uncompress($value);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.716+00:00"
        "message" => "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4739
            #message: "Deprecated: Creation of dynamic property CoeEvpForNonEkCustomersSw6\Core\Checkout\Customer\Aggregate\CustomerGroupEvpPriceSetting\CustomerGroupEvpPriceSettingEntity::$referencePriceCustomerGroup is deprecated"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php"
            #line: 69
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:69 {
                Shopware\Core\Framework\Adapter\Cache\CacheValueCompressor::uncompress($value) …
                › 
                ›     return unserialize($uncompressed);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:69 {
                Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
                › 
                › $context = CacheValueCompressor::uncompress($value);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.719+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
          "listener" => "Dvsn\Seller\Subscriber\Core\Checkout\Cart\CartEventSubscriber::onCartCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.719+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.719+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.719+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.723+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.723+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.723+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.724+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.724+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.724+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.731+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.731+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.731+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.743+00:00"
        "message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5736
            #message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
            #line: 58
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
                Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
                › if (\func_num_args() > 3) {    trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
                Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
                › 
                ›     return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
                Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
                › $stream->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideIfFork']);$tests = [$expr, $body];
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
                Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
                › $this->parser->pushLocalScope();$body = $this->parser->subparse([$this, 'decideBlockEnd'], true);if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
                Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
                __TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
                ›      */    eval('?>'.$content);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
                Twig\Template->render(array $context): string …
                › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
                › if (!$hook instanceof FunctionHook) {    $template->render(['hook' => $hook]);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
                Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
                › static::$deprecationNotices = [];$execute($debug);$deprecations = static::$deprecationNotices;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
                › 
                › $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {    $twig->addGlobal('debug', $debug);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
                ›     static::$isInScriptExecutionContext = true;    $this->render($hook, $script);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › if ($behavior->hookAware()) {    $this->executor->execute(new CartHook($cart, $context));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.744+00:00"
        "message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5728
            #message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
            #line: 58
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
                Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
                › if (\func_num_args() > 3) {    trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
                Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
                › 
                ›     return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
                Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
                › $stream->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideIfFork']);$tests = [$expr, $body];
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
                Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
                › $this->parser->pushLocalScope();$body = $this->parser->subparse([$this, 'decideBlockEnd'], true);if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
                Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
                __TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
                ›      */    eval('?>'.$content);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
                Twig\Template->render(array $context): string …
                › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
                › if (!$hook instanceof FunctionHook) {    $template->render(['hook' => $hook]);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
                Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
                › static::$deprecationNotices = [];$execute($debug);$deprecations = static::$deprecationNotices;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
                › 
                › $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {    $twig->addGlobal('debug', $debug);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
                ›     static::$isInScriptExecutionContext = true;    $this->render($hook, $script);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › if ($behavior->hookAware()) {    $this->executor->execute(new CartHook($cart, $context));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.744+00:00"
        "message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5768
            #message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
            #line: 58
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
                Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
                › if (\func_num_args() > 3) {    trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
                Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
                › 
                ›     return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
                Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
                › $stream->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideIfFork']);$tests = [$expr, $body];
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
                Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
                › $this->parser->pushLocalScope();$body = $this->parser->subparse([$this, 'decideBlockEnd'], true);if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
                Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
                __TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
                ›      */    eval('?>'.$content);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
                Twig\Template->render(array $context): string …
                › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
                › if (!$hook instanceof FunctionHook) {    $template->render(['hook' => $hook]);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
                Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
                › static::$deprecationNotices = [];$execute($debug);$deprecations = static::$deprecationNotices;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
                › 
                › $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {    $twig->addGlobal('debug', $debug);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
                ›     static::$isInScriptExecutionContext = true;    $this->render($hook, $script);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › if ($behavior->hookAware()) {    $this->executor->execute(new CartHook($cart, $context));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.745+00:00"
        "message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5885
            #message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
            #line: 58
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
                Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
                › if (\func_num_args() > 3) {    trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
                Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
                › 
                ›     return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
                Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
                › $this->parser->pushLocalScope();$body = $this->parser->subparse([$this, 'decideBlockEnd'], true);if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
                Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
                __TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
                ›      */    eval('?>'.$content);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
                Twig\Template->render(array $context): string …
                › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
                › if (!$hook instanceof FunctionHook) {    $template->render(['hook' => $hook]);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
                Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
                › static::$deprecationNotices = [];$execute($debug);$deprecations = static::$deprecationNotices;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
                › 
                › $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {    $twig->addGlobal('debug', $debug);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
                ›     static::$isInScriptExecutionContext = true;    $this->render($hook, $script);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › if ($behavior->hookAware()) {    $this->executor->execute(new CartHook($cart, $context));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.745+00:00"
        "message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5876
            #message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
            #line: 58
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
                Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
                › if (\func_num_args() > 3) {    trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
                Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
                › 
                ›     return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
                Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
                › $this->parser->pushLocalScope();$body = $this->parser->subparse([$this, 'decideBlockEnd'], true);if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
                Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
                __TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
                ›      */    eval('?>'.$content);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
                Twig\Template->render(array $context): string …
                › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
                › if (!$hook instanceof FunctionHook) {    $template->render(['hook' => $hook]);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
                Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
                › static::$deprecationNotices = [];$execute($debug);$deprecations = static::$deprecationNotices;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
                › 
                › $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {    $twig->addGlobal('debug', $debug);
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
                Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
                ›     static::$isInScriptExecutionContext = true;    $this->render($hook, $script);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › if ($behavior->hookAware()) {    $this->executor->execute(new CartHook($cart, $context));}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.749+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.749+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.749+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#1 Rule detection: Cart >= 0 with priority 100 (id: 9986489395d84086ba454e58b3fb0cd3)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: d32beefb72e943dc9ed726ccf77b03a2)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#3 Rule detection: Always valid (Default) with priority 100 (id: e4382fa297674cb98d82dc29b451c919)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#4 Rule detection: Sunday sales with priority 2 (id: df6c140c383e4a85928e343598a2a882)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#5 Rule detection: Eingrenzung Zahlungsart B2B Rechnung with priority 1 (id: a77b2283528c43e18f85502eb96e0bd5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#6 Rule detection: Kanal ist B2B with priority 1 (id: a7ee0560c8f94e509cddeead2a2800e8)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#7 Rule detection: icmss_price Händler with priority 1 (id: ad0d8f7bb1d94611a4f40b4c480448f5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#8 Rule detection: icmss_price  with priority 1 (id: c186d08ad1ec44c5aa2c02889b245d1d)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#9 Rule detection: icmss_price  with priority 1 (id: d24d6d27fdcd46c5b2c4146ac3a0b272)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#10 Rule detection: Kanal ist B2B oder B2C with priority 1 (id: da3ac5a0bb8e4657a78e9b98f5656fd5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.753+00:00"
        "message" => "#11 Rule detection: Kanal-Ernstes Design B2B with priority 1 (id: dba6219d20fc48f78eec51fdb4de6403)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.758+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5711
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.761+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5807
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.761+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5897
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.761+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5900
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.762+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5905
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.762+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5706
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.762+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5826
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.762+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5715
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.763+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4085
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.763+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5916
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.763+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5853
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.763+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5688
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5901
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5924
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5927
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5930
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5933
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.764+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5936
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5939
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5942
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5941
            #message: "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php"
            #line: 41383
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:41383 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSofortAPMHandlerService($container) …
                › {    trigger_deprecation('swag/paypal', '10.0.0', 'tag:v10.0.0 - The Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler service will be removed');}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5944
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5910
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5950
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.765+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5956
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.766+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5964
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.766+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5954
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.766+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5955
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($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/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
                Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{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/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.770+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.770+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.770+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber::onSalesChannelContextResolvedEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.799+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.799+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.799+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.802+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.802+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.802+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPersonalInformationAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkAccountAddressAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkCheckoutAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPaymentAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.843+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.848+00:00"
        "message" => "Uncaught PHP Exception Shopware\Storefront\Framework\Captcha\Exception\CaptchaInvalidException: "The provided value for captcha "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha" is not valid." at CaptchaRouteListener.php line 69"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Shopware\Storefront\Framework\Captcha\Exception\CaptchaInvalidException {#6023
            #message: "The provided value for captcha "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha" is not valid."
            #code: 0
            #file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php"
            #line: 69
            -statusCode: 403
            -headers: []
            #parameters: [
              "captcha" => "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha"
            ]
            trace: {
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php:69 {
                Shopware\Storefront\Framework\Captcha\CaptchaRouteListener->validateCaptcha(ControllerEvent $event): void …
                › if ($captcha->shouldBreak()) {    throw new CaptchaInvalidException($captcha);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:263 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);}
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:277 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {    $response = $this->pass($request, $catch);}
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:203 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
                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/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::restrictedAreaHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.880+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.880+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.880+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.886+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"
      ]
    ]
    6498 => [
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPersonalInformationAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkAccountAddressAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkCheckoutAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPaymentAccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.849+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.850+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.850+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.850+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.851+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.851+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container1UrP51Z\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.851+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.876+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.876+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.876+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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" => 1734844438
        "timestamp_rfc3339" => "2024-12-22T05:13:58.879+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
    980 => 0
    6498 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#883 …}
}

Request Headers

Header Value
accept
"*/*"
connection
"close"
content-length
"430"
content-type
"application/x-www-form-urlencoded"
cookie
"session-=js5tie14keqdrlcfqvk7o2p1d7"
forwarded
"for="151.0.32.144";host="ed-bestellung.de";proto=https"
host
"ed-bestellung.de"
pragma
"no-cache"
referer
"https://ed-bestellung.de/widgets/cms/500c17ee89ab42fba0db9f641a9e9f6e/"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"4Vi7CuPwMuCldK8ZtnkPEYCw7SbuHurk"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-forwarded-for
"151.0.32.144"
x-php-ob-level
"1"
x-real-ip
"151.0.32.144"

Request Content

Raw

salutationId=75ebacb5fc3147288385ce3278f0316e&firstName=FawetAwari&lastName=FawetAwariOR&email=nik%40don-rem.ru&phone=86127634647&subject=webdesinnw.dn.ua&comment=Hello.+.+<a+href%3Dhttps%3A%2F%2Fnw.dn.ua%2F>nw.dn.ua<%2Fa>+%0D%0A<a+href%3Dhttps%3A%2F%2Fnw.dn.ua%2F>nw.dn.ua<%2Fa>+%0D%0Ahttps%3A%2F%2Fnw.dn.ua+++zwz4763574&shopware_surname_confirm=FawetAwari&privacy=on&submit=&navigationId=&slotId=309ef60fd6d54e65922bd4e54a144539

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 22 Dec 2024 05:13:58 GMT"
server-timing
""
sw-context-token
"4Vi7CuPwMuCldK8ZtnkPEYCw7SbuHurk"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"The%20provided%20value%20for%20captcha%20%22Shopware%5CStorefront%5CFramework%5CCaptcha%5CHoneypotCaptcha%22%20is%20not%20valid."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fernstesdesign.de%2Fhttpdocs%2Fvendor%2Fshopware%2Fstorefront%2FFramework%2FCaptcha%2FCaptchaRouteListener.php:69"
x-debug-token
"75c117"

Cookies

Request Cookies

Key Value
session-
"js5tie14keqdrlcfqvk7o2p1d7"

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Sun, 22 Dec 24 05:13:56 +0000"
Last used
"Sun, 22 Dec 24 05:13:56 +0000"
Lifetime
86400

Session Attributes

Attribute Value
sessionId
"js5tie14keqdrlcfqvk7o2p1d7"
sw-context-token
"4Vi7CuPwMuCldK8ZtnkPEYCw7SbuHurk"
sw-sales-channel-id
"c9a6f5bf098244b1b12678c36aed2c51"

Session Usage

7 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:106
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 106
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:309
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 309
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 119
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:314
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 314
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 119
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:127
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 127
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:65
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Dvsn\Seller\Service\Customer\SellerService:48
[
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Service/Customer/SellerService.php"
    "line" => 48
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php"
    "line" => 38
    "function" => "isLoggedIn"
    "class" => "Dvsn\Seller\Service\Customer\SellerService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 57
    "function" => "create"
    "class" => "Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php"
    "line" => 451
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 33
    "function" => "trace"
    "class" => "Shopware\Core\System\SystemConfig\SystemConfigService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php"
    "line" => 101
    "function" => "Shopware\Core\Framework\Adapter\Cache\{closure}"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 33
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Translation\Translator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php"
    "line" => 56
    "function" => "Shopware\Core\Framework\Adapter\Cache\{closure}"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 33
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php"
    "line" => 95
    "function" => "Shopware\Storefront\Framework\Cache\{closure}"
    "class" => "Shopware\Storefront\Framework\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Storefront\Theme\ThemeConfigValueAccessor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 57
    "function" => "trace"
    "class" => "Shopware\Storefront\Framework\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 64
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 30
    "function" => "doGet"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 48
    "function" => "get"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 94
    "function" => "create"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/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/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 67
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 263
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 277
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 203
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/ernstesdesign.de/httpdocs/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://localhost:9200"
APP_ENV
"dev"
APP_SECRET
"def000005e6417aeeef7c9626cf32096e63aadf82f7d5ec051c5d49292767b649ade2a3f0cc279f3c171db84a1442a1fac3e4dac568d1180997fc99dc90cef41ea3b8c20"
APP_URL
"https://ernstesdesign.de/"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/composer"
DATABASE_URL
"mysql://ernstlive:7Fei95!y8@localhost:3306/ernstesdesign"
INSTANCE_ID
"mRnHzxrW01F7zWrf98o3jvTw9cMf51Ie"
LOCK_DSN
"flock"
MAILER_URL
"null://null"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CACHE_ID
"foo"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
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_DEBUG
"1"
CONTENT_LENGTH
"430"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/ernstesdesign.de/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/ernstesdesign.de/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/ernstesdesign.de"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"session-=js5tie14keqdrlcfqvk7o2p1d7"
HTTP_FORWARDED
"for="151.0.32.144";host="ed-bestellung.de";proto=https"
HTTP_HOST
"ed-bestellung.de"
HTTP_PRAGMA
"no-cache"
HTTP_REFERER
"https://ed-bestellung.de/widgets/cms/500c17ee89ab42fba0db9f641a9e9f6e/"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_FORWARDED_FOR
"151.0.32.144"
HTTP_X_REAL_IP
"151.0.32.144"
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:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SCRIPT_URI
"https://ed-bestellung.de/form/contact"
REDIRECT_SCRIPT_URL
"/form/contact"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z2egFlzNTuNaoTIs8qAqwgAAAQs"
REDIRECT_URL
"/form/contact"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"55606"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734844438
REQUEST_TIME_FLOAT
1734844438.4868
REQUEST_URI
"/form/contact"
SCRIPT_FILENAME
"/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://ed-bestellung.de/form/contact"
SCRIPT_URL
"/form/contact"
SERVER_ADDR
"92.205.176.89"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"ed-bestellung.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at ed-bestellung.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/ernstesdesign.de/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,COMPOSER_HOME,SHOPWARE_CACHE_ID,ADMIN_OPENSEARCH_URL,SHOPWARE_CDN_STRATEGY_DEFAULT"
UNIQUE_ID
"Z2egFlzNTuNaoTIs8qAqwgAAAQs"
USER
"ernstesdesign.de_ngjomkokmgf"
proxy-nokeepalive
"1"