| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#2421
-records: [
"" => [
[
"timestamp" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.961+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.969+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.969+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.976+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.977+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631161
"timestamp_rfc3339" => "2026-08-25T04:12:41.978+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.046+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.047+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.056+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 {#847
#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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.056+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 {#846
#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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.056+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 {#848
#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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.059+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.060+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.060+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.466+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.466+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"
]
]
920 => [
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.356+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.navigation.page"
"route_parameters" => [
"_route" => "frontend.navigation.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\NavigationController::index"
"navigationId" => "5bce8620fc41494f8ece3b6f77f83273"
]
"request_uri" => "https://php.guaxstest.com/navigation/5bce8620fc41494f8ece3b6f77f83273"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.357+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.358+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.365+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 {#728
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.368+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 {#288
#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:57866 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getVaultTokenServiceService($container) …
› }
› $b = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:57555 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› }
› $e = ($container->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\VaultTokenService'] ?? self::getVaultTokenServiceService($container));
›
}
/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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.368+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 {#287
#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:57866 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getVaultTokenServiceService($container) …
› }
› $b = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:57555 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› }
› $e = ($container->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\VaultTokenService'] ?? self::getVaultTokenServiceService($container));
›
}
/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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.369+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 {#311
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.369+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 {#297
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.369+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 {#295
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.375+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 {#347
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.375+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 {#348
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.375+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 {#353
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.375+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 {#368
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.376+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 {#356
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.376+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 {#369
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.376+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 {#366
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#333
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#351
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#362
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#371
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#374
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#377
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.377+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 {#380
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.378+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 {#383
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.378+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 {#386
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.378+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 {#385
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.378+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 {#388
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.378+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 {#331
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.379+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 {#394
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.379+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 {#393
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.379+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 {#408
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.380+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 {#390
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.380+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 {#397
#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:5886 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($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:7314 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15608 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.390+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 {#506
#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:56856 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getExcludedProductValidatorService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15629 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
›
› $instance = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute($a, $b, ($container->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? self::getSettingsValidationServiceService($container)), $c, ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ??= new \Swag\PayPal\Checkout\Cart\Service\CartPriceService()), ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? self::getExcludedProductValidatorService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? self::getAvailabilityServiceService($container)), $d);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.390+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 {#511
#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:56856 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getExcludedProductValidatorService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:15629 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
›
› $instance = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute($a, $b, ($container->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? self::getSettingsValidationServiceService($container)), $c, ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ??= new \Swag\PayPal\Checkout\Cart\Service\CartPriceService()), ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? self::getExcludedProductValidatorService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? self::getAvailabilityServiceService($container)), $d);
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:7370 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55470 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:55380 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/ContainerW2oeae5/Shopware_Core_KernelDevDebugContainer.php:14564 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), $b), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryUrlGenerator'] ?? self::getCategoryUrlGeneratorService($container)), $b);
›
}
/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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.417+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.418+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.418+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.434+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.434+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.434+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.436+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.436+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.436+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.438+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.438+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.438+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.440+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.440+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.440+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.444+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.444+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.444+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.448+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.448+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.448+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.453+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.453+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.453+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.466+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.466+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.466+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.466+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.499+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.499+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.499+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.501+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.501+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.501+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.514+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.514+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.514+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.519+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.519+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.519+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#1 Rule detection: Standard Versand with priority 100 (id: 0195a9d54a6873f39f0729bdb3e64aec)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#2 Rule detection: DE with priority 100 (id: 0195a9d54a867310802d2ab2731b7a48)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: cf2d1cd891494f4da1e57159a9b12280)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#4 Rule detection: Always valid (Default) with priority 100 (id: e8a160057db6419aba67eb21ed99360f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#5 Rule detection: Cart >= 0 (Payment) with priority 100 (id: f28ff6bc1ac64162909d935c5087fb4a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#6 Rule detection: Customer from DE with priority 50 (id: 96a1b827b21a459ab4d2648e9d96d0aa)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#7 Rule detection: VERSANDKOSTEN IN FLAT ALT with priority 21 (id: 019865c85b4376d2ba771c12b68325dc)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#8 Rule detection: VERSANDKOSTEN IN FLAT with priority 21 (id: 0199bdd98e8e727cb855b8d13783533d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#9 Rule detection: VERSAND DE with priority 1 (id: 0192718e7beb784c8e50c85d2270be68)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#10 Rule detection: icmss_price with priority 1 (id: 16803ca29f8b436491fe1a3c2536f31a)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#11 Rule detection: All customers with priority 1 (id: 331379fdeb2446199494643455ee052d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#12 Rule detection: icmss_price with priority 1 (id: 66c0eb4bdd0149af975172d136021b06)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#13 Rule detection: icmss_price with priority 1 (id: 6b6f7af38fc24709816843ac307eb896)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#14 Rule detection: icmss_price with priority 1 (id: 6b756125254a4898990d07f137ed005c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#15 Rule detection: icmss_price Standard-Kundengruppe with priority 1 (id: 94947c071dbc4fcfb0fa5e9f3ea28bf4)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+00:00"
"message" => "#16 Rule detection: icmss_price with priority 1 (id: cc972532bd80427e8dae88754cae827f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.542+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.546+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 {#7864
#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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.553+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.553+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.553+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.553+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 {#7960
#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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.554+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.555+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.558+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.558+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.558+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.558+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.558+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.559+00:00"
"message" => "User Deprecated: The parameter "navigationId" is deprecated and will not be considered anymore with the next major release."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8041
#message: "User Deprecated: The parameter "navigationId" is deprecated and will not be considered anymore with the next major release."
#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/storefront/Pagelet/Header/HeaderPageletLoader.php:54 {
Shopware\Storefront\Pagelet\Header\HeaderPageletLoader->load(Request $request, SalesChannelContext $context): HeaderPagelet …
› if ($navigationId !== null) {
› Feature::triggerDeprecationOrThrow(
› 'cache_rework',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:59 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setHeader(
› $this->headerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.560+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.626+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.626+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.630+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::setHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10246
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::setHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:69 {
Shopware\Storefront\Page\Page->setHeader(?HeaderPagelet $header): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:58 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› if (!Feature::isActive('cache_rework')) {
› $page->setHeader(
› $this->headerLoader->load($request, $context)
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.630+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.630+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.662+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\RouteRequest\PaymentMethodRouteRequestEvent"
"listener" => "Swag\PayPal\Storefront\RequestSubscriber::addAfterOrderId"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.662+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.662+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.669+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.669+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.678+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.678+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.678+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.681+00:00"
"message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9741
#message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
›
› $bannerData->assign([
› ...$this->getBaseData($salesChannelContext),
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:138 {
Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBannerPagelet(PageletLoadedEvent $pageletLoadedEvent): void …
›
› $bannerData = $this->bannerDataService->getInstallmentBannerData($pagelet, $salesChannelContext);
›
}
/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/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Footer\FooterPageletLoader->load(Request $request, SalesChannelContext $salesChannelContext): FooterPagelet …
›
› $this->eventDispatcher->dispatch(
› new FooterPageletLoadedEvent($pagelet, $salesChannelContext, $request)
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:63 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setFooter(
› $this->footerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.681+00:00"
"message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9901
#message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
›
› $bannerData->assign([
› ...$this->getBaseData($salesChannelContext),
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:138 {
Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBannerPagelet(PageletLoadedEvent $pageletLoadedEvent): void …
›
› $bannerData = $this->bannerDataService->getInstallmentBannerData($pagelet, $salesChannelContext);
›
}
/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/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Footer\FooterPageletLoader->load(Request $request, SalesChannelContext $salesChannelContext): FooterPagelet …
›
› $this->eventDispatcher->dispatch(
› new FooterPageletLoadedEvent($pagelet, $salesChannelContext, $request)
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:63 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setFooter(
› $this->footerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBannerPagelet"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.681+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "Swag\PayPal\Storefront\Data\FundingSubscriber::addFundingAvailabilityData"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.681+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::setFooter()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10062
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::setFooter()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:94 {
Shopware\Storefront\Page\Page->setFooter(?FooterPagelet $footer): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:62 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setFooter(
› $this->footerLoader->load($request, $context)
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.682+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::setSalesChannelShippingMethods()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10320
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::setSalesChannelShippingMethods()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:119 {
Shopware\Storefront\Page\Page->setSalesChannelShippingMethods(ShippingMethodCollection $salesChannelShippingMethods): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:76 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setSalesChannelShippingMethods($shippingMethods);
›
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.682+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\RouteRequest\PaymentMethodRouteRequestEvent"
"listener" => "Swag\PayPal\Storefront\RequestSubscriber::addAfterOrderId"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.682+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::setSalesChannelPaymentMethods()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10436
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::setSalesChannelPaymentMethods()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:144 {
Shopware\Storefront\Page\Page->setSalesChannelPaymentMethods(PaymentMethodCollection $salesChannelPaymentMethods): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/GenericPageLoader.php:88 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setSalesChannelPaymentMethods($paymentMethods);
› }
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Category\Event\CategoryRouteCacheKeyEvent"
"listener" => "Shopware\Commercial\CustomPricing\Subscriber\CacheKeyEventSubscriber::disableCache"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Category\Event\CategoryRouteCacheKeyEvent"
"listener" => "HachmannconsultingCustomerGroupBlocks\Subscriber\CmsBlockVisibilitySubscriber::onCategoryRouteCacheKey"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.683+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.690+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.690+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.690+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.703+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.703+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.703+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.706+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.707+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.730+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.730+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.730+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.733+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.734+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.734+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.760+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.761+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.761+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.776+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.776+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.776+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.789+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.789+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.789+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.803+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.804+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.816+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.816+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.816+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.848+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.search.result.loaded"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.850+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
"listener" => "Shopware\Core\Content\Cms\Subscriber\CmsLinksForStoreApiSubscriber::relativeLinksForStoreAPIOutput"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.850+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
"listener" => "HachmannconsultingCustomerGroupBlocks\Subscriber\CmsBlockVisibilitySubscriber::onCmsPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.850+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.850+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.921+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#16479
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/CbaxModulBannerManagement/src/Subscriber/FrontendSubscriber.php:157 {
Cbax\ModulBannerManagement\Subscriber\FrontendSubscriber->onNavigationPageLoaded(NavigationPageLoadedEvent $event): void …
›
› $category = $event->getPage()->getHeader()->getNavigation()->getActive();
› $categoryId = $category->getId();
}
/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/shopware/storefront/Page/Navigation/NavigationPageLoader.php:64 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
›
› $this->eventDispatcher->dispatch(
› new NavigationPageLoadedEvent($page, $context, $request)
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.922+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.922+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.922+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.924+00:00"
"message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Navigation\NavigationPage::$cbaxModulBannerManagementEntries is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#16433
#message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Navigation\NavigationPage::$cbaxModulBannerManagementEntries is deprecated"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/CbaxModulBannerManagement/src/Subscriber/FrontendSubscriber.php:193 {
Cbax\ModulBannerManagement\Subscriber\FrontendSubscriber->onNavigationPageLoaded(NavigationPageLoadedEvent $event): void …
›
› $page->assign( ['cbaxModulBannerManagementEntries' => $bannerManagementEntries, 'cbaxModulBannerManagementConfig' => $this->config]);
› \t\t}
}
/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/shopware/storefront/Page/Navigation/NavigationPageLoader.php:64 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
›
› $this->eventDispatcher->dispatch(
› new NavigationPageLoadedEvent($page, $context, $request)
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.924+00:00"
"message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Navigation\NavigationPage::$cbaxModulBannerManagementConfig is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#16430
#message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Navigation\NavigationPage::$cbaxModulBannerManagementConfig is deprecated"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/CbaxModulBannerManagement/src/Subscriber/FrontendSubscriber.php:193 {
Cbax\ModulBannerManagement\Subscriber\FrontendSubscriber->onNavigationPageLoaded(NavigationPageLoadedEvent $event): void …
›
› $page->assign( ['cbaxModulBannerManagementEntries' => $bannerManagementEntries, 'cbaxModulBannerManagementConfig' => $this->config]);
› \t\t}
}
/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/shopware/storefront/Page/Navigation/NavigationPageLoader.php:64 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
›
› $this->eventDispatcher->dispatch(
› new NavigationPageLoadedEvent($page, $context, $request)
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:69 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
"listener" => "Cbax\ModulBannerManagement\Subscriber\FrontendSubscriber::onNavigationPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
"listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExpressCheckoutDataToPage"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.927+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.927+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.927+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.927+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.928+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.939+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.939+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.939+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.969+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.969+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.969+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.971+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.971+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.971+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.973+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.973+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.973+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.974+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.974+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.974+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.988+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.988+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.988+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" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11420
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/custom/plugins/zenitPlatformHorizon/src/Subscriber/StorefrontRenderSubscriber.php:64 {
zenit\PlatformHorizon\Subscriber\StorefrontRenderSubscriber->onStorefrontRender(StorefrontRenderEvent $event): void …
› } elseif ($page && is_object($page) && method_exists($page, 'getHeader')) {
› $navigationTree = $page?->getHeader()?->getNavigation()?->getTree();
› } else {
}
/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/shopware/storefront/Controller/StorefrontController.php:84 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $this->container->get('event_dispatcher')->dispatch($event);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Core\System\SalesChannel\Subscriber\SalesChannelAnalyticsLoader::loadAnalytics"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::replaceTwigContext"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addHreflang"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addShopIdParameter"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addIconSetConfig"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Commercial\TextTranslator\Subscriber\StorefrontRenderEventSubscriber::onRenderReview"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "zenit\PlatformHorizon\Subscriber\StorefrontRenderSubscriber::onStorefrontRender"
]
"channel" => "event"
]
[
"timestamp" => 1787631162
"timestamp_rfc3339" => "2026-08-25T04:12:42.993+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::render"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.011+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 {#17421
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.011+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 {#17420
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.012+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 {#17358
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.012+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 {#17347
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.013+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 {#17344
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.013+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 {#17328
#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:10348 {
ContainerW2oeae5\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
› {
› $a = ($container->services['twig'] ?? self::getTwigService($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/shopware/storefront/Controller/StorefrontController.php:298 {
Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
› {
› return $this->container->get(TemplateFinder::class);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:273 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› {
› $view = $this->getTemplateFinder()->find($view);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.026+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.026+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.026+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.026+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.026+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.053+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.053+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.053+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.082+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.082+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.101+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.102+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.102+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.102+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.104+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.104+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.104+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.131+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.131+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.131+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.141+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.141+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.141+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.144+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.144+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.144+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.145+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.145+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.145+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.148+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.148+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.148+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.148+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.149+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.149+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.150+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.150+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.155+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18145
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/40/404a2363a90514e0659b33430b6367a6.php:57 {
__TwigTemplate_92d3fbe7d68a5f974248b12f05e203fb->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› $context["header"] = SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 3);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b1/b19f8416d4d95e5df8c9d18d4a043b1c.php:57 {
__TwigTemplate_fd94f30d6fa136116e7bab6de416a760->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/top-bar.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/4f/4fa9601f676abe53af371d04bd21b2fd.php:55 {
__TwigTemplate_cd1f270b39dc6336fa401d914e6b3f3b->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/top-bar.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:120 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_top_bar(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/top-bar.html.twig", 3)->unwrap()->yield($context);
› // line 4
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:90 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_top_bar', $context, $blocks);
› // line 5
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.156+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.156+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.157+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.157+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.157+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.157+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.158+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.159+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.160+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.160+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.161+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.161+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.162+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.166+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.167+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.170+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18442
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:58 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› $context["header"] = SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 3);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:268 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_actions(array $context, array $blocks = []): iterable …
› // line 47
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 47)->unwrap()->yield($context);
› // line 48
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:107 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation(array $context, array $blocks = []): iterable …
› // line 25
› yield from $this->unwrap()->yieldBlock('layout_header_actions', $context, $blocks);
› // line 52
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:95 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_navigation', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.170+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18584
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:80 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› yield " ";
› $context["isoCode"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 4), "activeLanguage", [], "any", false, false, false, 4), "translationCode", [], "any", false, false, false, 4), "code", [], "any", false, false, false, 4)), "-");
› // line 5
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:268 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_actions(array $context, array $blocks = []): iterable …
› // line 47
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 47)->unwrap()->yield($context);
› // line 48
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:107 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation(array $context, array $blocks = []): iterable …
› // line 25
› yield from $this->unwrap()->yieldBlock('layout_header_actions', $context, $blocks);
› // line 52
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:95 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_navigation', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.170+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18579
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:107 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› // line 16
› yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 16), "activeLanguage", [], "any", false, false, false, 16), "name", [], "any", false, false, false, 16), "html", null, true);
› yield "</span>
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:268 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_actions(array $context, array $blocks = []): iterable …
› // line 47
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 47)->unwrap()->yield($context);
› // line 48
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:107 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation(array $context, array $blocks = []): iterable …
› // line 25
› yield from $this->unwrap()->yieldBlock('layout_header_actions', $context, $blocks);
› // line 52
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:95 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_navigation', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.171+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.171+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.171+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 {#18585
#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/vendor/twig/twig/src/Extension/CoreExtension.php:1928 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:69 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
›
› return CoreExtension::getAttribute($env, $source, $object, $item, $arguments, $type, $isDefinedTest, $ignoreStrictCheck, $sandboxed, $lineno);
› } catch (\Throwable) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:128 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› // line 24
› yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 24), "get", ["_route"], "method", false, false, false, 24), "html", null, true);
› yield "\"/>
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:268 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_actions(array $context, array $blocks = []): iterable …
› // line 47
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 47)->unwrap()->yield($context);
› // line 48
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:107 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation(array $context, array $blocks = []): iterable …
› // line 25
› yield from $this->unwrap()->yieldBlock('layout_header_actions', $context, $blocks);
› // line 52
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:95 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_navigation', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.172+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18611
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/a4/a444a89eeb99b0ffbc9ee1a4e27f8de1.php:64 {
__TwigTemplate_94caf9f894b8468542aae223b02abba6->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› $context["header"] = SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 3);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/ee1a4176c90debaa12f3da1884c07471.php:57 {
__TwigTemplate_ceaf23332e6b9a7fa3872a122a3a49a7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:299 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->block_layout_header_navigation_menu_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/navigation.html.twig", 33)->unwrap()->yield($context);
› // line 34
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:270 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->block_layout_header_navigation_menu(array $context, array $blocks = []): iterable …
› // line 32
› yield from $this->unwrap()->yieldBlock('layout_header_navigation_menu_inner', $context, $blocks);
› // line 35
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:401 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation_menu(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t";
› yield from $this->yieldParentBlock("layout_header_navigation_menu", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:114 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->block_layout_header_navigation(array $context, array $blocks = []): iterable …
› // line 55
› yield from $this->unwrap()->yieldBlock('layout_header_navigation_menu', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:95 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->block_layout_header(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_navigation', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/6b/6bce7c11f9a778d83a3f85ed8c123170.php:66 {
__TwigTemplate_d46d0e5f6e1da26a580410362f3c9127->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('layout_header', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b50949df631fce6be0cbaf3918ecc132.php:57 {
__TwigTemplate_0ea9c633459bea2ef15d4c307ce8cb01->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/44/44cbd08ab16c30e4aacd208e81e4fbe6.php:65 {
__TwigTemplate_3d22ae2884f77f0073ee0fde8c12d633->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/af/af25815f51998b00e4610327ee6c3af5.php:64 {
__TwigTemplate_62d73a9aebe5149d6b4006459350d5c8->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/header.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:84 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->load("@EmzGuaxsAdjustments/storefront/layout/header/header.html.twig", 6)->unwrap()->yield($context);
› // line 7
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.172+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.172+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.172+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.172+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.173+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17706
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c1/c14b935becd73b0c63b4654e6a86fb15.php:59 {
__TwigTemplate_d6163d12dfc7ee4a841ff17a2d272ad2->doDisplay(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 2), "navigation", [], "any", false, false, false, 2), "tree", [], "any", false, false, false, 2));
› foreach ($context['_seq'] as $context["_key"] => $context["treeItem"]) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:89 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 8
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/flyouts.html.twig", 8)->unwrap()->yield($context);
› // line 9
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.173+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#18201
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c1/c14b935becd73b0c63b4654e6a86fb15.php:138 {
__TwigTemplate_d6163d12dfc7ee4a841ff17a2d272ad2->block_layout_main_navigation_menu_flyouts(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 12), "navigation", [], "any", false, false, false, 12), "tree", [], "any", false, false, false, 12));
› $context['loop'] = [
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c1/c14b935becd73b0c63b4654e6a86fb15.php:109 {
__TwigTemplate_d6163d12dfc7ee4a841ff17a2d272ad2->block_layout_main_navigation_menu_flyout_container(array $context, array $blocks = []): iterable …
› // line 11
› yield from $this->unwrap()->yieldBlock('layout_main_navigation_menu_flyouts', $context, $blocks);
› // line 34
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c1/c14b935becd73b0c63b4654e6a86fb15.php:82 {
__TwigTemplate_d6163d12dfc7ee4a841ff17a2d272ad2->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_main_navigation_menu_flyout_container', $context, $blocks);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:89 {
__TwigTemplate_ed4842747b263df647f975accf11febd->block_base_header_inner(array $context, array $blocks = []): iterable …
› // line 8
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/flyouts.html.twig", 8)->unwrap()->yield($context);
› // line 9
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:475 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header_inner', $context, $blocks);
› // line 56
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:94 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->block_base_header(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:92 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->block_base_header(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->yieldParentBlock("base_header", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:344 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_header', $context, $blocks);
› // line 58
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.174+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.174+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.176+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.176+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.177+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.177+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.177+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.177+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.178+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.178+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.178+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.178+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.179+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17845
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:593 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› if ((($tmp = SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 72), "navigation", [], "any", false, false, false, 72)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
› // line 73
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.179+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17823
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:596 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " <div class=\"d-none js-navigation-offcanvas-initial-content";
› if ((SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["context"] ?? null), "salesChannel", [], "any", false, false, false, 73), "navigationCategoryId", [], "any", false, false, false, 73) == SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 73), "navigation", [], "any", false, false, false, 73), "active", [], "any", false, false, false, 73), "id", [], "any", false, false, false, 73))) {
› yield " is-root";
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17775
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#19287
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/e3/e378ba1672a89f0f73b1d4448f24bbff.php:63 {
__TwigTemplate_4535b11c1bf32ed067b0f26aefa4de8b->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› $context["header"] = SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 3);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/a1/a1158d5c2a71d6b3d37b186c31e05613.php:55 {
__TwigTemplate_2b290b0047680dfc9bf9fd99470fcc1b->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/currency-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:176 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_layout_navigation_offcanvas_navigation_action_currency(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/currency-widget.html.twig", 11)->unwrap()->yield(CoreExtension::merge($context, ["position" => "offcanvas"]));
› // line 12
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:116 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_action_currency(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("layout_navigation_offcanvas_navigation_action_currency", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:83 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_actions(array $context, array $blocks = []): iterable …
› // line 5
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_action_currency', $context, $blocks);
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:83 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_utilities_offcanvas_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_actions', $context, $blocks);
› // line 15
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:286 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas_content_container(array $context, array $blocks = []): iterable …
› // line 36
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content', $context, $blocks);
› // line 37
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:134 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content_container', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:71 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:59 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/utilities/offcanvas.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:57 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#19295
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:58 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› $context["header"] = SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 3);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:149 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["position" => "offcanvas"]));
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:143 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("layout_navigation_offcanvas_navigation_action_language", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:88 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_actions(array $context, array $blocks = []): iterable …
› // line 9
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_action_language', $context, $blocks);
› // line 12
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:83 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_utilities_offcanvas_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_actions', $context, $blocks);
› // line 15
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:286 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas_content_container(array $context, array $blocks = []): iterable …
› // line 36
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content', $context, $blocks);
› // line 37
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:134 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content_container', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:71 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:59 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/utilities/offcanvas.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:57 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#19309
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:80 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› yield " ";
› $context["isoCode"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 4), "activeLanguage", [], "any", false, false, false, 4), "translationCode", [], "any", false, false, false, 4), "code", [], "any", false, false, false, 4)), "-");
› // line 5
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:149 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["position" => "offcanvas"]));
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:143 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("layout_navigation_offcanvas_navigation_action_language", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:88 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_actions(array $context, array $blocks = []): iterable …
› // line 9
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_action_language', $context, $blocks);
› // line 12
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:83 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_utilities_offcanvas_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_actions', $context, $blocks);
› // line 15
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:286 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas_content_container(array $context, array $blocks = []): iterable …
› // line 36
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content', $context, $blocks);
› // line 37
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:134 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content_container', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:71 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:59 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/utilities/offcanvas.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:57 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.180+00:00"
"message" => "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#19310
#message: "User Deprecated: Method "Shopware\Storefront\Page\Page::getHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:56 {
Shopware\Storefront\Page\Page->getHeader(): HeaderPagelet …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:57 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
› if (method_exists($object, $getter)) { // @phpstan-ignore-next-line
› return $object->$getter();
› }
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:107 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› // line 16
› yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 16), "activeLanguage", [], "any", false, false, false, 16), "name", [], "any", false, false, false, 16), "html", null, true);
› yield "</span>
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:149 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["position" => "offcanvas"]));
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:143 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("layout_navigation_offcanvas_navigation_action_language", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:88 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_actions(array $context, array $blocks = []): iterable …
› // line 9
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_action_language', $context, $blocks);
› // line 12
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:83 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_utilities_offcanvas_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_actions', $context, $blocks);
› // line 15
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:286 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas_content_container(array $context, array $blocks = []): iterable …
› // line 36
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content', $context, $blocks);
› // line 37
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:134 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content_container', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:71 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:59 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/utilities/offcanvas.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:57 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.181+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.181+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.181+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 {#19311
#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/vendor/twig/twig/src/Extension/CoreExtension.php:1928 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php:69 {
Shopware\Core\Framework\Adapter\Twig\SwTwigFunction::getAttribute(Environment $env, Source $source, mixed $object, mixed $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, bool $sandboxed = false, int $lineno = -1) …
›
› return CoreExtension::getAttribute($env, $source, $object, $item, $arguments, $type, $isDefinedTest, $ignoreStrictCheck, $sandboxed, $lineno);
› } catch (\Throwable) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:128 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->block_layout_header_actions_language_widget_content(array $context, array $blocks = []): iterable …
› // line 24
› yield (string) $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 24), "get", ["_route"], "method", false, false, false, 24), "html", null, true);
› yield "\"/>
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:141 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget_form(array $context, array $blocks = []): iterable …
› // line 18
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_content', $context, $blocks);
› // line 86
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:104 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->block_layout_header_actions_language_widget(array $context, array $blocks = []): iterable …
› // line 13
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget_form', $context, $blocks);
› // line 88
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/04/04f82c7beff19e6c9a612261c7ffbd28.php:64 {
__TwigTemplate_6c3ada49921b42d7cdc979a3b2a3c999->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('layout_header_actions_language_widget', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/15/159ca87d8b2bb4ad677dc2e813a6e962.php:56 {
__TwigTemplate_bcbea98fe7383b83c2a9eb2729582b25->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/header/actions/language-widget.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:149 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/header/actions/language-widget.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["position" => "offcanvas"]));
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:143 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_action_language(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("layout_navigation_offcanvas_navigation_action_language", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:88 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->block_layout_navigation_offcanvas_navigation_actions(array $context, array $blocks = []): iterable …
› // line 9
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_action_language', $context, $blocks);
› // line 12
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:83 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->block_utilities_offcanvas_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('layout_navigation_offcanvas_navigation_actions', $context, $blocks);
› // line 15
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:286 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas_content_container(array $context, array $blocks = []): iterable …
› // line 36
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content', $context, $blocks);
› // line 37
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:134 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->block_utilities_offcanvas(array $context, array $blocks = []): iterable …
› // line 34
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas_content_container', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3f/3f481d3949cbff28873f16cca34fbe68.php:71 {
__TwigTemplate_2f217fedbf7d49528c4b06008de9f1cc->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('utilities_offcanvas', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/94/9486cfd05ac10fcd84deb90c17834768.php:59 {
__TwigTemplate_65e9bf565679383b970ff366a15c6c08->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/utilities/offcanvas.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/de/dee27b13b5da349711e705cfb6f12b11.php:57 {
__TwigTemplate_29495cd1ed5115effee5c7bfcf0fa9c7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:634 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingGuaxsTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", 76)->unwrap()->yield(CoreExtension::merge($context, ["navigation" => SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 76), "navigation", [], "any", false, false, false, 76)]));
› // line 77
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:603 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_offcanvas_navigation(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation_inner', $context, $blocks);
› // line 78
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:356 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('base_offcanvas_navigation', $context, $blocks);
› // line 81
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.181+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.181+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.182+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.184+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.184+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.184+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.194+00:00"
"message" => "Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#19526
#message: "Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php"
#line: 145
#severity: E_DEPRECATED
trace: {
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php:145 {
Shopware\Core\Framework\Adapter\Twig\SecurityExtension->sort(?iterable $array, Closure|callable|string|null $arrow = null): ?array …
› // @phpstan-ignore-next-line
› uasort($array, $arrow);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/90/900c49c69a13962a871731e6af939080.php:101 {
__TwigTemplate_2a0840977b708ea03e840a0c3bdcd3b3->block_block_col_1(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable($this->extensions['Shopware\Core\Framework\Adapter\Twig\SecurityExtension']->sort(SwTwigFunction::getAttribute($this->env, $this->source, SwTwigFunction::getAttribute($this->env, $this->source, ($context["block"] ?? null), "slots", [], "any", false, false, false, 8), "elements", [], "any", false, false, false, 8), function ($__a__, $__b__) use ($context, $macros) { $context["a"] = $__a__; $context["b"] = $__b__; return ((($_v3 = SwTwigFunction::getAttribute($this->env, $this->source, ($context["a"] ?? null), "customFields", [], "any", false, false, false, 8)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3["index"] ?? null) : null) > (($_v4 = SwTwigFunction::getAttribute($this->env, $this->source, ($context["b"] ?? null), "customFields", [], "any", false, false, false, 8)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4["index"] ?? null) : null)); }));
› $context['loop'] = [
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/90/900c49c69a13962a871731e6af939080.php:57 {
__TwigTemplate_2a0840977b708ea03e840a0c3bdcd3b3->doDisplay(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('block_col_1', $context, $blocks);
› // line 17
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/01/01de2acd9d3c7927a12874c214eb71ef.php:398 {
__TwigTemplate_aa02a408ca23f9dd7b89afc7050621b0->block_section_content_block_row(array $context, array $blocks = []): iterable …
› if ($_v0) {
› yield from $_v0->unwrap()->yield($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/01/01de2acd9d3c7927a12874c214eb71ef.php:353 {
__TwigTemplate_aa02a408ca23f9dd7b89afc7050621b0->block_section_content_block_container(array $context, array $blocks = []): iterable …
› // line 86
› yield from $this->unwrap()->yieldBlock('section_content_block_row', $context, $blocks);
› // line 91
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/01/01de2acd9d3c7927a12874c214eb71ef.php:224 {
__TwigTemplate_aa02a408ca23f9dd7b89afc7050621b0->block_section_content_block(array $context, array $blocks = []): iterable …
› // line 83
› yield from $this->unwrap()->yieldBlock('section_content_block_container', $context, $blocks);
› // line 93
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/a4/a4504ac272de29e8d34a68f39320da57.php:114 {
__TwigTemplate_4a88b9590ad1100450b2d7bfa02b82e3->block_section_content_block(array $context, array $blocks = []): iterable …
› // line 37
› yield from $this->yieldParentBlock("section_content_block", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/01/01de2acd9d3c7927a12874c214eb71ef.php:54 {
__TwigTemplate_aa02a408ca23f9dd7b89afc7050621b0->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('section_content_block', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/a4/a4504ac272de29e8d34a68f39320da57.php:60 {
__TwigTemplate_4a88b9590ad1100450b2d7bfa02b82e3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/section/cms-section-block-container.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ed/edc6d39dfdf1fe07002ede2dc7552793.php:146 {
__TwigTemplate_76474c784d97a9771862393caa4fdc45->block_section_default_content_block(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@CbaxModulBannerManagement/storefront/section/cms-section-block-container.html.twig", 7)->unwrap()->yield($context);
› // line 8
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ed/edc6d39dfdf1fe07002ede2dc7552793.php:103 {
__TwigTemplate_76474c784d97a9771862393caa4fdc45->block_page_content_section_default(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('section_default_content_block', $context, $blocks);
› // line 9
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/64/6467b0c6e33c01bb2a3ee498bc830444.php:125 {
__TwigTemplate_b04496ec7e4494b3664407f2100d9cd7->block_page_content_section_default(array $context, array $blocks = []): iterable …
› // line 15
› yield from $this->yieldParentBlock("page_content_section_default", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ed/edc6d39dfdf1fe07002ede2dc7552793.php:52 {
__TwigTemplate_76474c784d97a9771862393caa4fdc45->doDisplay(array $context, array $blocks = []): iterable …
› // line 1
› yield from $this->unwrap()->yieldBlock('page_content_section_default', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/64/6467b0c6e33c01bb2a3ee498bc830444.php:55 {
__TwigTemplate_b04496ec7e4494b3664407f2100d9cd7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/section/cms-section-default.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/9f/9ff8fe971ce7a4bef5cfeb12b0e8acf3.php:252 {
__TwigTemplate_121d6170795283a43c19e15211ab8357->block_page_content_section(array $context, array $blocks = []): iterable …
› return $this->load($includeTemplate ?? null, 45);
› })())->unwrap()->yield($context);
› // line 46
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c7/c72ccb7570a60a6496422bc699c6a6f5.php:143 {
__TwigTemplate_1f071330ac660cc838fdbcb9cfc2d79a->block_page_content_section(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("page_content_section", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/9f/9ff8fe971ce7a4bef5cfeb12b0e8acf3.php:183 {
__TwigTemplate_121d6170795283a43c19e15211ab8357->block_page_content_sections_inner(array $context, array $blocks = []): iterable …
› // line 41
› yield from $this->unwrap()->yieldBlock('page_content_section', $context, $blocks);
› // line 48
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c9/c95a7a5419789e5459ee7246937e0b08.php:82 {
__TwigTemplate_41f7956f778e30aab7f37764dfe950bc->block_page_content_sections_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("page_content_sections_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/9f/9ff8fe971ce7a4bef5cfeb12b0e8acf3.php:55 {
__TwigTemplate_121d6170795283a43c19e15211ab8357->doDisplay(array $context, array $blocks = []): iterable …
› // line 4
› yield from $this->unwrap()->yieldBlock('page_content_sections_inner', $context, $blocks);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c9/c95a7a5419789e5459ee7246937e0b08.php:58 {
__TwigTemplate_41f7956f778e30aab7f37764dfe950bc->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/page/content/detail.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/c7/c72ccb7570a60a6496422bc699c6a6f5.php:55 {
__TwigTemplate_1f071330ac660cc838fdbcb9cfc2d79a->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@ShoppingList/storefront/page/content/detail.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:219 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->block_page_content_blocks(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("@HachmannconsultingCmsElements/storefront/page/content/detail.html.twig", 23)->unwrap()->yield(CoreExtension::merge($context, ["cmsPage" => ($context["cmsPage"] ?? null), "landingPage" => ($context["landingPage"] ?? null)]));
› // line 24
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:191 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->block_cms_content(array $context, array $blocks = []): iterable …
› // line 22
› yield from $this->unwrap()->yieldBlock('page_content_blocks', $context, $blocks);
› // line 25
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:118 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->block_page_content(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('cms_content', $context, $blocks);
› // line 27
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:85 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->block_base_main_inner(array $context, array $blocks = []): iterable …
› // line 6
› yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
› // line 28
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:668 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_main(array $context, array $blocks = []): iterable …
› // line 93
› yield from $this->unwrap()->yieldBlock('base_main_inner', $context, $blocks);
› // line 110
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:364 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body_inner(array $context, array $blocks = []): iterable …
› // line 83
› yield from $this->unwrap()->yieldBlock('base_main', $context, $blocks);
› // line 112
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:478 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
› } elseif (isset($blocks[$name])) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:503 {
Twig\Template->yieldParentBlock($name, array $context, array $blocks = []): iterable …
› } elseif ($parent = $this->getParent($context)) {
› yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
› } else {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:82 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->block_base_body_inner(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->yieldParentBlock("base_body_inner", $context, $blocks);
› yield "
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:213 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->block_base_body(array $context, array $blocks = []): iterable …
› // line 27
› yield from $this->unwrap()->yieldBlock('base_body_inner', $context, $blocks);
› // line 128
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:458 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› $template->ensureSecurityChecked();
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/f3/f3560ffd77864ea89bafe7943e0de21c.php:98 {
__TwigTemplate_a5713f3d6192c91c751addc3147ffd34->doDisplay(array $context, array $blocks = []): iterable …
› // line 17
› yield from $this->unwrap()->yieldBlock('base_body', $context, $blocks);
› // line 154
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ef/ef0b3ce2ed0c290122ccf5c1c57fdfaf.php:58 {
__TwigTemplate_4b31ca07b733df3b0af3289adc4beb6f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@Storefront/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/3d/3d60957f66660a6b1bd949a501367d7d.php:56 {
__TwigTemplate_ed4842747b263df647f975accf11febd->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@SwagB2bPlatform/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/b5/b56e8188e25a855e4bb8d4655eadc0b9.php:55 {
__TwigTemplate_8d6d58620228546bf04bece28d0214d7->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingGuaxsTheme/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/d3/d360162ba5d2209c35753d50a8c776fb.php:55 {
__TwigTemplate_75a7dae66de53932d6865715b0511891->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CobCustomerNumberLogin/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/ee/eea1381b3db820673f4cbdcf4efb23a1.php:61 {
__TwigTemplate_4ed92471df23e3c145c3e402a8cced64->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulAnalytics/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/59/59c609be0d368902eb76935cbcfb2c30.php:55 {
__TwigTemplate_69b1799cf5b8482abeccc857e3b75999->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@CbaxModulBannerManagement/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/var/cache/dev_h9c8c988220e1da5d3e7433d98299fdb3/twig/80/80b0ad189553a366a1b9e3589f86af65.php:59 {
__TwigTemplate_1f17904b390e6ddf4a4859cab65d2c69->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("@HachmannconsultingTopbar/storefront/base.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:411 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› $this->ensureSecurityChecked();
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Template.php:394 {
Twig\Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:276 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› try {
› return $this->container->get('twig')->render($view, $parameters);
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => "php"
]
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.204+00:00"
"message" => "Uncaught PHP Exception Shopware\Storefront\Controller\Exception\StorefrontException: "Can not render @uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig view: An exception has been thrown during the rendering of a template ("Warning: Trying to access array offset on null") in "@uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig" at line 10. with these parameters: {"appShopId":"cxRkrSIH5Vw61Mht","themeIconConfig":[]}" at cms-block-col-3-9.html.twig line 10"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Shopware\Storefront\Controller\Exception\StorefrontException {#16642
#message: "Can not render @uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig view: An exception has been thrown during the rendering of a template ("Warning: Trying to access array offset on null") in "@uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig" at line 10. with these parameters: {"appShopId":"cxRkrSIH5Vw61Mht","themeIconConfig":[]}"
#code: 0
#file: "/home/guasnwql/guaxstest_neu/shop/custom/plugins/uwpCmsColumnSlots/src/Resources/views/storefront/block/cms-block-col-3-9.html.twig"
#line: 10
-previous: Twig\Error\RuntimeError {#19519 …}
-statusCode: 500
-headers: []
#parameters: [
"message" => "An exception has been thrown during the rendering of a template ("Warning: Trying to access array offset on null") in "@uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig" at line 10."
"view" => "@uwpCmsColumnSlots/storefront/block/cms-block-col-3-9.html.twig"
"parameters" => "{"appShopId":"cxRkrSIH5Vw61Mht","themeIconConfig":[]}"
]
#statusCode: 500
#errorCode: "STOREFRONT__CAN_NOT_RENDER_VIEW"
trace: {
/home/guasnwql/guaxstest_neu/shop/custom/plugins/uwpCmsColumnSlots/src/Resources/views/storefront/block/cms-block-col-3-9.html.twig:10 {
Shopware\Storefront\Controller\Exception\StorefrontException::renderViewException(string $view, Error $error, array $parameters): self …
› {% if '1-col' in element.slot %}
› <div class="ccs-element {{ elementCss(element.customFields)|raw }}" {{ elementStyles(block.customFields['1-col'].defaultElementMarginBottom, element.customFields)|raw }}>
› {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:278 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› } catch (LoaderError|RuntimeError|SyntaxError $e) {
› throw StorefrontException::renderViewException($view, $e, $parameters);
› }
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:287 {
Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/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/storefront/Controller/StorefrontController.php:92 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));
›
}
/home/guasnwql/guaxstest_neu/shop/vendor/shopware/storefront/Controller/NavigationController.php:87 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
› }
}
/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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.463+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.463+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.463+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.465+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"
]
]
15352 => [
[
"timestamp" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.205+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.206+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 {#13156
#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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.207+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.208+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.208+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.208+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.208+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.208+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.456+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.456+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.456+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.458+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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" => 1787631163
"timestamp_rfc3339" => "2026-08-25T04:12:43.459+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
920 => 1
15352 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#2481 …}
} |