| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#2421
-records: [
"" => [
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.277+00:00"
"message" => "User Deprecated: The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17
#message: "User Deprecated: The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.285+00:00"
"message" => "User Deprecated: 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 {#1719
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.286+00:00"
"message" => "User Deprecated: 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 {#1720
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.294+00:00"
"message" => "User Deprecated: 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 {#1597
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.294+00:00"
"message" => "User Deprecated: 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 {#1662
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.294+00:00"
"message" => "User Deprecated: 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 {#1606
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.294+00:00"
"message" => "User Deprecated: 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 {#1595
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1626
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1627
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1625
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1624
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1647
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.295+00:00"
"message" => "User Deprecated: 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 {#1586
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1579
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1580
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1588
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1587
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1591
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1590
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1594
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.296+00:00"
"message" => "User Deprecated: 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 {#1593
#message: "User Deprecated: 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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Framework.php:160 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:177 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Kernel.php:151 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› {
› $this->boot();
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.372+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 {#957
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:12247 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21859 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:204 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.373+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 {#950
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21859 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Kernel.php:204 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.384+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 {#844
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:53 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› {
› $requestUri = (string)$request->get("sw-original-request-uri");
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.384+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 {#850
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.384+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 {#851
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:59 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
›
› $salesChannelId = $request->get('sw-sales-channel-id');
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.746+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.746+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"
]
]
839 => [
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.433+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.cms.page"
"route_parameters" => [
"_route" => "frontend.cms.page"
"_routeScope" => [
"storefront"
]
"id" => null
"XmlHttpRequest" => true
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\CmsController::page"
]
"request_uri" => "https://php.guaxstest.com/widgets/cms"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.434+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.435+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.436+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.440+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#799
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:3757 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryDecoratorService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:13531 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\Login\\SalesChannelContextFactoryDecorator'] ?? self::getSalesChannelContextFactoryDecoratorService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:52994 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:62765 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17631 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17577 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17599 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:25216 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› {
› $a = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8005 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› yield 25 => ($container->privates['HachmannconsultingCmsElements\\Core\\Content\\Cms\\DataResolver\\Element\\TextBannerCmsElementResolver'] ??= new \HachmannconsultingCmsElements\Core\Content\Cms\DataResolver\Element\TextBannerCmsElementResolver());
› }, 26), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), $a);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44550 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8021 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsRouteService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)));
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsControllerService($container) …
› {
› $container->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? self::getCmsRouteService($container)), ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? self::getResolveCriteriaProductListingRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? self::getCachedProductDetailRouteService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewLoader'] ?? self::getProductReviewLoader2Service($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? self::getFindProductVariantRouteService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.441+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#792
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "CobCustomerNumberLogin\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:3757 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryDecoratorService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:13531 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\Login\\SalesChannelContextFactoryDecorator'] ?? self::getSalesChannelContextFactoryDecoratorService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:52994 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:62765 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17631 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17577 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:17599 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:25216 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› {
› $a = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8005 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› yield 25 => ($container->privates['HachmannconsultingCmsElements\\Core\\Content\\Cms\\DataResolver\\Element\\TextBannerCmsElementResolver'] ??= new \HachmannconsultingCmsElements\Core\Content\Cms\DataResolver\Element\TextBannerCmsElementResolver());
› }, 26), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), $a);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44550 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8021 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsRouteService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)));
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsControllerService($container) …
› {
› $container->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? self::getCmsRouteService($container)), ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? self::getResolveCriteriaProductListingRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? self::getCachedProductDetailRouteService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewLoader'] ?? self::getProductReviewLoader2Service($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? self::getFindProductVariantRouteService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.452+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\OrderNumber\BridgePlatform\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#389
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\OrderNumber\BridgePlatform\SalesChannelProductRepositoryDecorator"."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8005 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› yield 25 => ($container->privates['HachmannconsultingCmsElements\\Core\\Content\\Cms\\DataResolver\\Element\\TextBannerCmsElementResolver'] ??= new \HachmannconsultingCmsElements\Core\Content\Cms\DataResolver\Element\TextBannerCmsElementResolver());
› }, 26), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), $a);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44550 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8021 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsRouteService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)));
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsControllerService($container) …
› {
› $container->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? self::getCmsRouteService($container)), ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? self::getResolveCriteriaProductListingRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? self::getCachedProductDetailRouteService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewLoader'] ?? self::getProductReviewLoader2Service($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? self::getFindProductVariantRouteService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.452+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\InStock\BridgePlatform\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#403
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\InStock\BridgePlatform\SalesChannelProductRepositoryDecorator"."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8005 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› yield 25 => ($container->privates['HachmannconsultingCmsElements\\Core\\Content\\Cms\\DataResolver\\Element\\TextBannerCmsElementResolver'] ??= new \HachmannconsultingCmsElements\Core\Content\Cms\DataResolver\Element\TextBannerCmsElementResolver());
› }, 26), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), $a);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44550 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:8021 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsRouteService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($container->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? self::getSalesChannelCmsPageLoaderService($container)));
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCmsControllerService($container) …
› {
› $container->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($container->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? self::getCmsRouteService($container)), ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? self::getResolveCriteriaProductListingRouteService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? self::getCachedProductDetailRouteService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewLoader'] ?? self::getProductReviewLoader2Service($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? self::getFindProductVariantRouteService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.488+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.488+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.488+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.508+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.508+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.508+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.509+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.509+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.509+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.511+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.511+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.511+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.513+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.513+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.513+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.517+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.517+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.517+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.521+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.521+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.521+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.525+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.525+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.525+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.535+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
"listener" => "Shopware\B2B\Cart\BridgePlatform\CartCreatedSubscriber::onCartCreated"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.536+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.536+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.536+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.567+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.567+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.567+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.568+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.568+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.568+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.579+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.579+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.579+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.602+00:00"
"message" => "#1 Rule detection: Standard Versand with priority 100 (id: 0195a9d54a6873f39f0729bdb3e64aec)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#2 Rule detection: DE with priority 100 (id: 0195a9d54a867310802d2ab2731b7a48)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: cf2d1cd891494f4da1e57159a9b12280)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#4 Rule detection: Always valid (Default) with priority 100 (id: e8a160057db6419aba67eb21ed99360f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#5 Rule detection: Cart >= 0 (Payment) with priority 100 (id: f28ff6bc1ac64162909d935c5087fb4a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#6 Rule detection: Customer from DE with priority 50 (id: 96a1b827b21a459ab4d2648e9d96d0aa)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#7 Rule detection: VERSANDKOSTEN IN FLAT ALT with priority 21 (id: 019865c85b4376d2ba771c12b68325dc)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#8 Rule detection: VERSANDKOSTEN IN FLAT with priority 21 (id: 0199bdd98e8e727cb855b8d13783533d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#9 Rule detection: VERSAND DE with priority 1 (id: 0192718e7beb784c8e50c85d2270be68)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#10 Rule detection: icmss_price with priority 1 (id: 16803ca29f8b436491fe1a3c2536f31a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#11 Rule detection: All customers with priority 1 (id: 331379fdeb2446199494643455ee052d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#12 Rule detection: icmss_price with priority 1 (id: 66c0eb4bdd0149af975172d136021b06)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#13 Rule detection: icmss_price with priority 1 (id: 6b6f7af38fc24709816843ac307eb896)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#14 Rule detection: icmss_price with priority 1 (id: 6b756125254a4898990d07f137ed005c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#15 Rule detection: icmss_price Standard-Kundengruppe with priority 1 (id: 94947c071dbc4fcfb0fa5e9f3ea28bf4)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "#16 Rule detection: icmss_price with priority 1 (id: cc972532bd80427e8dae88754cae827f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartVerifyPersistEvent"
"listener" => "Shopware\Commercial\B2B\OrderApproval\Subscriber\CartPersistSubscriber::handle"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.607+00:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7706
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExists.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists->__construct(array $options) …
›
› parent::__construct($options);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:138 {
Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->createValidatorDefinition(): DataValidationDefinition …
› ->add('referencedId', new Type('string'))
› ->add('coverId', new Type('string'), new EntityExists(['entity' => MediaDefinition::ENTITY_NAME, 'context' => Context::createDefaultContext()]))
› ->addSub(
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:39 {
Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->__construct(iterable $handlers, DataValidator $validator, EventDispatcherInterface $eventDispatcher) …
› ) {
› $this->validatorDefinition = $this->createValidatorDefinition();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:42397 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getLineItemFactoryRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? self::getProductLineItemFactoryService($container));
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6269 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartItemAddRouteService($container) …
› }
› $d = ($container->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? self::getLineItemFactoryRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.613+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7763
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.617+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7794
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.617+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7809
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.617+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7811
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.618+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7817
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.618+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7818
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.618+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7825
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.619+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7836
#message: "User Deprecated: The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.619+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7828
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.620+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7803
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.620+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7834
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.620+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7772
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7823
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7840
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7843
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7846
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7849
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.621+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7852
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.622+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7855
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.622+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7858
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.622+00:00"
"message" => "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7857
#message: "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php"
#line: 57606
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:57606 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSofortAPMHandlerService($container) …
› {
› trigger_deprecation('swag/paypal', '10.0.0', 'tag:v10.0.0 - The Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler service will be removed');
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.622+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7860
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.622+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7820
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.623+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7866
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.623+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7865
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.623+00:00"
"message" => "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7880
#message: "User Deprecated: The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php"
#line: 256
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Feature.php:256 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
› // empty package avoids the malformed "Since shopware/core : " prefix that a non-empty package with an empty version would render
› trigger_deprecation('', '', $message);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› }
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.624+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7862
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.624+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7869
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:43922 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:44126 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6417 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6458 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:6455 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{closure} …
› if (true === $lazyLoad) {
› return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerW2oeae5\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $this->cartService->setCart($result->getCart());
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:70 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› {
› $this->decorated->resolve($request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.631+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.631+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.631+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\B2B\Shop\BridgePlatform\ContextProvider::onSalesChannelContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.631+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 {#7915
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/B2B/EmployeeManagement/Domain/RouteAccess/B2bRouteBlocker.php:30 {
Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker->blockRouteForEmployee(ControllerEvent $event): void …
› $request = $event->getRequest();
› $route = $request->get('_route');
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "zenit\PlatformHorizon\Subscriber\KernelControllerSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::mapShippingCallbackContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.632+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.635+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.635+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.635+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerW2oeae5\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.635+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.666+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 "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsPriceTagTwigFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8179
#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 "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsPriceTagTwigFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.666+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsLoadValidMimeTypes" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8180
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsLoadValidMimeTypes" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.666+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 "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8174
#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 "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.667+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Uwp\CmsColumnSlots\Twig\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8201
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Uwp\CmsColumnSlots\Twig\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.668+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "zenit\PlatformHorizon\Twig\GetCategoryById" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8204
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "zenit\PlatformHorizon\Twig\GetCategoryById" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGetCategoryByIdService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:32836 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
› $instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCategoryById'] ?? self::getGetCategoryByIdService($container)));
› $instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCustomFieldNameById'] ?? self::getGetCustomFieldNameByIdService($container)));
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.668+00:00"
"message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "zenit\PlatformHorizon\Twig\GetCustomFieldNameById" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8220
#message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "zenit\PlatformHorizon\Twig\GetCustomFieldNameById" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGetCustomFieldNameByIdService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:32837 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCategoryById'] ?? self::getGetCategoryByIdService($container)));
› $instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCustomFieldNameById'] ?? self::getGetCustomFieldNameByIdService($container)));
› $instance->addExtension(new \Hachmannconsulting\CountryCategoryLock\Twig\CountryCategoryLockExtension($h));
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:2142 {
ContainerW2oeae5\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/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:65202 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:21362 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::ContainerW2oeae5\{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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.674+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Framework\Routing\RoutingException: "Parameter "id" is missing." at RoutingException.php line 42"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Shopware\Core\Framework\Routing\RoutingException {#8019
#message: "Parameter "id" is missing."
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/RoutingException.php"
#line: 42
-statusCode: 400
-headers: []
#parameters: [
"parameterName" => "id"
"path" => ""
]
#statusCode: 400
#errorCode: "FRAMEWORK__MISSING_REQUEST_PARAMETER"
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Routing/RoutingException.php:42 {
Shopware\Core\Framework\Routing\RoutingException::missingRequestParameter(string $name, string $path = ''): self …
› {
› return new self(
› Response::HTTP_BAD_REQUEST,
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/CmsController.php:58 {
Shopware\Storefront\Controller\CmsController->page(?string $id, Request $request, SalesChannelContext $salesChannelContext): Response …
› if (!$id) {
› throw RoutingException::missingRequestParameter('id');
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "SwagB2bPlatform\Routing\ControllerRoutingExceptionHandler::handleRouting"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.739+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.739+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.739+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.743+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.743+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.743+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hachmannconsulting\Subscriber\AccountRedirectSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "HachmannconsultingCandidateregister\Subscriber\LoginRedirectSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.745+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"
]
]
8294 => [
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.676+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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 {#8428
#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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/SwagCommercial/src/B2B/EmployeeManagement/Domain/RouteAccess/B2bRouteBlocker.php:30 {
Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker->blockRouteForEmployee(ControllerEvent $event): void …
› $request = $event->getRequest();
› $route = $request->get('_route');
›
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/custom/plugins/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:453 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:351 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:220 {
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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/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/guasnwql/guaxstest_neu/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/guasnwql/guaxstest_neu/shop/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/home/guasnwql/guaxstest_neu/shop/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "zenit\PlatformHorizon\Subscriber\KernelControllerSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::mapShippingCallbackContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.678+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerW2oeae5\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.679+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Hachmannconsulting\Subscriber\AccountRedirectSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.737+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "HachmannconsultingCandidateregister\Subscriber\LoginRedirectSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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" => 1787631115
"timestamp_rfc3339" => "2026-08-25T04:11:55.738+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
839 => 1
8294 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#2481 …}
} |