| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#649
-records: [
"" => [
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.090+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#37
#message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
› $this->container->set($definition->getEntityName(), $definition);
› $this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));
› $registry->register($definition, $definition->getEntityName());
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/System/System.php:69 {
Shopware\Core\System\System->boot(): void …
›
› $this->container->get(CustomEntityRegistrar::class)->register();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:149 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:127 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.091+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#724
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
› $this->container->set($definition->getEntityName(), $definition);
› $this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));
› $registry->register($definition, $definition->getEntityName());
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/System/System.php:69 {
Shopware\Core\System\System->boot(): void …
›
› $this->container->get(CustomEntityRegistrar::class)->register();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:149 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:127 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.109+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "routing-domains"
]
"channel" => "cache"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.117+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.118+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.118+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "system-config-"
]
"channel" => "cache"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.370+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Http\Event\BeforeCacheControlEvent"
"listener" => "Shopware\Administration\Framework\Adapter\Cache\Http\AdministrationCacheControlListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.370+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.370+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"
]
]
1040 => [
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.200+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.200+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.217+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Deprecated: NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory::create(): Implicitly marking parameter $salesChannelId as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1804
#message: "Deprecated: NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory::create(): Implicitly marking parameter $salesChannelId as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Services/PluginConfigFactory.php"
#line: 52
#severity: E_DEPRECATED
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Services/PluginConfigFactory.php:52 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function create(string $salesChannelId = null): PluginConfigStruct
› {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/error-handler/DebugClassLoader.php:322 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getNetiNextExportOnEvent_PluginConfigService($container) …
› return;
› } elseif (false === include $file) {
› return;
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:27673 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventLoggerService($container) …
› {
› $a = ($container->privates['neti_next_export_on_event.plugin_config'] ?? self::getNetiNextExportOnEvent_PluginConfigService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:22649 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
› $instance->addExtension(new \NetInventors\NetiNextExportOnEvent\Services\Twig\TwigEntityEncoder(new \NetInventors\NetiNextExportOnEvent\Services\EntityEncoder(($container->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonApiEncoder'] ??= new \Shopware\Core\Framework\Api\Serializer\JsonApiEncoder()), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->privates['NetInventors\\NetiNextExportOnEvent\\Services\\Log\\EventLogger'] ?? self::getEventLoggerService($container)), $d)));
› $instance->addExtension(new \Pentatrion\ViteBundle\Twig\TypeExtension());
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:1405 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:50623 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:14201 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::{closure:ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():14201} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/htdocs/w0193274/shopware6x_dev_2606/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';
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/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);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
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);
› $this->forwardedRequest = $request;
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#822 …}
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$request->isMethodSafe()) {
› $response = $this->invalidate($request, $catch);
› } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:129 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Deprecated: NetInventors\NetiNextExportOnEvent\Serializer\Normalizer\PluginConfigDenormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1485
#message: "Deprecated: NetInventors\NetiNextExportOnEvent\Serializer\Normalizer\PluginConfigDenormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Serializer/Normalizer/PluginConfigDenormalizer.php"
#line: 23
#severity: E_DEPRECATED
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Serializer/Normalizer/PluginConfigDenormalizer.php:23 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› #[\Override]
› public function denormalize($data, string $type, string $format = null, array $context = []): PluginConfigStruct
› {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/error-handler/DebugClassLoader.php:322 {
NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory->__construct(SystemConfigService $systemConfig, RequestStack $requestStack) …
› return;
› } elseif (false === include $file) {
› return;
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:50491 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getNetiNextExportOnEvent_PluginConfigService($container) …
›
› $instance = (new \NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())))->create();
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:27673 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventLoggerService($container) …
› {
› $a = ($container->privates['neti_next_export_on_event.plugin_config'] ?? self::getNetiNextExportOnEvent_PluginConfigService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:22649 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
› $instance->addExtension(new \NetInventors\NetiNextExportOnEvent\Services\Twig\TwigEntityEncoder(new \NetInventors\NetiNextExportOnEvent\Services\EntityEncoder(($container->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonApiEncoder'] ??= new \Shopware\Core\Framework\Api\Serializer\JsonApiEncoder()), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->privates['NetInventors\\NetiNextExportOnEvent\\Services\\Log\\EventLogger'] ?? self::getEventLoggerService($container)), $d)));
› $instance->addExtension(new \Pentatrion\ViteBundle\Twig\TypeExtension());
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:1405 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:50623 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:14201 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::{closure:ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():14201} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/htdocs/w0193274/shopware6x_dev_2606/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';
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/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);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
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);
› $this->forwardedRequest = $request;
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#822 …}
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$request->isMethodSafe()) {
› $response = $this->invalidate($request, $catch);
› } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:129 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Deprecated: NetInventors\NetiNextExportOnEvent\Serializer\Normalizer\PluginConfigDenormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1790
#message: "Deprecated: NetInventors\NetiNextExportOnEvent\Serializer\Normalizer\PluginConfigDenormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Serializer/Normalizer/PluginConfigDenormalizer.php"
#line: 56
#severity: E_DEPRECATED
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/custom/plugins/NetiNextExportOnEvent/src/Serializer/Normalizer/PluginConfigDenormalizer.php:56 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› #[\Override]
› public function supportsDenormalization($data, string $type, string $format = null, array $context = []): bool
› {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/error-handler/DebugClassLoader.php:322 {
NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory->__construct(SystemConfigService $systemConfig, RequestStack $requestStack) …
› return;
› } elseif (false === include $file) {
› return;
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:50491 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getNetiNextExportOnEvent_PluginConfigService($container) …
›
› $instance = (new \NetInventors\NetiNextExportOnEvent\Services\PluginConfigFactory($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())))->create();
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:27673 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventLoggerService($container) …
› {
› $a = ($container->privates['neti_next_export_on_event.plugin_config'] ?? self::getNetiNextExportOnEvent_PluginConfigService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:22649 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
› $instance->addExtension(new \NetInventors\NetiNextExportOnEvent\Services\Twig\TwigEntityEncoder(new \NetInventors\NetiNextExportOnEvent\Services\EntityEncoder(($container->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonApiEncoder'] ??= new \Shopware\Core\Framework\Api\Serializer\JsonApiEncoder()), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->privates['NetInventors\\NetiNextExportOnEvent\\Services\\Log\\EventLogger'] ?? self::getEventLoggerService($container)), $d)));
› $instance->addExtension(new \Pentatrion\ViteBundle\Twig\TypeExtension());
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:1405 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:50623 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/var/cache/dev_hd9d6f2809dec825b5d410ba8a9b58c2e/ContainerQdDNOx8/Shopware_Core_KernelDevDebugContainer.php:14201 {
ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::{closure:ContainerQdDNOx8\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():14201} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/htdocs/w0193274/shopware6x_dev_2606/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';
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/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);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
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);
› $this->forwardedRequest = $request;
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#822 …}
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$request->isMethodSafe()) {
› $response = $this->invalidate($request, $catch);
› } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:129 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.258+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "system-config-4bb19cf27d264429887ea4a6e013982e"
]
"channel" => "cache"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.276+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://www.dev.schug-medical.de/auth/requestreset"" at RouterListener.php line 156"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1509
#message: "No route found for "POST https://www.dev.schug-medical.de/auth/requestreset""
#code: 0
#file: "/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1749 …}
-statusCode: 404
-headers: []
trace: {
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#1050 …}
$eventName: "kernel.request"
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1040 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
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);
› $this->forwardedRequest = $request;
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#822 …}
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$request->isMethodSafe()) {
› $response = $this->invalidate($request, $catch);
› } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/shopware/core/Kernel.php:129 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
$type: 1
$catch: true
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#79 …}
}
}
/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/www/htdocs/w0193274/shopware6x_dev_2606/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/www/htdocs/w0193274/shopware6x_dev_2606/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.353+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.367+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.368+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"
]
]
1961 => [
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Prems\Plugin\PremsWishlist\Subscriber\RequestSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.278+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::mapShippingCallbackContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Content\ProductExport\Tracking\SalesChannelTrackingListener::storeReferralCode"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.286+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.288+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.288+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.289+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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" => 1780496491
"timestamp_rfc3339" => "2026-06-03T14:21:31.352+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
1040 => 0
1961 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#664 …}
} |