logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1138
-records: [
"" => [
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.203+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 {#113
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Kernel.php:187 {
Shopware\Core\Kernel->boot(): void …
› // init bundles
› $this->initializeBundles();
›
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.301+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1221
#message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:16082 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.347+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.347+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.347+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.359+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.359+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.359+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"
]
]
1508 => [
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.375+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1244
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getWebhookTimezoneSubscriberService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:15701 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? self::getSubscriptionSubscriberService($container)), 'addSubscriptionData'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'] ?? self::getWebhookTimezoneSubscriberService($container)), 'fixWebhookTimezone'], 31);
› $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountOrderPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber'] ?? self::getOrderEditSubscriberService($container)), 'accountOrderDetailPageLoaded'], 0);
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.404+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.473+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\Cms\Storefront\Subscriber\AddFormBuilderRequestToContext" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2265
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\Cms\Storefront\Subscriber\AddFormBuilderRequestToContext" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getAddFormBuilderRequestToContextService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:15734 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent', [#[\Closure(name: 'Acris\\Cms\\Storefront\\Subscriber\\AttachUploadedFileToEmailSubscriber')] fn () => ($container->privates['Acris\\Cms\\Storefront\\Subscriber\\AttachUploadedFileToEmailSubscriber'] ?? self::getAttachUploadedFileToEmailSubscriberService($container)), 'addAttachmentsIfNeeded'], 0);
› $instance->addListener('Shopware\\Core\\System\\SalesChannel\\Event\\SalesChannelContextCreatedEvent', [#[\Closure(name: 'Acris\\Cms\\Storefront\\Subscriber\\AddFormBuilderRequestToContext')] fn () => ($container->privates['Acris\\Cms\\Storefront\\Subscriber\\AddFormBuilderRequestToContext'] ?? self::getAddFormBuilderRequestToContextService($container)), 'addFormBuilderToContext'], 0);
› $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [#[\Closure(name: 'Dvsn\\StoreStock\\Subscriber\\Core\\Framework\\DataAbstractionLayer\\EntityWrittenSubscriber')] fn () => ($container->privates['Dvsn\\StoreStock\\Subscriber\\Core\\Framework\\DataAbstractionLayer\\EntityWrittenSubscriber'] ?? self::getEntityWrittenSubscriberService($container)), 'onEntityWritten'], 0);
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:95 {
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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\System\SalesChannel\Event\SalesChannelContextCreatedEvent"
"listener" => "Acris\Cms\Storefront\Subscriber\AddFormBuilderRequestToContext::addFormBuilderToContext"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.484+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.484+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.484+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#1 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 018fba0bf65a714d8a0725614c2edcb6)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 018fba0bf67c7361be37c6cc1502aac6)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#3 Rule detection: Always valid (Default) with priority 100 (id: 018fba0c336c72929d31fbb9ad9f55ce)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#4 Rule detection: Lieferland DE & AT with priority 4 (id: 0192ae693d8870059296db968a5e09c4)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#5 Rule detection: All customers with priority 1 (id: 018fba0bf71571f9a7a4d6616fee715a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#6 Rule detection: Lieferland Deutschland with priority 1 (id: 01928a278dec7be09e505f530ac70478)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.493+00:00"
"message" => "#7 Rule detection: Gutschein - Kundengruppe ist keine von: Mitarbeiter with priority 1 (id: 0192d38af6b675f4a4c0dda72c84e2d1)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.502+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 {#2715
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.505+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 {#2776
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.506+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 {#2773
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.506+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 {#2733
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.507+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 {#2744
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.507+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 {#2743
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.507+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 {#2753
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.507+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 {#2766
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.508+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 {#2756
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.508+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 {#2780
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2759
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2774
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2720
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2786
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2789
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2792
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.509+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 {#2795
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2798
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2801
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2804
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2803
#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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php"
#line: 47003
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:47003 {
ContainerBPcbWrn\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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2806
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.510+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 {#2742
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.511+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 {#2812
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.511+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 {#2818
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.511+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 {#2826
#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/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.512+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 {#2816
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.512+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 {#2817
#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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.513+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\PaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2822
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\PaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.514+00:00"
"message" => "User Deprecated: The "Kiener\MolliePayments\Handler\PaymentHandler" 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 {#2834
#message: "User Deprecated: The "Kiener\MolliePayments\Handler\PaymentHandler" 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/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.514+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\ApplePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2830
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\ApplePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.514+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BanContactPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2863
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BanContactPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.514+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BankTransferPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2850
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BankTransferPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.514+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BelfiusPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2846
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BelfiusPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.515+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BilliePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2856
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BilliePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.515+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2844
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\DirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2836
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\DirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\EpsPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2827
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\EpsPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\GiftCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2835
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\GiftCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\iDealPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2868
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\iDealPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\IngHomePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2857
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\IngHomePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.518+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KbcPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2867
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KbcPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2864
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2865
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2875
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2877
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalExpressPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2881
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalExpressPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PaySafeCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2838
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PaySafeCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.519+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\Przelewy24Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2883
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\Przelewy24Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TwintPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2885
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TwintPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2887
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\VoucherPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2889
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\VoucherPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\In3Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2891
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\In3Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PosPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2892
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PosPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.520+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BlikPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2895
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BlikPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.521+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BancomatPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2897
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BancomatPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.521+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaOnePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2899
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaOnePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.521+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\AlmaPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2901
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\AlmaPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.521+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MyBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2903
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MyBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.521+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TrustlyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2905
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TrustlyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.522+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayconiqPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2906
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayconiqPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.522+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\RivertyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2908
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\RivertyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.522+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SatispayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2910
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SatispayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.522+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayByBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2912
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayByBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36089 {
ContainerBPcbWrn\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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3868 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3908 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:3905 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));
› }
}
/var/www/share/shopware/staging/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/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerBPcbWrn\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/shopware/staging/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/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
›
› return $this->contextService->get(
› new SalesChannelContextServiceParameters(
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);
› if (!$salesChannelContext) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.532+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.532+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.532+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.555+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.557+00:00"
"message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "path"" at NotFoundExceptionListener.php line 161"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ErrorException {#2968
#message: "Warning: Undefined array key "path""
#code: 0
#file: "/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php"
#line: 161
#severity: E_WARNING
trace: {
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:161 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->matchRedirect(string $oldUrl, Request $request, string $salesChannelId): RedirectEntity …
› $parsedUrl = parse_url($oldUrl);
› $oldUrl = $parsedUrl['path'];
›
}
/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:88 {
Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $redirect = $this->matchRedirect($oldUrl, $request, $salesChannelId);
›
arguments: {
$oldUrl: "//xmlrpc.php?rsd"
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$salesChannelId: "018fba1ecdae71d7b98a32192c13b334"
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
arguments: {
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1893 …}
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1508 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1204 …}
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1274 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$catch: true
}
}
/var/www/share/shopware/staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
› }
› return $this->app->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
$type: 1
$catch: true
}
}
/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#92 …}
}
}
/var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/shopware/staging/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/shopware/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pluszwei\NotFoundRedirectAndDetection\Subscriber\ProductNotFoundExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.636+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.650+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"
]
]
3075 => [
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.558+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.564+00:00"
"message" => "User Deprecated: The "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\Cms\Core\Content\Cms\DataResolver\AcrisCmsSlotsDataResolver"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3198
#message: "User Deprecated: The "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\Cms\Core\Content\Cms\DataResolver\AcrisCmsSlotsDataResolver"."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:36618 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:11658 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $d = ($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:45239 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:15595 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
› try {
› $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);
› } finally {
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
› $hasRun = true;
› $kernel->terminateWithException($e, $request);
› };
}
/var/www/share/shopware/staging/vendor/symfony/error-handler/ErrorHandler.php:538 {
Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
› if (null !== $exceptionHandler) {
› $exceptionHandler($exception);
›
}
Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.581+00:00"
"message" => "User Deprecated: The "Shopware\Storefront\Controller\ErrorController" class is considered internal Do not use direct or indirect repository calls in a controller. Always use a store-api route to get or put data. It may change without further notice. You should not use it from "Pluszwei\NotFoundRedirectAndDetection\Controller\ErrorController"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3328
#message: "User Deprecated: The "Shopware\Storefront\Controller\ErrorController" class is considered internal Do not use direct or indirect repository calls in a controller. Always use a store-api route to get or put data. It may change without further notice. You should not use it from "Pluszwei\NotFoundRedirectAndDetection\Controller\ErrorController"."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:45239 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:15595 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
› try {
› $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);
› } finally {
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
› $hasRun = true;
› $kernel->terminateWithException($e, $request);
› };
}
/var/www/share/shopware/staging/vendor/symfony/error-handler/ErrorHandler.php:538 {
Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
› if (null !== $exceptionHandler) {
› $exceptionHandler($exception);
›
}
Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.582+00:00"
"message" => "User Deprecated: The "Shopware\Storefront\Controller\ErrorController::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Pluszwei\NotFoundRedirectAndDetection\Controller\ErrorController"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3323
#message: "User Deprecated: The "Shopware\Storefront\Controller\ErrorController::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Pluszwei\NotFoundRedirectAndDetection\Controller\ErrorController"."
#code: 0
#file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:45239 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/share/shopware/staging/var/cache/dev_h45e85a4d2b425bf14319fb81d5b49061/ContainerBPcbWrn/Shopware_Core_KernelDevDebugContainer.php:15595 {
ContainerBPcbWrn\Shopware_Core_KernelDevDebugContainer::ContainerBPcbWrn\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/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/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1164 …}
}
}
/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …13]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#1887 …}
$eventName: "kernel.exception"
}
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
› try {
› $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);
› } finally {
}
/var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
› $hasRun = true;
› $kernel->terminateWithException($e, $request);
› };
}
/var/www/share/shopware/staging/vendor/symfony/error-handler/ErrorHandler.php:538 {
Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
› if (null !== $exceptionHandler) {
› $exceptionHandler($exception);
›
}
Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "zenit\PlatformHorizon\Subscriber\KernelControllerSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.583+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.585+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerBPcbWrn\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.585+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Swag\Security\Subscriber\AdminSecurityFixesProvider::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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" => 1743464102
"timestamp_rfc3339" => "2025-03-31T23:35:02.635+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
1508 => 1
3075 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1133 …}
} |