logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1055 ▼
-records: [▶
"" => [▶
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.818+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 {#107 ▶
#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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 343
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php:343 {▶
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:279 {▶
Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->instantiatePlugins(string $projectDir): void …
›
› if (!class_exists($className)) {
› continue;
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:123 {▶
Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->initializePlugins(string $projectDir): void …
› $this->registerPluginNamespaces($projectDir);
› $this->instantiatePlugins($projectDir);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:181 {▶
Shopware\Core\Kernel->boot(): void …
› // initialize plugins before booting
› $this->pluginLoader->initializePlugins($this->getProjectDir());
› } catch (DBALException $e) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.819+00:00"
"message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#24 ▶
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:138 {▶
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));
› yield new Service();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:339 {▶
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:742 {▶
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:120 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.823+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#589 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#548 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#545 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#583 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#542 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#582 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#554 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.824+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#541 ▶
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Feature.php:255 {▶
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {▶
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Framework.php:159 {▶
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/Kernel.php:125 {▶
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:190 {▶
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:153 {▶
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.053+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.053+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"
]
]
296 => [▶
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.892+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" => "3d03d17bac814e808349940b445723e2"
]
"request_uri" => "https://www.pen4u.de/detail/3d03d17bac814e808349940b445723e2"
"method" => "GET"
]
"channel" => "request"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.893+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.919+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.919+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.919+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.932+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 "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [▶
"exception" => ErrorException {#3186 ▶
#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 "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 343
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php:343 {▶
ContainerTC77aKV\Shopware_Core_KernelDevDebugContainer::ContainerTC77aKV\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {▶
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {▶
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {▶
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:85 {▶
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)->getEntities()->get($salesChannelId);
› if (!$salesChannel instanceof SalesChannelEntity) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {▶
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {▶
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {▶
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:97 {▶
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {▶
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:64 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:30 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {▶
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:68 {▶
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {▶
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {▶
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {▶
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:97 {▶
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {▶
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:64 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:30 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {▶
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {▶
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {▶
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {▶
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {▶
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {▶
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {▶
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {▶
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:156 {▶
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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.932+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.933+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.935+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.935+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.935+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.935+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.936+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.936+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.936+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.936+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.939+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.940+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.940+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.940+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.944+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.944+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.944+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.946+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.947+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.947+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.947+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.956+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.956+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.956+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.965+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.966+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.975+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.975+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.975+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#1 Rule detection: Vorauskasse 2% Rabatt with priority 999 (id: 01949287108571cfb2390f4feac06049)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#2 Rule detection: Warenkorbrabatt 4% with priority 999 (id: 01949295ff5a7b298bcb55419081409f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#3 Rule detection: Standard Versand (kostenlos) with priority 100 (id: 10719a7b85344887b21873a8c385491e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#4 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 2b7ad206f1494131a53fffc25457234a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#5 Rule detection: Cart >= 0 with priority 100 (id: 3b1f915124284c4eb3acab29134e1e46)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#6 Rule detection: Always valid (Default) with priority 100 (id: aa7207aa05604c8d95fdc1c0c3698906)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.976+00:00"
"message" => "#7 Rule detection: Shopkunden with priority 0 (id: fed8450a02024b98a6f0a380a4a7ff71)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.984+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.987+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.987+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.controller_arguments"
"listener" => "ContainerTC77aKV\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.987+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" => 1741960374
"timestamp_rfc3339" => "2025-03-14T13:52:54.996+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 {#5902 ▶
#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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 343
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php:343 {▶
ContainerTC77aKV\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/var/cache/dev_hec19217fbad4d0b4f29055826af0589d/ContainerTC77aKV/Shopware_Core_KernelDevDebugContainer.php:48076 {▶
ContainerTC77aKV\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/var/cache/dev_hec19217fbad4d0b4f29055826af0589d/ContainerTC77aKV/Shopware_Core_KernelDevDebugContainer.php:13080 {▶
ContainerTC77aKV\Shopware_Core_KernelDevDebugContainer::ContainerTC77aKV\{closure} …
› $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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {▶
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {▶
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {▶
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:156 {▶
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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.011+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Product for id 3d03d17bac814e808349940b445723e2 not found." at ProductDetailRoute.php line 89"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [▶
"exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#5846 ▶
#message: "Product for id 3d03d17bac814e808349940b445723e2 not found."
#code: 0
#file: "/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php"
#line: 89
-statusCode: 404
-headers: []
#parameters: [▶
"productId" => "3d03d17bac814e808349940b445723e2"
]
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:89 {▶
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
› if (!($product instanceof SalesChannelProductEntity)) {
› throw new ProductNotFoundException($productId);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:67 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {▶
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {▶
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {▶
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {▶
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:97 {▶
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {▶
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {▶
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:64 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/cache-contracts/CacheTrait.php:30 {▶
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {▶
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($productId, $request, $context, $criteria) {
› $name = self::buildName($productId);
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:71 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/storefront/Controller/ProductController.php:62 {▶
Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->productPageLoader->load($request, $context);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {▶
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:156 {▶
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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.043+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.043+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.043+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.044+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.051+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 {#7041 ▶
#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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 343
#severity: E_USER_DEPRECATED
trace: {▶
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/error-handler/DebugClassLoader.php:343 {▶
Frosh\DevelopmentHelper\Component\Twig\Extension\BlockCommentExtension->getNodeVisitors(): array …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/ExtensionSet.php:490 {▶
Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
› // node visitors
› foreach ($extension->getNodeVisitors() as $visitor) {
› $this->visitors[] = $visitor;
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/ExtensionSet.php:447 {▶
Twig\ExtensionSet->initExtensions(): void …
› foreach ($this->extensions as $extension) {
› $this->initExtension($extension);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/ExtensionSet.php:236 {▶
Twig\ExtensionSet->getFilter(string $name): TwigFilter …
› if (!$this->initialized) {
› $this->initExtensions();
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/Environment.php:778 {▶
Twig\Environment->getFilter(string $name): TwigFilter …
› {
› return $this->extensionSet->getFilter($name);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig:316 {▶
__TwigTemplate_37579456eb1b21c2d157b09d7efc2d08->doDisplay(array $context, array $blocks = []): iterable …
› }
› if (!url.match(new RegExp({{ excluded_ajax_paths|json_encode|raw }}))) {
› var method = 'GET';
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/Template.php:388 {▶
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/Template.php:344 {▶
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/Template.php:359 {▶
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/TemplateWrapper.php:51 {▶
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/twig/twig/src/Environment.php:334 {▶
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:135 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:123 {▶
Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
›
› $this->injectToolbar($response, $request, $nonces);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {▶
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {▶
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {▶
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {▶
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/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {▶
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {▶
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/shopware/core/Kernel.php:156 {▶
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/pen4you.de/httpdocs_pen4u.de/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/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php:29 {▶
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/public/index.php:10 {▶
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {▶
"/var/www/vhosts/pen4you.de/httpdocs_pen4u.de/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.052+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"
]
]
6138 => [▶
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.012+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.controller_arguments"
"listener" => "ContainerTC77aKV\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.013+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.032+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.032+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.032+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.032+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedContainerEvent"
"listener" => "Blur\BlurElysiumSlider\Subscriber\EntitySubscriber::loaded"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [▶
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[▶
"timestamp" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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" => 1741960375
"timestamp_rfc3339" => "2025-03-14T13:52:55.042+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
296 => 0
6138 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1011 …}
} |