| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#915
-records: [
"" => [
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.522+00:00"
"message" => "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#101
#message: "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:278 {
Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->instantiatePlugins(string $projectDir): void …
›
› if (!class_exists($className)) {
› continue;
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:122 {
Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->initializePlugins(string $projectDir): void …
› $this->registerPluginNamespaces($projectDir);
› $this->instantiatePlugins($projectDir);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:142 {
Shopware\Core\Kernel->boot(): void …
› // initialize plugins before booting
› $this->pluginLoader->initializePlugins($this->getProjectDir());
› } catch (DBALException $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.526+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 {#308
#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: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
› $this->container->set($definition->getEntityName(), $definition);
› $this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));
› $registry->register($definition, $definition->getEntityName());
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/System.php:63 {
Shopware\Core\System\System->boot(): void …
›
› $this->container->get(CustomEntityRegistrar::class)->register();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:150 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.526+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 {#325
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
› $this->container->set($definition->getEntityName(), $definition);
› $this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));
› $registry->register($definition, $definition->getEntityName());
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/System.php:63 {
Shopware\Core\System\System->boot(): void …
›
› $this->container->get(CustomEntityRegistrar::class)->register();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:150 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.573+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2319
#message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:50670 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getHttpKernel_Cache_InnerService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19615 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› {
› $a = ($container->privates['http_kernel.cache.inner'] ?? self::getHttpKernel_Cache_InnerService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.576+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "routing-domains"
]
"channel" => "cache"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.579+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.579+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.579+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "system-config-08d2beb617754d2e9b8813e67fbd3a10"
]
"channel" => "cache"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.594+00:00"
"message" => "User Deprecated: The "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3024
#message: "User Deprecated: The "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getAppScriptProductPriceCalculatorService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:38048 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductSubscriber2Service($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] ?? self::getAppScriptProductPriceCalculatorService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:18858 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():18858} …
› $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\UnusedMediaSearchEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber'] ?? self::getCustomFieldsUnusedMediaSubscriberService($container)), 'removeUsedMedia'], 0);
› $instance->addListener('product.loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
› $instance->addListener('product.partial_loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› }
› $this->dispatch($nested, $name);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $this->eventDispatcher->dispatch($event);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:235 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Foundation/Dal/EntityRepository.php:166 {
DreiscSeoPro\Core\Foundation\Dal\EntityRepository->get(string $id, ?array $associations = null, ?Context $context = null, $disableCache = false): Entity …
›
› return $this->repository->search(
› $criteria,
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/Product/ProductRedirectSearcher.php:38 {
DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher->search(Request $request, string $productId, Context $defaultContext): void …
› /** In case of variant product, we check for the parent product id */
› $productEntity = $this->productRepository->get($productId);
› if (null !== $productEntity && null !== $productEntity->getParentId()) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:81 {
DreiscSeoPro\Core\Routing\RequestTransformer->checkForEntityRedirects(Request $shopwareRequest, Context $defaultContext): bool …
› /** Check if there is redirect for the product */
› $this->productRedirectSearcher->search(
› $shopwareRequest,
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:40 {
DreiscSeoPro\Core\Routing\RequestTransformer->transform(Request $shopwareRequest, Request $request, Context $defaultContext): Request …
› /** Check for entity redirects */
› $this->checkForEntityRedirects($shopwareRequest, $defaultContext);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php:35 {
DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator->transform(Request $request): Request …
› */
› return $this->requestTransformer->transform($clone, $request, Context::createCLIContext());
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $request = $this->requestTransformer->transform($request);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.594+00:00"
"message" => "User Deprecated: The "Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Checkout\Cart\Price\QuantityPriceCalculator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3031
#message: "User Deprecated: The "Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Checkout\Cart\Price\QuantityPriceCalculator"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getQuantityPriceCalculatorService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:37964 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getAppScriptProductPriceCalculatorService($container) …
›
› return $container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] = new \Shopware\Core\Content\Product\SalesChannel\Price\AppScriptProductPriceCalculator(new \Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator($a, ($container->privates['Acris\\CountryTax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? self::getQuantityPriceCalculatorService($container)), $b, $c), $d, ($container->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\ScriptPriceStubs'] ?? self::getScriptPriceStubsService($container)));
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:38048 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductSubscriber2Service($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] ?? self::getAppScriptProductPriceCalculatorService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:18858 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():18858} …
› $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\UnusedMediaSearchEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber'] ?? self::getCustomFieldsUnusedMediaSubscriberService($container)), 'removeUsedMedia'], 0);
› $instance->addListener('product.loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
› $instance->addListener('product.partial_loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› }
› $this->dispatch($nested, $name);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $this->eventDispatcher->dispatch($event);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:235 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Foundation/Dal/EntityRepository.php:166 {
DreiscSeoPro\Core\Foundation\Dal\EntityRepository->get(string $id, ?array $associations = null, ?Context $context = null, $disableCache = false): Entity …
›
› return $this->repository->search(
› $criteria,
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/Product/ProductRedirectSearcher.php:38 {
DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher->search(Request $request, string $productId, Context $defaultContext): void …
› /** In case of variant product, we check for the parent product id */
› $productEntity = $this->productRepository->get($productId);
› if (null !== $productEntity && null !== $productEntity->getParentId()) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:81 {
DreiscSeoPro\Core\Routing\RequestTransformer->checkForEntityRedirects(Request $shopwareRequest, Context $defaultContext): bool …
› /** Check if there is redirect for the product */
› $this->productRedirectSearcher->search(
› $shopwareRequest,
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:40 {
DreiscSeoPro\Core\Routing\RequestTransformer->transform(Request $shopwareRequest, Request $request, Context $defaultContext): Request …
› /** Check for entity redirects */
› $this->checkForEntityRedirects($shopwareRequest, $defaultContext);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php:35 {
DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator->transform(Request $request): Request …
› */
› return $this->requestTransformer->transform($clone, $request, Context::createCLIContext());
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $request = $this->requestTransformer->transform($request);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.598+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.598+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.598+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "system-config-"
]
"channel" => "cache"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.815+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.815+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"
]
]
2456 => [
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.609+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.610+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.detail.page"
"route_parameters" => [
"_route" => "frontend.detail.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\ProductController::index"
"productId" => "7ba09bb5cd2c48e98901ab788bd29839"
]
"request_uri" => "https://www.dev.nakatanenga.de/detail/7ba09bb5cd2c48e98901ab788bd29839"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Maintenance\StorefrontSubscriber::maintenanceResolver"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\PersistentCart::kernelEventsRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.634+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.642+00:00"
"message" => "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareElectric\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3316
#message: "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareElectric\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:8436 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService():8393} …
› yield 41 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Media\\Cms\\Type\\TcinnImageGalleryGridTypeDataResolver'] ?? self::getTcinnImageGalleryGridTypeDataResolverService($container));
› yield 42 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Product\\Cms\\TcinnProductDescriptionReviewsAccordionCmsElementResolver'] ?? self::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container));
› yield 43 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Category\\Cms\\TcinnSidebarSubcategoryNavigationCmsElementResolver'] ?? self::getTcinnSidebarSubcategoryNavigationCmsElementResolverService($container));
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
› ) {
› foreach ($resolvers as $resolver) {
› $this->resolvers[$resolver->getType()] = $resolver;
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:8393 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['Shopware\\Core\\Content\\Category\\Cms\\CategoryNavigationCmsElementResolver'] ?? self::getCategoryNavigationCmsElementResolverService($container));
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:46296 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
› {
› return $container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] = new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator(new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader(($container->services['cms_page.repository'] ?? self::getCmsPage_RepositoryService($container)), ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container))))));
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:10080 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductDetailRouteService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container)), ($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container)), ($container->services['Doctrine\\DBAL\\Connection'] ?? self::getConnectionService($container)), ($container->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? self::getProductPageConfiguratorLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? self::getSalesChannelProductDefinitionService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ??= new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container)));
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:14676 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductControllerService($container) …
› $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));
› $b = ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] ?? self::getProductDetailRouteService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.660+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3822
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactory2Service($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:33351 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextService2Service($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactory2Service($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32570 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->privates['Lenz\\DispatchCollection\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextService2Service($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32719 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCustomerSubscriberService($container) …
› }
› $d = ($container->privates['Crsw\\CleverReachOfficial\\Service\\BusinessLogic\\SalesChannel\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19123 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19123} …
› $instance->addListener('customer_address.written', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'onCustomerAddressSave'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'saveDataForDelete'], 0);
› $instance->addListener('Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber'] ?? self::getNewsletterRecipientSubscriberService($container)), 'onNewsletterConfirm'], 0);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.661+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextServiceInterface" interface is considered internal. It may change without further notice. You should not use it from "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3880
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextServiceInterface" interface is considered internal. It may change without further notice. You should not use it from "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextService2Service($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32570 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->privates['Lenz\\DispatchCollection\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextService2Service($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32719 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCustomerSubscriberService($container) …
› }
› $d = ($container->privates['Crsw\\CleverReachOfficial\\Service\\BusinessLogic\\SalesChannel\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19123 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19123} …
› $instance->addListener('customer_address.written', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'onCustomerAddressSave'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'saveDataForDelete'], 0);
› $instance->addListener('Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber'] ?? self::getNewsletterRecipientSubscriberService($container)), 'onNewsletterConfirm'], 0);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.664+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "context-factory-08d2beb617754d2e9b8813e67fbd3a10-62eac277f911fc6b9d813ed89f2e00fe"
]
"channel" => "cache"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.665+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.665+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.665+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.673+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.673+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.673+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.674+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.674+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.674+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.676+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.676+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.676+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.677+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.677+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.677+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.680+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.685+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.685+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.685+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.700+00:00"
"message" => "Lock acquired, now computing item "{key}""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"key" => "cart_rules"
]
"channel" => "cache"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.714+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.714+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.714+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.715+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.715+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.715+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.720+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.720+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.720+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.724+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.724+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.724+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#1 Rule detection: Alle Kundengruppen ohne Händler with priority 151 (id: 76a1b37a7dbf4165b46c7ab2ff1a4841)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#2 Rule detection: kein Händler, nur DE und AT with priority 147 (id: 56b8897938be44a48f5d23076fee8aa4)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#3 Rule detection: Deutschland Mischversand Aufschlag with priority 100 (id: 019179b5053d723cbcc2ffca7e2f1d37)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#4 Rule detection: Deutschland Standard Mig. with priority 100 (id: 019179b50593737ca9f4a6695a28df19)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#5 Rule detection: Versandkostenfrei (Paket) with priority 100 (id: 019179b505a971d6b33bc2b7f77ff188)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#6 Rule detection: Versandkostenfrei Mischversand with priority 100 (id: 019179b50779728dbd34b221819dbf1f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#7 Rule detection: Versandkostenfrei Mischversand Aufschlag with priority 100 (id: 019179b5077e722793b82b3113582988)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#8 Rule detection: Zahlart PayPal with priority 100 (id: 019266bd95457bad916f0e7402a76e90)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#9 Rule detection: Cart >= 0 with priority 100 (id: 89396462b19442de853b499f33b78cef)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#10 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 8a3d72aab5a5468fa089505163f644f9)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#11 Rule detection: Always valid (Default) with priority 100 (id: f9da93f84ada4ccd8efd95692a615991)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#12 Rule detection: Abholung with priority 1 (id: 06c3e6c40cde40fb88ada175db3b7938)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#13 Rule detection: Promotion customer rule: 200,- unbeschränkt -alt with priority 0 (id: 019179ed59dd72ecb5248c3701a4a9a7)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#14 Rule detection: Promotion customer rule: 100,- unbeschränkt -alt with priority 0 (id: 019179ed5a33735dadfaae7d48ee3774)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#15 Rule detection: Promotion customer rule: 50,- unbeschränkt -alt with priority 0 (id: 019179ed5a7373caa742a3ca2b474faa)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#16 Rule detection: Promotion customer rule: 25,- unbeschränkt -alt with priority 0 (id: 019179ed5abc7260ba0d7f86a5f49012)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#17 Rule detection: Promotion customer rule: 20,- unbeschränkt -alt with priority 0 (id: 019179ed5ae473cc8acbdbd09e697f1a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#18 Rule detection: Promotion customer rule: 10,- unbeschränkt -alt with priority 0 (id: 019179ed5afd73938316ce5d62b21885)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#19 Rule detection: Promotion customer rule: 50,- unbeschränkt II with priority 0 (id: 019179ed5b3472fb8689bff52c36d24e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#20 Rule detection: Promotion customer rule: 40,-€ unbeschränkt with priority 0 (id: 019179ed5b47710cbb88d4cabe575530)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#21 Rule detection: Promotion customer rule: Steuerfrei, 200,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5b657021952452aa52c2f262)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#22 Rule detection: Promotion customer rule: Steuerfrei, 150,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5b887386bf07cbfb0c6dc4d9)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#23 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5bb77063b42436de2bb2654d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#24 Rule detection: Promotion customer rule: Steuerfrei, 50,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5be971dfb78ef0b9ab954636)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#25 Rule detection: Promotion customer rule: Steuerfrei, 25,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c0f732b83a6fa611b17c9b0)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#26 Rule detection: Promotion customer rule: 40,- steuerfrei with priority 0 (id: 019179ed5c1c72e1bd5dd45fa91ae988)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#27 Rule detection: Promotion customer rule: Steuerfrei, 200,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c48709db0bb1d772acb893a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#28 Rule detection: Promotion customer rule: Steuerfrei, 10,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c61739288a8f19f5fee5c9f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#29 Rule detection: Promotion customer rule: Steuerfrei, 10,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c83710a9f725ed88fa40977)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#30 Rule detection: Promotion customer rule: Steuerfrei, 50,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5cb47127996aaac8a7f6bdbe)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#31 Rule detection: Promotion customer rule: Steuerfrei, 25,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5ce97102b94464fe862ca787)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#32 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5d78715b957280e0dd517331)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#33 Rule detection: Promotion customer rule: Kopie von Steuerfrei, 50,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5e047192aaa473cfc729c45f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#34 Rule detection: Promotion customer rule: Steuerfrei, 25,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5e987014b27850d1f01683cb)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#35 Rule detection: Promotion customer rule: Steuerfrei, 15,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5eb972a9811e6559447a6fdc)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#36 Rule detection: Promotion customer rule: Last-Minute-Gutschein with priority 0 (id: 019179ed5f01707fbf3a6adca420f5b1)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#37 Rule detection: Promotion customer rule: Steuerfrei, 10,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5f4a728eb343c4ceca55df24)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#38 Rule detection: Promotion customer rule: Steuerfrei, 50,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5fc1716ab9e26008508a989e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#39 Rule detection: Promotion customer rule: Steuerfrei, 25,- € IV (Verkaufs-Gutschein) with priority 0 (id: 019179ed601171ca8bcbf7c4e4b15d12)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#40 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed604073a8a7cc7283597bc561)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#41 Rule detection: Promotion customer rule: Steuerfrei, 200,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed6086727a8ed87d86b79ab028)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#42 Rule detection: Promotion customer rule: Steuerfrei, 15,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed60bb7173b3c5caa2b21a03e2)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#43 Rule detection: Promotion customer rule: Steuerfrei, 50,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed611b719b8c493426397e071b)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#44 Rule detection: Promotion customer rule: Steuerfrei, 25,- € V (Verkaufs-Gutschein) with priority 0 (id: 019179ed616973d6ae87df29ca6fab45)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#45 Rule detection: Promotion customer rule: 500 EUR steuerfrei with priority 0 (id: 019179ed617970548b9ab2028aaccee3)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#46 Rule detection: Promotion customer rule: Steuerfrei, 25,- € V (Verkaufs-Gutschein) with priority 0 (id: 019179ed61d27021a6d3f256f1fe6301)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.726+00:00"
"message" => "#47 Rule detection: Promotion customer rule: Steuerfrei, 50,- € IV (Verkaufs-Gutschein) with priority 0 (id: 019179ed6233707282cee72b0a78165c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#48 Rule detection: Promotion customer rule: Steuerfrei, 100,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed629f739f81ef49fbfd3175b8)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#49 Rule detection: Promotion customer rule: versandfrei und 5% Rabatt with priority 0 (id: 019179ed630d72bfb80b0b616e56f094)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#50 Rule detection: Promotion customer rule: endlos-freisein -10% with priority 0 (id: 019179ed632870c88f4d50e0091bdc8d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#51 Rule detection: Promotion customer rule: versandkostenfrei Oberland Messe with priority 0 (id: 019179ed6337724eaaf100fe723a9c73)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#52 Rule detection: Promotion customer rule: Gratis RAPTOR-Spritzpistole with priority 0 (id: 019179ed63797281ae1e4a20fee27b7e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#53 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed63a670b0b0b52d88b864e4db)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#54 Rule detection: Promotion customer rule: Adventure Southside with priority 0 (id: 019179ed63dc70b69dd94cbfea630307)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#55 Rule detection: Promotion customer rule: 15% DZ with priority 0 (id: 019179ed63ff71859ac60b2064da4af9)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "#56 Rule detection: Shopkunden with priority 0 (id: 892bba83aadf4e539a3c6a1446af67c3)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\CartDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\CustomerGroups\CustomerGroupSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Customers\CustomerSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\NewsletterRecipients\NewsletterRecipientSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\AutomationSubscriber::onCheckoutRegistration"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\CartRecoverySubscriber::onRecover"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.727+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.728+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.728+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.728+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.729+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.731+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.731+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.733+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSeoPro\Core\Routing\RedirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#637
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSeoPro\Core\Routing\RedirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19097} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.734+00:00"
"message" => "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9305
#message: "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
› $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);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.741+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetBuyInSetProductLink" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9356
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetBuyInSetProductLink" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getDreiscSetGetBuyInSetProductLinkService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:27965 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
› $instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetBuyInSetProductLink'] ?? self::getDreiscSetGetBuyInSetProductLinkService($container)));
› $instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetProductLinkByLineItem'] ?? self::getDreiscSetGetProductLinkByLineItemService($container)));
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:1796 {
ContainerXyuza7L\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 \Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
› $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);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.741+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetProductLinkByLineItem" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9360
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetProductLinkByLineItem" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getDreiscSetGetProductLinkByLineItemService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:27966 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetBuyInSetProductLink'] ?? self::getDreiscSetGetBuyInSetProductLinkService($container)));
› $instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetProductLinkByLineItem'] ?? self::getDreiscSetGetProductLinkByLineItemService($container)));
› $instance->addExtension(new \Icue\Extension\Theme\TwigExtension($f));
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:1796 {
ContainerXyuza7L\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 \Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
› $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);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Could not find product with id "7ba09bb5cd2c48e98901ab788bd29839"" at ProductException.php line 136"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#9223
#message: "Could not find product with id "7ba09bb5cd2c48e98901ab788bd29839""
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php"
#line: 136
-statusCode: 404
-headers: []
#parameters: [
"entity" => "product"
"field" => "id"
"value" => "7ba09bb5cd2c48e98901ab788bd29839"
]
#statusCode: 404
#errorCode: "CONTENT__PRODUCT_NOT_FOUND"
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php:136 {
Shopware\Core\Content\Product\ProductException::productNotFound(string $productId): ProductNotFoundException …
› {
› return new ProductNotFoundException($productId);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:102 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->{closure:Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load():76} …
› if (!($product instanceof SalesChannelProductEntity)) {
› throw ProductException::productNotFound($productId);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:76 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
› {
› return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {
› $mainVariantId = $this->checkVariantListingConfig($productId, $context);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
›
› $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);
› $product = $result->getProduct();
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Controller/ProductController.php:55 {
Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->productPageLoader->load($request, $context);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Acris\TinyMce\Subscriber\SeoUrlPlaceholderResourceNotFoundSubscriber::onError"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "DreiscSeoPro\Core\Routing\RedirectSubscriber::startRedirectHandler"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Frosh\DevelopmentHelper\Subscriber\DisableStorefrontErrorHandling::disableFrontendErrorHandling"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.797+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.797+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
]
]
"HTTP code" => 200
"duration" => 0.000848
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.797+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "os-nakatangenga-shop"
"status" => "green"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 16
"active_shards" => 16
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 0
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 100.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.797+00:00"
"message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.797+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "os-nakatangenga-shop"
"status" => "green"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 16
"active_shards" => 16
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 0
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 100.0
]
"method" => "GET"
"uri" => "http://localhost:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.000848
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.800+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.800+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
]
]
"HTTP code" => 200
"duration" => 0.002393
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.800+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.30-85662"
"uuid" => "5AGsvzpFTdKnD5lPpjafsg"
"pri" => "1"
"rep" => "0"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "111.2kb"
"pri.store.size" => "111.2kb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_category_1762781623"
"uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
"pri" => "1"
"rep" => "0"
"docs.count" => "2890"
"docs.deleted" => "5"
"store.size" => "1.4mb"
"pri.store.size" => "1.4mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.06-15366"
"uuid" => "XUQuKwrrR-i5qFhcJLywMw"
"pri" => "1"
"rep" => "0"
"docs.count" => "784"
"docs.deleted" => "196"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.04-15364"
"uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
"pri" => "1"
"rep" => "0"
"docs.count" => "3459"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_category_1764601919"
"uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "161"
"docs.deleted" => "3"
"store.size" => "169.6kb"
"pri.store.size" => "169.6kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.29-85640"
"uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
"pri" => "1"
"rep" => "0"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "358.4kb"
"pri.store.size" => "358.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_1764601919"
"uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
"pri" => "1"
"rep" => "0"
"docs.count" => "266194"
"docs.deleted" => "46381"
"store.size" => "114.6mb"
"pri.store.size" => "114.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.05-15365"
"uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "3010"
"docs.deleted" => "720"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.01-15361"
"uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1107"
"docs.deleted" => "179"
"store.size" => "4.6mb"
"pri.store.size" => "4.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ELmQ5_JtSne9dxngiF2TVA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_manufacturer_1764601919"
"uuid" => "3IBi6hMRQ3WaISmY7O920g"
"pri" => "1"
"rep" => "0"
"docs.count" => "3"
"docs.deleted" => "0"
"store.size" => "7.1kb"
"pri.store.size" => "7.1kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.02-15362"
"uuid" => "IBdioDEIQjulYr5YZN0CTw"
"pri" => "1"
"rep" => "0"
"docs.count" => "3736"
"docs.deleted" => "592"
"store.size" => "13.9mb"
"pri.store.size" => "13.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_1762781623"
"uuid" => "BqkfCDxTSASgtKk4rTF_sA"
"pri" => "1"
"rep" => "0"
"docs.count" => "273327"
"docs.deleted" => "3497"
"store.size" => "116.2mb"
"pri.store.size" => "116.2mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_manufacturer_1762781623"
"uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "576"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.03-15363"
"uuid" => "nUHmzofkTy2bGxd_EmZMNg"
"pri" => "1"
"rep" => "0"
"docs.count" => "2833"
"docs.deleted" => "0"
"store.size" => "5.9mb"
"pri.store.size" => "5.9mb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.800+00:00"
"message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.800+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.30-85662"
"uuid" => "5AGsvzpFTdKnD5lPpjafsg"
"pri" => "1"
"rep" => "0"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "111.2kb"
"pri.store.size" => "111.2kb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_category_1762781623"
"uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
"pri" => "1"
"rep" => "0"
"docs.count" => "2890"
"docs.deleted" => "5"
"store.size" => "1.4mb"
"pri.store.size" => "1.4mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.06-15366"
"uuid" => "XUQuKwrrR-i5qFhcJLywMw"
"pri" => "1"
"rep" => "0"
"docs.count" => "784"
"docs.deleted" => "196"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.04-15364"
"uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
"pri" => "1"
"rep" => "0"
"docs.count" => "3459"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_category_1764601919"
"uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "161"
"docs.deleted" => "3"
"store.size" => "169.6kb"
"pri.store.size" => "169.6kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.29-85640"
"uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
"pri" => "1"
"rep" => "0"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "358.4kb"
"pri.store.size" => "358.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_1764601919"
"uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
"pri" => "1"
"rep" => "0"
"docs.count" => "266194"
"docs.deleted" => "46381"
"store.size" => "114.6mb"
"pri.store.size" => "114.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.05-15365"
"uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "3010"
"docs.deleted" => "720"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.01-15361"
"uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1107"
"docs.deleted" => "179"
"store.size" => "4.6mb"
"pri.store.size" => "4.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ELmQ5_JtSne9dxngiF2TVA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_manufacturer_1764601919"
"uuid" => "3IBi6hMRQ3WaISmY7O920g"
"pri" => "1"
"rep" => "0"
"docs.count" => "3"
"docs.deleted" => "0"
"store.size" => "7.1kb"
"pri.store.size" => "7.1kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.02-15362"
"uuid" => "IBdioDEIQjulYr5YZN0CTw"
"pri" => "1"
"rep" => "0"
"docs.count" => "3736"
"docs.deleted" => "592"
"store.size" => "13.9mb"
"pri.store.size" => "13.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_1762781623"
"uuid" => "BqkfCDxTSASgtKk4rTF_sA"
"pri" => "1"
"rep" => "0"
"docs.count" => "273327"
"docs.deleted" => "3497"
"store.size" => "116.2mb"
"pri.store.size" => "116.2mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_manufacturer_1762781623"
"uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "576"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.03-15363"
"uuid" => "nUHmzofkTy2bGxd_EmZMNg"
"pri" => "1"
"rep" => "0"
"docs.count" => "2833"
"docs.deleted" => "0"
"store.size" => "5.9mb"
"pri.store.size" => "5.9mb"
]
]
"method" => "GET"
"uri" => "http://localhost:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.002393
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.813+00:00"
"message" => "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11539
#message: "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Frosh\DevelopmentHelper\Component\Twig\Extension\BlockCommentExtension->getNodeVisitors(): array …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:481 {
Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
› // node visitors
› foreach ($extension->getNodeVisitors() as $visitor) {
› $this->visitors[] = $visitor;
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:438 {
Twig\ExtensionSet->initExtensions(): void …
› foreach ($this->extensions as $extension) {
› $this->initExtension($extension);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:243 {
Twig\ExtensionSet->getFilter(string $name): TwigFilter …
› if (!$this->initialized) {
› $this->initExtensions();
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Environment.php:777 {
Twig\Environment->getFilter(string $name): TwigFilter …
› {
› return $this->extensionSet->getFilter($name);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig:317 {
__TwigTemplate_9b5191c7bfee89937fe8a4800cca3736->doDisplay(array $context, array $blocks = []): iterable …
› }
› if (!url.match(new RegExp({{ excluded_ajax_paths|json_encode|raw }}))) {
› var method = 'GET';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/FroshDevelopmentHelper/src/Component/Profiler/TwigDecorator.php:24 {
Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator->render($name, array $context = []): string …
›
› return parent::render($template, $context);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:140 {
Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
› if (false !== $pos) {
› $toolbar = "\n".str_replace("\n", '', $this->twig->render(
› '@WebProfiler/Profiler/toolbar_js.html.twig',
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:128 {
Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
›
› $this->injectToolbar($response, $request, $nonces);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\ProductSearchCriteriaSubscriber::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Avency\Shopware\Frame\Components\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CheckoutPageSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::onIframeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CountryTax\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.814+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"
]
]
9500 => [
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Maintenance\StorefrontSubscriber::maintenanceResolver"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\PersistentCart::kernelEventsRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.743+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\CustomerGroups\CustomerGroupSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Customers\CustomerSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\NewsletterRecipients\NewsletterRecipientSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\AutomationSubscriber::onCheckoutRegistration"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\CartRecoverySubscriber::onRecover"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.744+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.760+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CountryTax\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9807
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CountryTax\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getResponseCacheSubscriberService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19089 {
ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19089} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'Avency\\Shopware\\Frame\\Components\\ResponseHeaderListener')] fn () => ($container->privates['Avency\\Shopware\\Frame\\Components\\ResponseHeaderListener'] ??= new \Avency\Shopware\Frame\Components\ResponseHeaderListener()), 'onResponse'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CountryTax\\Subscriber\\ResponseCacheSubscriber')] fn () => ($container->services['Acris\\CountryTax\\Subscriber\\ResponseCacheSubscriber'] ?? self::getResponseCacheSubscriberService($container)), 'setResponseCache'], -2000);
› $instance->addListener('Acris\\PartialDelivery\\Components\\PartialDelivery\\Event\\DeliveryShippingCostEvent', [#[\Closure(name: 'Acris\\CountryTax\\Subscriber\\ShippingCostSubscriber')] fn () => ($container->services['Acris\\CountryTax\\Subscriber\\ShippingCostSubscriber'] ?? self::getShippingCostSubscriberService($container)), 'onDeliveryShippingCost'], 0);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/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 {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.760+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.760+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.760+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.765+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.765+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
]
]
"HTTP code" => 200
"duration" => 0.001138
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.765+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "os-nakatangenga-shop"
"status" => "green"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 16
"active_shards" => 16
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 0
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 100.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.765+00:00"
"message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.765+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "os-nakatangenga-shop"
"status" => "green"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 16
"active_shards" => 16
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 0
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 100.0
]
"method" => "GET"
"uri" => "http://localhost:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.001138
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.767+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.767+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
]
]
"HTTP code" => 200
"duration" => 0.002361
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.767+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.30-85662"
"uuid" => "5AGsvzpFTdKnD5lPpjafsg"
"pri" => "1"
"rep" => "0"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "111.2kb"
"pri.store.size" => "111.2kb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_category_1762781623"
"uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
"pri" => "1"
"rep" => "0"
"docs.count" => "2890"
"docs.deleted" => "5"
"store.size" => "1.4mb"
"pri.store.size" => "1.4mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.06-15366"
"uuid" => "XUQuKwrrR-i5qFhcJLywMw"
"pri" => "1"
"rep" => "0"
"docs.count" => "784"
"docs.deleted" => "196"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.04-15364"
"uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
"pri" => "1"
"rep" => "0"
"docs.count" => "3459"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_category_1764601919"
"uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "161"
"docs.deleted" => "3"
"store.size" => "169.6kb"
"pri.store.size" => "169.6kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.29-85640"
"uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
"pri" => "1"
"rep" => "0"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "358.4kb"
"pri.store.size" => "358.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_1764601919"
"uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
"pri" => "1"
"rep" => "0"
"docs.count" => "266194"
"docs.deleted" => "46381"
"store.size" => "114.6mb"
"pri.store.size" => "114.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.05-15365"
"uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "3010"
"docs.deleted" => "720"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.01-15361"
"uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1107"
"docs.deleted" => "179"
"store.size" => "4.6mb"
"pri.store.size" => "4.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ELmQ5_JtSne9dxngiF2TVA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_manufacturer_1764601919"
"uuid" => "3IBi6hMRQ3WaISmY7O920g"
"pri" => "1"
"rep" => "0"
"docs.count" => "3"
"docs.deleted" => "0"
"store.size" => "7.1kb"
"pri.store.size" => "7.1kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.02-15362"
"uuid" => "IBdioDEIQjulYr5YZN0CTw"
"pri" => "1"
"rep" => "0"
"docs.count" => "3736"
"docs.deleted" => "592"
"store.size" => "13.9mb"
"pri.store.size" => "13.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_1762781623"
"uuid" => "BqkfCDxTSASgtKk4rTF_sA"
"pri" => "1"
"rep" => "0"
"docs.count" => "273327"
"docs.deleted" => "3497"
"store.size" => "116.2mb"
"pri.store.size" => "116.2mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_manufacturer_1762781623"
"uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "576"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.03-15363"
"uuid" => "nUHmzofkTy2bGxd_EmZMNg"
"pri" => "1"
"rep" => "0"
"docs.count" => "2833"
"docs.deleted" => "0"
"store.size" => "5.9mb"
"pri.store.size" => "5.9mb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.767+00:00"
"message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.767+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.30-85662"
"uuid" => "5AGsvzpFTdKnD5lPpjafsg"
"pri" => "1"
"rep" => "0"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "111.2kb"
"pri.store.size" => "111.2kb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_category_1762781623"
"uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
"pri" => "1"
"rep" => "0"
"docs.count" => "2890"
"docs.deleted" => "5"
"store.size" => "1.4mb"
"pri.store.size" => "1.4mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.06-15366"
"uuid" => "XUQuKwrrR-i5qFhcJLywMw"
"pri" => "1"
"rep" => "0"
"docs.count" => "784"
"docs.deleted" => "196"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.04-15364"
"uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
"pri" => "1"
"rep" => "0"
"docs.count" => "3459"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_category_1764601919"
"uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "161"
"docs.deleted" => "3"
"store.size" => "169.6kb"
"pri.store.size" => "169.6kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.11.29-85640"
"uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
"pri" => "1"
"rep" => "0"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "358.4kb"
"pri.store.size" => "358.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_1764601919"
"uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
"pri" => "1"
"rep" => "0"
"docs.count" => "266194"
"docs.deleted" => "46381"
"store.size" => "114.6mb"
"pri.store.size" => "114.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.05-15365"
"uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "3010"
"docs.deleted" => "720"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.01-15361"
"uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1107"
"docs.deleted" => "179"
"store.size" => "4.6mb"
"pri.store.size" => "4.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ELmQ5_JtSne9dxngiF2TVA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "green"
"status" => "open"
"index" => "naka_prod_product_manufacturer_1764601919"
"uuid" => "3IBi6hMRQ3WaISmY7O920g"
"pri" => "1"
"rep" => "0"
"docs.count" => "3"
"docs.deleted" => "0"
"store.size" => "7.1kb"
"pri.store.size" => "7.1kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.02-15362"
"uuid" => "IBdioDEIQjulYr5YZN0CTw"
"pri" => "1"
"rep" => "0"
"docs.count" => "3736"
"docs.deleted" => "592"
"store.size" => "13.9mb"
"pri.store.size" => "13.9mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_1762781623"
"uuid" => "BqkfCDxTSASgtKk4rTF_sA"
"pri" => "1"
"rep" => "0"
"docs.count" => "273327"
"docs.deleted" => "3497"
"store.size" => "116.2mb"
"pri.store.size" => "116.2mb"
]
[
"health" => "green"
"status" => "open"
"index" => "dev_product_manufacturer_1762781623"
"uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "576"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.12.03-15363"
"uuid" => "nUHmzofkTy2bGxd_EmZMNg"
"pri" => "1"
"rep" => "0"
"docs.count" => "2833"
"docs.deleted" => "0"
"store.size" => "5.9mb"
"pri.store.size" => "5.9mb"
]
]
"method" => "GET"
"uri" => "http://localhost:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.002361
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\ProductSearchCriteriaSubscriber::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Avency\Shopware\Frame\Components\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CheckoutPageSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::onIframeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CountryTax\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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" => 1765002136
"timestamp_rfc3339" => "2025-12-06T06:22:16.793+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
2456 => 0
9500 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#948 …}
} |