| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#215
-records: [
"" => [
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.415+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 {#14
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:137 {
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));
› yield new Service();
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.429+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 {#915
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.429+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 {#901
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.430+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 {#908
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.430+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 {#924
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.430+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 {#899
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.431+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 {#910
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.431+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 {#937
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.431+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 {#934
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.431+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 {#942
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.432+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 {#941
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.432+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 {#923
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.432+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 {#906
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.433+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 {#953
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.434+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 {#938
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.434+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 {#946
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.434+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 {#926
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.435+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 {#945
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.435+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 {#960
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.435+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 {#958
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.436+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 {#961
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.436+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 {#949
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.436+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 {#972
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.436+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 {#950
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.437+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 {#978
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.437+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 {#954
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.438+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 {#979
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.438+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 {#986
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.438+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 {#985
#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: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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'));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.548+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1560
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getEntityAggregatorInterfaceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:31599 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? self::getEntityAggregatorInterfaceService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:14806 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:22353 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:204 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.550+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1570
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:14806 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:22353 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:204 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.551+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1577
#message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:22353 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/Kernel.php:204 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.569+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1687
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/scopplatformredirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:53 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› {
› $requestUri = (string)$request->get("sw-original-request-uri");
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.569+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1685
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/scopplatformredirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:55 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
›
› $storefrontUri = $request->get('sw-sales-channel-absolute-base-url');
› $requestBase = $request->getPathInfo();
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.570+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1684
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/scopplatformredirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:59 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
›
› $salesChannelId = $request->get('sw-sales-channel-id');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.581+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.971+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.972+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"
]
]
1680 => [
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.614+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1834
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getWebhookTimezoneSubscriberService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:21607 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::Container5tGIRGO\{closure} …
› $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? self::getSubscriptionSubscriberService($container)), 'addSubscriptionData'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'] ?? self::getWebhookTimezoneSubscriberService($container)), 'fixWebhookTimezone'], 31);
› $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountOrderPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\OrderEditSubscriber'] ?? self::getOrderEditSubscriberService($container)), 'accountOrderDetailPageLoaded'], 0);
}
/home/app/sites/hch.notfalse.dev/releases/13/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';
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.676+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.678+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.679+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.680+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.681+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.682+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.682+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.683+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.683+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.683+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.741+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2457
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "MoorlFoundation\Core\Framework\Twig\ListingExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/error-handler/DebugClassLoader.php:363 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:2127 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:67881 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/app/sites/hch.notfalse.dev/releases/13/var/cache/dev_h0712116e958480eb90994cce695ed7eb/Container5tGIRGO/Shopware_Core_KernelDevDebugContainer.php:21893 {
Container5tGIRGO\Shopware_Core_KernelDevDebugContainer::Container5tGIRGO\{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);
}
/home/app/sites/hch.notfalse.dev/releases/13/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';
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.753+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://hhh.notfalse.dev/facial-care/facial-cleanser/cleansing-oil/%22%22"" at RouterListener.php line 156"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2416
#message: "No route found for "GET https://hhh.notfalse.dev/facial-care/facial-cleanser/cleansing-oil/%22%22""
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1987 …}
-statusCode: 404
-headers: []
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.934+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Acris\TinyMce\Subscriber\SeoUrlPlaceholderResourceNotFoundSubscriber::onError"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.935+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.935+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.935+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.936+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.936+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.937+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.937+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.937+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.938+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.938+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.939+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.939+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.961+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.961+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.962+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.963+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.963+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.963+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.964+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "MoorlFoundation\Core\Subscriber\KernelEventSubscriber::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.964+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.965+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.965+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.965+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Wbm\TagManagerAnalytics\Subscriber\KernelEventsSubscriber::prependDataLayerToResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.966+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.966+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.966+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.967+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.967+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.968+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.968+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.968+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.969+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.969+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.970+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.970+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"
]
]
2612 => [
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.755+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2695
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/molliepayments/src/Service/Router/RoutingDetector.php:86 {
Kiener\MolliePayments\Service\Router\RoutingDetector->isStorefrontWebhookRoute(): bool …
›
› $route = (string)$request->get('_route');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/molliepayments/src/Subscriber/WebhookTimezoneSubscriber.php:64 {
Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber->fixWebhookTimezone(RequestEvent $event): void …
› # Storefront Webhook Route or API Webhook Route (headless).
› if (!$this->routeDetector->isStorefrontWebhookRoute() && !$this->routeDetector->isApiWebhookRoute()) {
› return;
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.755+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2696
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/molliepayments/src/Service/Router/RoutingDetector.php:102 {
Kiener\MolliePayments\Service\Router\RoutingDetector->isApiWebhookRoute(): bool …
›
› $route = (string)$request->get('_route');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/molliepayments/src/Subscriber/WebhookTimezoneSubscriber.php:64 {
Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber->fixWebhookTimezone(RequestEvent $event): void …
› # Storefront Webhook Route or API Webhook Route (headless).
› if (!$this->routeDetector->isStorefrontWebhookRoute() && !$this->routeDetector->isApiWebhookRoute()) {
› return;
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.756+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.758+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.759+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.760+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.761+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.762+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.763+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.763+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.764+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.765+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.766+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.766+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.767+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.768+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.769+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.769+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.771+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.772+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.772+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.774+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Subscriber\KernelEventSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.774+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.801+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2850
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/sendcloudshipping/src/Subscriber/OrderSubscriber.php:213 {
Sendcloud\Shipping\Subscriber\OrderSubscriber->saveDataForDelete(ControllerEvent $controllerEvent): void …
› $request = $controllerEvent->getRequest();
› $routeName = $request->get('_route');
› if ($routeName === 'api.order.delete') {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.801+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2853
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/sendcloudshipping/src/Subscriber/CheckoutSubscriber.php:157 {
Sendcloud\Shipping\Subscriber\CheckoutSubscriber->setRemoveServicePointFlag(ControllerEvent $controllerEvent): void …
› $request = $controllerEvent->getRequest();
› $routeName = $request->get('_route');
› self::$removeServicePoint = ($routeName !== 'frontend.checkout.finish.order');
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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();
}
/home/app/sites/hch.notfalse.dev/releases/13/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) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/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);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/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 {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/home/app/sites/hch.notfalse.dev/releases/13/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')) {
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/app/sites/hch.notfalse.dev/releases/13/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/app/sites/hch.notfalse.dev/releases/13/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.802+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.803+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sendcloud\Shipping\Subscriber\OrderSubscriber::saveDataForDelete"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sendcloud\Shipping\Subscriber\CheckoutSubscriber::setRemoveServicePointFlag"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.807+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.808+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.809+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.809+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.810+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.810+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.811+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.811+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.811+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.811+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.812+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.814+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.815+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.816+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.816+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Wbm\TagManagerAnalytics\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.820+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.821+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.821+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.822+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container5tGIRGO\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.823+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.914+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.916+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.917+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.918+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.919+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.920+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.920+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "MoorlFoundation\Core\Subscriber\KernelEventSubscriber::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.921+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.922+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.922+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Wbm\TagManagerAnalytics\Subscriber\KernelEventsSubscriber::prependDataLayerToResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.924+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.925+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.925+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.926+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.927+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.928+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.929+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.930+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.931+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.932+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.933+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" => 1776537050
"timestamp_rfc3339" => "2026-04-18T18:30:50.934+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
1680 => 0
2612 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#248 …}
} |