logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#888
-records: [
"" => [
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.554+00:00"
"message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#106
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:137 {
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));
› yield new Service();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Kernel.php:339 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:187 {
Shopware\Core\Kernel->boot(): void …
› // init bundles
› $this->initializeBundles();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
]
"channel" => "event"
]
]
123 => [
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.611+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1278
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCheckoutLoadedEventsService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15311 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents'] ?? self::getCheckoutLoadedEventsService($container)), 'onCheckoutCartPageLoadedEvent'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\CheckoutLoadedEvents'] ?? self::getCheckoutLoadedEventsService($container)), 'onKernelRequest'], 0);
› $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [#[\Closure(name: 'Lenz\\OrderLineItemComment\\Subscriber\\Cart\\AddCloseoutWarningSubscriber')] fn () => ($container->privates['Lenz\\OrderLineItemComment\\Subscriber\\Cart\\AddCloseoutWarningSubscriber'] ??= new \Lenz\OrderLineItemComment\Subscriber\Cart\AddCloseoutWarningSubscriber()), 'onEvent'], 0);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.626+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.detail.page"
"route_parameters" => [
"_route" => "frontend.detail.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\ProductController::index"
"productId" => "0d95156980394f73bc30c1fde8af9e0b"
]
"request_uri" => "https://ernstesdesign.de/detail/0d95156980394f73bc30c1fde8af9e0b"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.627+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.638+00:00"
"message" => "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1348
#message: "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver"."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getProductBuyListCmsElementResolverService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:5420 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› yield 23 => ($container->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] ??= new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\PersonCmsElementResolver());
› yield 24 => ($container->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] ?? self::getProductBuyListCmsElementResolverService($container));
› yield 25 => ($container->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] ?? self::getDownloadListCmsElementResolverService($container));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
› ) {
› foreach ($resolvers as $resolver) {
› $this->resolvers[$resolver->getType()] = $resolver;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:5395 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
›
› return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30982 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:7046 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCachedProductDetailRouteService($container) …
›
› return $container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container)), ($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container)), ($container->services['Doctrine\\DBAL\\Connection'] ?? self::getConnectionService($container)), ($container->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? self::getProductPageConfiguratorLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? self::getSalesChannelProductDefinitionService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ??= new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()), $a), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? self::getCacheDecoratorService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ??= new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator()), ($container->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? self::getCacheTracerService($container)), $a, []);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:11647 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getProductControllerService($container) …
› $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));
› $b = ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? self::getCachedProductDetailRouteService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:222 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.657+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1886
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:11652 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getProductControllerService($container) …
› $instance->setContainer($container);
› $instance->setTwig(($container->services['twig'] ?? self::getTwigService($container)));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:222 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.658+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1795
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:10542 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:38252 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36698 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelRequestContextResolverService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36610 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? self::getSalesChannelRequestContextResolverService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15006 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› $instance->addListener('Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent', [#[\Closure(name: 'Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber')] fn () => ($container->privates['Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber'] ?? self::getHttpCacheTagDataCollectorSubscriberService($container)), 'add'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.658+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1852
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:10542 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:38252 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36698 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSalesChannelRequestContextResolverService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:36610 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? self::getSalesChannelRequestContextResolverService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:15006 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› $instance->addListener('Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent', [#[\Closure(name: 'Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber')] fn () => ($container->privates['Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber'] ?? self::getHttpCacheTagDataCollectorSubscriberService($container)), 'add'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.668+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.668+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.668+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.679+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.679+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.679+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.680+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.680+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.680+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.684+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.684+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.684+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.689+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.689+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.689+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.693+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 {#4573
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentHandlerIdentifierSubscriber.php:93 {
Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber->isSynchronous(Entity $entity): bool …
›
› return \is_a($entity->get('handlerIdentifier'), SynchronousPaymentHandlerInterface::class, true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentHandlerIdentifierSubscriber.php:38 {
Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber->formatHandlerIdentifier(EntityLoadedEvent $event): void …
› $entity->assign([
› 'synchronous' => $this->isSynchronous($entity),
› 'asynchronous' => $this->isAsynchronous($entity),
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› }
› $this->dispatch($nested, $name);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $this->eventDispatcher->dispatch($event);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:232 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:159 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->getPaymentMethod(array $options, Context $context, SalesChannelEntity $salesChannel): PaymentMethodEntity …
› $paymentMethod = $this->paymentMethodRepository
› ->search($criteria, $context)
› ->get($id);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:103 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› // detect active payment method, first check if checkout defined other payment method, otherwise validate if customer logged in, at least use shop default
› $payment = $this->getPaymentMethod($options, $context, $salesChannel);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› $salesChannelContext = $this->coreService->create(
› $token,
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.693+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 {#4572
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentHandlerIdentifierSubscriber.php:93 {
Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber->isSynchronous(Entity $entity): bool …
›
› return \is_a($entity->get('handlerIdentifier'), SynchronousPaymentHandlerInterface::class, true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentHandlerIdentifierSubscriber.php:38 {
Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber->formatHandlerIdentifier(EntityLoadedEvent $event): void …
› $entity->assign([
› 'synchronous' => $this->isSynchronous($entity),
› 'asynchronous' => $this->isAsynchronous($entity),
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› }
› $this->dispatch($nested, $name);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $this->eventDispatcher->dispatch($event);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:232 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:159 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->getPaymentMethod(array $options, Context $context, SalesChannelEntity $salesChannel): PaymentMethodEntity …
› $paymentMethod = $this->paymentMethodRepository
› ->search($criteria, $context)
› ->get($id);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:103 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› // detect active payment method, first check if checkout defined other payment method, otherwise validate if customer logged in, at least use shop default
› $payment = $this->getPaymentMethod($options, $context, $salesChannel);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/custom/plugins/DvsnSeller/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:32 {
Dvsn\Seller\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› $salesChannelContext = $this->coreService->create(
› $token,
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.694+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.694+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.694+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.698+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.698+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.698+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.708+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
"listener" => "Dvsn\Seller\Subscriber\Core\Checkout\Cart\CartEventSubscriber::onCartCreated"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.709+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.709+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.709+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.721+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.728+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.728+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.728+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.740+00:00"
"message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5839
#message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
#line: 58
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
› if (\func_num_args() > 3) {
› trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
›
› return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
› $stream->expect(Token::BLOCK_END_TYPE);
› $body = $this->parser->subparse([$this, 'decideIfFork']);
› $tests = [$expr, $body];
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
› $this->parser->pushLocalScope();
› $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
› if ($token = $stream->nextIf(Token::NAME_TYPE)) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
› try {
› $body = $this->subparse($test, $dropNeedle);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
Twig\Environment->parse(TokenStream $stream): ModuleNode …
›
› return $this->parser->parse($stream);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
__TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
› */
› eval('?>'.$content);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
› if (!$hook instanceof FunctionHook) {
› $template->render(['hook' => $hook]);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
› static::$deprecationNotices = [];
› $execute($debug);
› $deprecations = static::$deprecationNotices;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
›
› $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {
› $twig->addGlobal('debug', $debug);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
› static::$isInScriptExecutionContext = true;
› $this->render($hook, $script);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.741+00:00"
"message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5831
#message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
#line: 58
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
› if (\func_num_args() > 3) {
› trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
›
› return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
› $stream->expect(Token::BLOCK_END_TYPE);
› $body = $this->parser->subparse([$this, 'decideIfFork']);
› $tests = [$expr, $body];
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
› $this->parser->pushLocalScope();
› $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
› if ($token = $stream->nextIf(Token::NAME_TYPE)) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
› try {
› $body = $this->subparse($test, $dropNeedle);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
Twig\Environment->parse(TokenStream $stream): ModuleNode …
›
› return $this->parser->parse($stream);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
__TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
› */
› eval('?>'.$content);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
› if (!$hook instanceof FunctionHook) {
› $template->render(['hook' => $hook]);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
› static::$deprecationNotices = [];
› $execute($debug);
› $deprecations = static::$deprecationNotices;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
›
› $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {
› $twig->addGlobal('debug', $debug);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
› static::$isInScriptExecutionContext = true;
› $this->render($hook, $script);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.741+00:00"
"message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5871
#message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
#line: 58
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
› if (\func_num_args() > 3) {
› trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
›
› return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/IfTokenParser.php:41 {
Twig\TokenParser\IfTokenParser->parse(Token $token): Node …
› $stream->expect(Token::BLOCK_END_TYPE);
› $body = $this->parser->subparse([$this, 'decideIfFork']);
› $tests = [$expr, $body];
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
› $this->parser->pushLocalScope();
› $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
› if ($token = $stream->nextIf(Token::NAME_TYPE)) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
› try {
› $body = $this->subparse($test, $dropNeedle);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
Twig\Environment->parse(TokenStream $stream): ModuleNode …
›
› return $this->parser->parse($stream);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
__TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
› */
› eval('?>'.$content);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
› if (!$hook instanceof FunctionHook) {
› $template->render(['hook' => $hook]);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
› static::$deprecationNotices = [];
› $execute($debug);
› $deprecations = static::$deprecationNotices;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
›
› $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {
› $twig->addGlobal('debug', $debug);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
› static::$isInScriptExecutionContext = true;
› $this->render($hook, $script);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.742+00:00"
"message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5988
#message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
#line: 58
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
› if (\func_num_args() > 3) {
› trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
›
› return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
› $this->parser->pushLocalScope();
› $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
› if ($token = $stream->nextIf(Token::NAME_TYPE)) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
› try {
› $body = $this->subparse($test, $dropNeedle);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
Twig\Environment->parse(TokenStream $stream): ModuleNode …
›
› return $this->parser->parse($stream);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
__TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
› */
› eval('?>'.$content);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
› if (!$hook instanceof FunctionHook) {
› $template->render(['hook' => $hook]);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
› static::$deprecationNotices = [];
› $execute($debug);
› $deprecations = static::$deprecationNotices;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
›
› $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {
› $twig->addGlobal('debug', $debug);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
› static::$isInScriptExecutionContext = true;
› $this->render($hook, $script);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.742+00:00"
"message" => "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5979
#message: "User Deprecated: Since twig/twig 3.12: The "tag" constructor argument of the "Shopware\Core\Framework\Adapter\Twig\Node\ReturnNode" class is deprecated and ignored (check which TokenParser class set it to "return"), the tag is now automatically set by the Parser when needed."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php"
#line: 58
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Node/Node.php:58 {
Twig\Node\Node->__construct(array $nodes = [], array $attributes = [], int $lineno = 0) …
› if (\func_num_args() > 3) {
› trigger_deprecation('twig/twig', '3.12', \sprintf('The "tag" constructor argument of the "%s" class is deprecated and ignored (check which TokenParser class set it to "%s"), the tag is now automatically set by the Parser when needed.', static::class, func_get_arg(3) ?: 'null'));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Twig/TokenParser/ReturnNodeTokenParser.php:24 {
Shopware\Core\Framework\Adapter\Twig\TokenParser\ReturnNodeTokenParser->parse(Token $token): ReturnNode …
›
› return new ReturnNode($nodes, [], $token->getLine(), $this->getTag());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TokenParser/MacroTokenParser.php:41 {
Twig\TokenParser\MacroTokenParser->parse(Token $token): Node …
› $this->parser->pushLocalScope();
› $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
› if ($token = $stream->nextIf(Token::NAME_TYPE)) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:174 {
Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
› $subparser->setParser($this);
› $node = $subparser->parse($token);
› if (!$node) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Parser.php:83 {
Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
› try {
› $body = $this->subparse($test, $dropNeedle);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:523 {
Twig\Environment->parse(TokenStream $stream): ModuleNode …
›
› return $this->parser->parse($stream);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Environment.php:391 {
__TwigTemplate_21b14e61847b2189400e9df74e202513->doDisplay(array $context, array $blocks = []): iterable …
› */
› eval('?>'.$content);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/Template.php:377 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:101 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->Shopware\Core\Framework\Script\Execution\{closure} …
› if (!$hook instanceof FunctionHook) {
› $template->render(['hook' => $hook]);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php:60 {
Shopware\Core\Framework\Script\Debugging\ScriptTraces->trace(Hook $hook, Script $script, Closure $execute): void …
› static::$deprecationNotices = [];
› $execute($debug);
› $deprecations = static::$deprecationNotices;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:91 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->render(Hook $hook, Script $script): void …
›
› $this->traces->trace($hook, $script, function (Debug $debug) use ($twig, $script, $hook): void {
› $twig->addGlobal('debug', $debug);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:70 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
› static::$isInScriptExecutionContext = true;
› $this->render($hook, $script);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.745+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.745+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.745+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#1 Rule detection: Cart >= 0 with priority 100 (id: 9986489395d84086ba454e58b3fb0cd3)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: d32beefb72e943dc9ed726ccf77b03a2)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#3 Rule detection: Always valid (Default) with priority 100 (id: e4382fa297674cb98d82dc29b451c919)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#4 Rule detection: Kanal-Ernstes Design with priority 2 (id: 0dff832b47e34b089a714b0b0fd3d6ca)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#5 Rule detection: Sunday sales with priority 2 (id: df6c140c383e4a85928e343598a2a882)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#6 Rule detection: icmss_price Standard-Kundengruppe with priority 1 (id: 2b941507237248d2973e450c493f4e34)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#7 Rule detection: icmss_price with priority 1 (id: 5ef1b0cdc8d04b2784fb093d81f229aa)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#8 Rule detection: All customers with priority 1 (id: 9e07b08e0f1446298608bf1bb807c511)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#9 Rule detection: Kanal ist B2C Lieferland Deutschland with priority 1 (id: 9f50bea2f50840f6a238fcc2f47d69c5)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#10 Rule detection: Eingrenzung Zahlungsart B2B Rechnung with priority 1 (id: a77b2283528c43e18f85502eb96e0bd5)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#11 Rule detection: icmss_price with priority 1 (id: c71c623517794cedba416ef5711a7a52)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.755+00:00"
"message" => "#12 Rule detection: Kanal ist B2B oder B2C with priority 1 (id: da3ac5a0bb8e4657a78e9b98f5656fd5)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.759+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 {#5974
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.762+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 {#6039
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.762+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 {#6036
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.762+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 {#6034
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.762+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6025
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.763+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 {#6024
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.763+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 {#5907
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.763+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 {#5804
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.763+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5877
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+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 {#6043
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+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 {#6003
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+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 {#6037
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6033
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6049
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.764+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6052
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+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 {#6055
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+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 {#6058
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+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 {#6061
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6064
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6067
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+00:00"
"message" => "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6066
#message: "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php"
#line: 41383
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:41383 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getSofortAPMHandlerService($container) …
› {
› trigger_deprecation('swag/paypal', '10.0.0', 'tag:v10.0.0 - The Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler service will be removed');
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.765+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6069
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.766+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 {#6023
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.766+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 {#6075
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.766+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 {#6081
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.766+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6089
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:30533 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3854 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3894 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/var/cache/dev_h44e204aeb50e6c1185a3741f4ce0f838/Container1UrP51Z/Shopware_Core_KernelDevDebugContainer.php:3891 {
Container1UrP51Z\Shopware_Core_KernelDevDebugContainer::Container1UrP51Z\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
Container1UrP51Z\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber::onSalesChannelContextResolvedEvent"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPersonalInformationAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkAccountAddressAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkCheckoutAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPaymentAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.771+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.773+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container1UrP51Z\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.773+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.775+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.775+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Moorl\MerchantFinder\Storefront\Subscriber\ProductCriteriaSubscriber::processCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.779+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.779+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Moorl\MerchantFinder\Storefront\Subscriber\ProductCriteriaSubscriber::processCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.784+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Product for id 0d95156980394f73bc30c1fde8af9e0b not found." at ProductDetailRoute.php line 90"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#6877
#message: "Product for id 0d95156980394f73bc30c1fde8af9e0b not found."
#code: 0
#file: "/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php"
#line: 90
-statusCode: 404
-headers: []
#parameters: [
"productId" => "0d95156980394f73bc30c1fde8af9e0b"
]
trace: {
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:90 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
› if (!($product instanceof SalesChannelProductEntity)) {
› throw new ProductNotFoundException($productId);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:68 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
› {
› return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {
› $mainVariantId = $this->checkVariantListingConfig($productId, $context);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($productId, $request, $context, $criteria) {
› $name = self::buildName($productId);
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:70 {
Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
›
› $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);
› $product = $result->getProduct();
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/storefront/Controller/ProductController.php:62 {
Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->productPageLoader->load($request, $context);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/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);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/ernstesdesign.de/httpdocs/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/ernstesdesign.de/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::restrictedAreaHandler"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.820+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.820+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.820+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.825+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.826+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"
]
]
7051 => [
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Lenz\OrderLineItemComment\Subscriber\Cart\CheckoutLoadedEvents::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.785+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPersonalInformationAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkAccountAddressAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkCheckoutAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Bpa\RestrictCustomerAccount\Subscriber\StorefrontSubscriber::checkPaymentAccess"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container1UrP51Z\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.786+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.816+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.816+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.816+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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" => 1734885589
"timestamp_rfc3339" => "2024-12-22T16:39:49.819+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
123 => 0
7051 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#883 …}
} |