logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1781
-records: [
"" => [
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.830+00:00"
"message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#74
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:138 {
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));
› yield new Service();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:339 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:743 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:120 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.835+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1024
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.835+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#985
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.835+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#988
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.835+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#989
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#992
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#993
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#974
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#996
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1001
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $definition = $this->getInstance($definitionRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.836+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1000
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
› if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
›
› if (!empty($extension->getEntityName())) {
› $entity = $extension->getEntityName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
› try {
› $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);
› } catch (DefinitionNotFoundException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
› foreach ($this->extensions as $extension) {
› $this->addExtension($registry, $salesChannelRegistry, $extension);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:190 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:153 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.858+00:00"
"message" => "User Deprecated: The "Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#495
#message: "User Deprecated: The "Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getElasticsearchHelperService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11182 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getEntitySearcherInterfaceService($container) …
› {
› $a = ($container->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? self::getElasticsearchHelperService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11208 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:28407 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? self::getVersionManagerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11551 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20578 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.858+00:00"
"message" => "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::setEnabled()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#496
#message: "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::setEnabled()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getElasticsearchHelperService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11182 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getEntitySearcherInterfaceService($container) …
› {
› $a = ($container->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? self::getElasticsearchHelperService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11208 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:28407 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? self::getVersionManagerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11551 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20578 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.873+00:00"
"message" => "User Deprecated: The "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\DataAbstractionLayer\CustomElasticsearchEntityAggregator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#335
#message: "User Deprecated: The "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\DataAbstractionLayer\CustomElasticsearchEntityAggregator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getEntityAggregatorInterfaceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:28417 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? self::getEntityAggregatorInterfaceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:11551 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20578 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.873+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 {#319
#message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20578 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.881+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.881+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.881+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.883+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 "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#191
#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 "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:3529 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryDecoratorService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:12779 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\Login\\SalesChannelContextFactoryDecorator'] ?? self::getSalesChannelContextFactoryDecoratorService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:47689 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:56297 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17154 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17112 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17128 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17522 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bOrderNumber_ElasticsearchProductDefinitionService($container) …
› }
› $c = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17223 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bInStock_ElasticsearchProductDefinitionService($container) …
› {
› $a = ($container->services['b2b_order_number.elasticsearch_product_definition'] ?? self::getB2bOrderNumber_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:53648 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getMyProductEsDecoratorService($container) …
› {
› $a = ($container->services['b2b_in_stock.elasticsearch_product_definition'] ?? self::getB2bInStock_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:49122 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{closure} …
› yield 1 => ($container->privates['Shopware\\Commercial\\AdvancedSearch\\Domain\\Indexing\\ElasticsearchDefinition\\Category\\CategoryElasticsearchDefinition'] ?? self::getCategoryElasticsearchDefinitionService($container));
› yield 2 => ($container->privates['WtTemplate\\Elasticsearch\\Product\\MyProductEsDecorator'] ?? self::getMyProductEsDecoratorService($container));
› }, 3));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php:54 {
Shopware\Elasticsearch\Framework\ElasticsearchRegistry->has(string $entityName): bool …
› {
› foreach ($this->getDefinitions() as $definition) {
› if ($definition->getEntityDefinition()->getEntityName() === $entityName) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:232 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->isSupported(EntityDefinition $definition): bool …
›
› return $this->registry->has($entityName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:82 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
›
› if (!$this->isSupported($definition)) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/AdvancedSearch/Elasticsearch/ElasticsearchHelperDecorator.php:37 {
Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {
› $allowSearch = $this->decorated->allowSearch($definition, $context, $criteria);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:120 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
› }\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:48 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:297 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:240 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.883+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 "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#190
#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 "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:3529 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryDecoratorService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:12779 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\Login\\SalesChannelContextFactoryDecorator'] ?? self::getSalesChannelContextFactoryDecoratorService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:47689 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:56297 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17154 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17112 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17128 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17522 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bOrderNumber_ElasticsearchProductDefinitionService($container) …
› }
› $c = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:17223 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getB2bInStock_ElasticsearchProductDefinitionService($container) …
› {
› $a = ($container->services['b2b_order_number.elasticsearch_product_definition'] ?? self::getB2bOrderNumber_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:53648 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getMyProductEsDecoratorService($container) …
› {
› $a = ($container->services['b2b_in_stock.elasticsearch_product_definition'] ?? self::getB2bInStock_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:49122 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{closure} …
› yield 1 => ($container->privates['Shopware\\Commercial\\AdvancedSearch\\Domain\\Indexing\\ElasticsearchDefinition\\Category\\CategoryElasticsearchDefinition'] ?? self::getCategoryElasticsearchDefinitionService($container));
› yield 2 => ($container->privates['WtTemplate\\Elasticsearch\\Product\\MyProductEsDecorator'] ?? self::getMyProductEsDecoratorService($container));
› }, 3));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php:54 {
Shopware\Elasticsearch\Framework\ElasticsearchRegistry->has(string $entityName): bool …
› {
› foreach ($this->getDefinitions() as $definition) {
› if ($definition->getEntityDefinition()->getEntityName() === $entityName) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:232 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->isSupported(EntityDefinition $definition): bool …
›
› return $this->registry->has($entityName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:82 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
›
› if (!$this->isSupported($definition)) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/AdvancedSearch/Elasticsearch/ElasticsearchHelperDecorator.php:37 {
Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {
› $allowSearch = $this->decorated->allowSearch($definition, $context, $criteria);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:120 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
› }\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:48 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:297 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:240 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.118+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.118+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"
]
]
219 => [
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.918+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.933+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 {#2102
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40374 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCategoryBreadcrumbBuilderService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:30681 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($container->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? self::getHtmlSanitizerService($container))));
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->services['category.repository'] ?? self::getCategory_RepositoryService($container))));
› $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:2101 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:58549 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20368 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.933+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 {#2098
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40374 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCategoryBreadcrumbBuilderService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:30681 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($container->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? self::getHtmlSanitizerService($container))));
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->services['category.repository'] ?? self::getCategory_RepositoryService($container))));
› $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:2101 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:58549 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20368 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.936+00:00"
"message" => "User Deprecated: The "Shopware\Commercial\B2B\QuickOrder\Domain\CustomerSpecificFeature\CustomerSpecificFeatureService" class is considered internal. It may change without further notice. You should not use it from "WtTemplate\B2B\QuickOrder\Domain\CustomerSpecificFeature\FeatureServiceDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2064
#message: "User Deprecated: The "Shopware\Commercial\B2B\QuickOrder\Domain\CustomerSpecificFeature\CustomerSpecificFeatureService" class is considered internal. It may change without further notice. You should not use it from "WtTemplate\B2B\QuickOrder\Domain\CustomerSpecificFeature\FeatureServiceDecorator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getFeatureServiceDecoratorService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:30696 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Commercial\B2B\EmployeeManagement\Storefront\TwigExtension\B2bEmployeeTwigExtension());
› $instance->addExtension(new \Shopware\Commercial\B2B\QuickOrder\Storefront\Framework\Twig\Extension\CustomerSpecificFeatureTwigExtension(($container->privates['WtTemplate\\B2B\\QuickOrder\\Domain\\CustomerSpecificFeature\\FeatureServiceDecorator'] ?? self::getFeatureServiceDecoratorService($container))));
› $instance->addExtension(new \Shopware\Commercial\B2B\QuoteManagement\Storefront\TwigExtension\QuoteEmployeeTwigExtension());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:2101 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:58549 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:20368 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.940+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://shopware6.eps-dev.com/d150b8b69ac7445b92ed518d56997a28"" at RouterListener.php line 149"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2488
#message: "No route found for "GET https://shopware6.eps-dev.com/d150b8b69ac7445b92ed518d56997a28""
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2049 …}
-statusCode: 404
-headers: []
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "WtTemplate\Subscriber\NotFoundSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.100+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.100+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.3"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.28)"
]
]
"HTTP code" => 200
"duration" => 0.001183
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.100+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "shopware"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 130
"active_shards" => 130
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 159
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 44.982698961938
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.100+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.100+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "shopware"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 130
"active_shards" => 130
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 159
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 44.982698961938
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.001183
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.107+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.107+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.3"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.28)"
]
]
"HTTP code" => 200
"duration" => 0.006255
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.107+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.01"
"uuid" => "5BHB6953Tmq5forHpjYXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "276.4kb"
"pri.store.size" => "276.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".ql-datasources"
"uuid" => "dqwqxJhkSB2e4v-sb5lkPw"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.02"
"uuid" => "0TAEH29eT5OM4nFeZAxfcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "234"
"docs.deleted" => "0"
"store.size" => "464.7kb"
"pri.store.size" => "464.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.05"
"uuid" => "BhMS_3dXRUmuCnPlr_74mw"
"pri" => "1"
"rep" => "1"
"docs.count" => "259"
"docs.deleted" => "0"
"store.size" => "430.9kb"
"pri.store.size" => "430.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.06"
"uuid" => "u3DM13ecQi-J9NKkIH9Yrw"
"pri" => "1"
"rep" => "1"
"docs.count" => "914"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.03"
"uuid" => "K0AZyCcnRluoxz1r3gCwFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "287"
"docs.deleted" => "0"
"store.size" => "460.5kb"
"pri.store.size" => "460.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.19-51461"
"uuid" => "L2iANmWxSIOIBpETWQ-idA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1281"
"docs.deleted" => "295"
"store.size" => "3.5mb"
"pri.store.size" => "3.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.04"
"uuid" => "AGzlyByCRmCGvg1uIM4WQg"
"pri" => "1"
"rep" => "1"
"docs.count" => "446"
"docs.deleted" => "0"
"store.size" => "592.5kb"
"pri.store.size" => "592.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.09"
"uuid" => "E40hq_IGQcGAB9KM1DLMuA"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "471.5kb"
"pri.store.size" => "471.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opendistro_security"
"uuid" => "hWn2xXwrSSSR5Zul_2U5EQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.07"
"uuid" => "fPAmiaPfRvO9RUWsxezB6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "215"
"docs.deleted" => "0"
"store.size" => "394.7kb"
"pri.store.size" => "394.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.08"
"uuid" => "ejcveBaCSp-8dXYz_tPWTg"
"pri" => "1"
"rep" => "1"
"docs.count" => "100"
"docs.deleted" => "0"
"store.size" => "317.8kb"
"pri.store.size" => "317.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.20-51483"
"uuid" => "xxcjX5nCS3iqxc-ELGvWFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1030"
"docs.deleted" => "40"
"store.size" => "1.9mb"
"pri.store.size" => "1.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1743770587"
"uuid" => "xRhQLisFQzG71QNVsn1Gcg"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.12"
"uuid" => "svJyDOPcSX-SevgTp2FZvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "393"
"docs.deleted" => "0"
"store.size" => "536.5kb"
"pri.store.size" => "536.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.13"
"uuid" => "CCpFBMmXTse1BkrzcHdY4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "233"
"docs.deleted" => "0"
"store.size" => "399.8kb"
"pri.store.size" => "399.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.16-51458"
"uuid" => "lt01o3zXSnaor238nRtl7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1976"
"docs.deleted" => "142"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.10"
"uuid" => "P2GZziF5RKm9KwhkjijjtA"
"pri" => "1"
"rep" => "1"
"docs.count" => "471"
"docs.deleted" => "0"
"store.size" => "575.4kb"
"pri.store.size" => "575.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_92668751_admin_1"
"uuid" => "JP8onxAuS9K_RlvlSGAWcA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.11"
"uuid" => "YLUdL1NBScqYZzwyB8Bdag"
"pri" => "1"
"rep" => "1"
"docs.count" => "163"
"docs.deleted" => "0"
"store.size" => "381.2kb"
"pri.store.size" => "381.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.16"
"uuid" => "p4djmfJfQT-AjK1EubcOoA"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "454.3kb"
"pri.store.size" => "454.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.17"
"uuid" => "hcXWo59yS3S-dYAlktfpLQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "378"
"docs.deleted" => "0"
"store.size" => "594.1kb"
"pri.store.size" => "594.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.14"
"uuid" => "uKrv3PkcQYamsUFOD3Enjw"
"pri" => "1"
"rep" => "1"
"docs.count" => "214"
"docs.deleted" => "0"
"store.size" => "398.5kb"
"pri.store.size" => "398.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.15"
"uuid" => "onQgmw30TjyMEj6sJTRV0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "487"
"docs.deleted" => "0"
"store.size" => "687.5kb"
"pri.store.size" => "687.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.18"
"uuid" => "xDBIrHtLQLyRJo-5BkQGkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "421.7kb"
"pri.store.size" => "421.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.19"
"uuid" => "kHyHhKJnSje6CZGRjkytyA"
"pri" => "1"
"rep" => "1"
"docs.count" => "183"
"docs.deleted" => "0"
"store.size" => "265.8kb"
"pri.store.size" => "265.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.10"
"uuid" => "tyVRyYdhSgujiqSV2-FTsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "213"
"docs.deleted" => "0"
"store.size" => "372.7kb"
"pri.store.size" => "372.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.12"
"uuid" => "nY3QyOKOST-Toia6vSFPdQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "280.1kb"
"pri.store.size" => "280.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.11"
"uuid" => "Zu0kNhsrSu-WgrpKwxUSww"
"pri" => "1"
"rep" => "1"
"docs.count" => "193"
"docs.deleted" => "0"
"store.size" => "312.9kb"
"pri.store.size" => "312.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.14"
"uuid" => "wgz7MZYkSmuNFTjeaQlhvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "231"
"docs.deleted" => "0"
"store.size" => "384.1kb"
"pri.store.size" => "384.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.17-51459"
"uuid" => "VEgYuQPlRWSo0oSMTiLmlw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1848"
"docs.deleted" => "86"
"store.size" => "4.5mb"
"pri.store.size" => "4.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.13"
"uuid" => "Ei_WVolaTtWTIh9k0OSuOw"
"pri" => "1"
"rep" => "1"
"docs.count" => "135"
"docs.deleted" => "0"
"store.size" => "321.3kb"
"pri.store.size" => "321.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.16"
"uuid" => "XjWCSQQtTpq5m0BtHK8kHg"
"pri" => "1"
"rep" => "1"
"docs.count" => "78"
"docs.deleted" => "0"
"store.size" => "206.4kb"
"pri.store.size" => "206.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.15"
"uuid" => "gyA29pKEQU22GrgG7F4Siw"
"pri" => "1"
"rep" => "1"
"docs.count" => "57"
"docs.deleted" => "0"
"store.size" => "135.2kb"
"pri.store.size" => "135.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.18"
"uuid" => "vLoCIzJ8TWuGDy3Haq66Vg"
"pri" => "1"
"rep" => "1"
"docs.count" => "74"
"docs.deleted" => "0"
"store.size" => "161kb"
"pri.store.size" => "161kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.17"
"uuid" => "xfcLrA-aQ4ag4Iiul5Qc9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "360.2kb"
"pri.store.size" => "360.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.19"
"uuid" => "r5eJjMWFRqSUSaI9e6nIJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "186"
"docs.deleted" => "0"
"store.size" => "346.4kb"
"pri.store.size" => "346.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.21"
"uuid" => "BrQkuWi_S5GUcpPh1ZSEJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "208"
"docs.deleted" => "0"
"store.size" => "410.5kb"
"pri.store.size" => "410.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.20"
"uuid" => "0FGgJwGOQWKwkUyOPiImWg"
"pri" => "1"
"rep" => "1"
"docs.count" => "251"
"docs.deleted" => "0"
"store.size" => "493kb"
"pri.store.size" => "493kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.23"
"uuid" => "m-fXsAaXQ_eJJA3a9O7fNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "96"
"docs.deleted" => "0"
"store.size" => "254.8kb"
"pri.store.size" => "254.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.22"
"uuid" => "w-USqiicTIWEKEN4f3QxNg"
"pri" => "1"
"rep" => "1"
"docs.count" => "611"
"docs.deleted" => "0"
"store.size" => "805.8kb"
"pri.store.size" => "805.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.25"
"uuid" => "pnfDDphLQWGGCblBk85KFQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "270.4kb"
"pri.store.size" => "270.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.24"
"uuid" => "mhXBQb_JTwCgYdNkTEr_wg"
"pri" => "1"
"rep" => "1"
"docs.count" => "267"
"docs.deleted" => "0"
"store.size" => "446kb"
"pri.store.size" => "446kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.27"
"uuid" => "3BFHzirvS4mQx9EWJtG83A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "392.4kb"
"pri.store.size" => "392.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.18-51460"
"uuid" => "9PmUghQ8TPuUbHzybzCNRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1797"
"docs.deleted" => "167"
"store.size" => "4mb"
"pri.store.size" => "4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.26"
"uuid" => "tuUVMNrmTbWdylPNeNScAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "295"
"docs.deleted" => "0"
"store.size" => "513.2kb"
"pri.store.size" => "513.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.28"
"uuid" => "E8FD_f4tRV6jj2SZGvibfg"
"pri" => "1"
"rep" => "1"
"docs.count" => "321"
"docs.deleted" => "0"
"store.size" => "463.5kb"
"pri.store.size" => "463.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1743770587"
"uuid" => "MF83_ZTWRiikkCpwwqWmhQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "1"
"store.size" => "348.4kb"
"pri.store.size" => "348.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.21-51484"
"uuid" => "8ILWWMnmRMuzIn2wxIFM8Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "1475"
"docs.deleted" => "166"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.15-51457"
"uuid" => "NYBCfQCyQ-mViZ6AyuQlLA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1979"
"docs.deleted" => "101"
"store.size" => "5.3mb"
"pri.store.size" => "5.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.10"
"uuid" => "YXO44ABHQ1qlrCA6fmdu1w"
"pri" => "1"
"rep" => "1"
"docs.count" => "44590"
"docs.deleted" => "0"
"store.size" => "23.3mb"
"pri.store.size" => "23.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.13"
"uuid" => "Ea7QmnfmS3-usCIBi49txw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1642"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.20"
"uuid" => "TFCKdEFARyqWtMwsx0zCSQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "304.7kb"
"pri.store.size" => "304.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.14"
"uuid" => "F-obPum7TtGKubH3XQKJcg"
"pri" => "1"
"rep" => "1"
"docs.count" => "16957"
"docs.deleted" => "0"
"store.size" => "10.4mb"
"pri.store.size" => "10.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.22"
"uuid" => "rUIR9S9YRH6EwdUbBn5qTA"
"pri" => "1"
"rep" => "1"
"docs.count" => "300"
"docs.deleted" => "0"
"store.size" => "392.9kb"
"pri.store.size" => "392.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.11"
"uuid" => "6oG1GIWjT_uoeQG0iRT5VA"
"pri" => "1"
"rep" => "1"
"docs.count" => "17577"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.21"
"uuid" => "xrW3uNjpT6-0rg46Cez_Pg"
"pri" => "1"
"rep" => "1"
"docs.count" => "396"
"docs.deleted" => "0"
"store.size" => "503.6kb"
"pri.store.size" => "503.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.12"
"uuid" => "WHViUhMZQGq419dGN_hGow"
"pri" => "1"
"rep" => "1"
"docs.count" => "789"
"docs.deleted" => "0"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.17"
"uuid" => "tph7j3tXRrChFevrayC4vA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14210"
"docs.deleted" => "0"
"store.size" => "9.1mb"
"pri.store.size" => "9.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.24"
"uuid" => "dP2TMWpLRoeMKxuFup8y5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "425kb"
"pri.store.size" => "425kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.18"
"uuid" => "PXcWLsqXQZ28ISFhPHO2WQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1819"
"docs.deleted" => "0"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.23"
"uuid" => "4CBcDzWlQImO6HXk0LFB7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1641"
"docs.deleted" => "0"
"store.size" => "916.3kb"
"pri.store.size" => "916.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.15"
"uuid" => "TT23FhQvRcygYXM9Xrg3zg"
"pri" => "1"
"rep" => "1"
"docs.count" => "21714"
"docs.deleted" => "0"
"store.size" => "12.2mb"
"pri.store.size" => "12.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.26"
"uuid" => "qoP_8_SXTIuWaL_nTEjFVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "291.7kb"
"pri.store.size" => "291.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.25"
"uuid" => "hc-0M62GQOGhwe3SIRPWKQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "83"
"docs.deleted" => "0"
"store.size" => "143.5kb"
"pri.store.size" => "143.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.16"
"uuid" => "btO40x18Q3eA33SuPqutWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "14966"
"docs.deleted" => "0"
"store.size" => "8.3mb"
"pri.store.size" => "8.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.28"
"uuid" => "H1pR_2uFTyubbp8nhSkiNw"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "266.5kb"
"pri.store.size" => "266.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.27"
"uuid" => "hazJ_iOkRIGNILpVU8Zfmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "164"
"docs.deleted" => "0"
"store.size" => "226kb"
"pri.store.size" => "226kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.19"
"uuid" => "Arhzn0DYTUOTIh3IkmAdvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1309"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.29"
"uuid" => "Ico4dkkZSDmVHWpYmK8Elg"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "263.8kb"
"pri.store.size" => "263.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "AvKKP8dMS9uuDZsHiXcsqA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1743770587"
"uuid" => "pcPwxOwYTQm2EKandwhSyg"
"pri" => "3"
"rep" => "3"
"docs.count" => "79525"
"docs.deleted" => "14785"
"store.size" => "27.8mb"
"pri.store.size" => "27.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.20"
"uuid" => "DGmLldG2T2qRaPhWU7lpcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "800"
"docs.deleted" => "0"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.21"
"uuid" => "_ZkOBr9XQ-uMfKU8dJCxWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "2393"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.31"
"uuid" => "zpdvHDKoQRaK90VgHfWNYw"
"pri" => "1"
"rep" => "1"
"docs.count" => "209"
"docs.deleted" => "0"
"store.size" => "302kb"
"pri.store.size" => "302kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1744118278"
"uuid" => "gCRDvRvjQGO1G4VqBJEkaw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.30"
"uuid" => "O60NzkzcTpGIfHGWLrGJ5Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "118"
"docs.deleted" => "0"
"store.size" => "325.4kb"
"pri.store.size" => "325.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.01"
"uuid" => "HE5W1RU_S16aUStDWVhi-Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "697"
"docs.deleted" => "0"
"store.size" => "830.6kb"
"pri.store.size" => "830.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.03"
"uuid" => "vrdUCztSRZ6RT9i5ws3X8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "489"
"docs.deleted" => "0"
"store.size" => "632.4kb"
"pri.store.size" => "632.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.02"
"uuid" => "aH9XXCEfSS2ck-Tf8JJC9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "326"
"docs.deleted" => "0"
"store.size" => "423.1kb"
"pri.store.size" => "423.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.05"
"uuid" => "e_SIjVm_TS-aowyAXxYMdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "200"
"docs.deleted" => "0"
"store.size" => "285.4kb"
"pri.store.size" => "285.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_1744118278"
"uuid" => "Mz9xchPJSZO0PqjecQfbuQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "81016"
"docs.deleted" => "42"
"store.size" => "21.7mb"
"pri.store.size" => "21.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.04"
"uuid" => "HYCZNOi_SGuZwyGFur0jjA"
"pri" => "1"
"rep" => "1"
"docs.count" => "69"
"docs.deleted" => "0"
"store.size" => "196.7kb"
"pri.store.size" => "196.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.07"
"uuid" => "u9qsYj4YR8iijKLN9t2sWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "95"
"docs.deleted" => "0"
"store.size" => "209.3kb"
"pri.store.size" => "209.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.06"
"uuid" => "o3gQzyVMTmWMOcB5ZdmYTw"
"pri" => "1"
"rep" => "1"
"docs.count" => "113"
"docs.deleted" => "0"
"store.size" => "223.6kb"
"pri.store.size" => "223.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.09"
"uuid" => "ch03rSfXTyO_-Ki6iuOTNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "270.9kb"
"pri.store.size" => "270.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.08"
"uuid" => "wvuq5ftcQG6cYTCBWFBjDA"
"pri" => "1"
"rep" => "1"
"docs.count" => "142"
"docs.deleted" => "0"
"store.size" => "304.9kb"
"pri.store.size" => "304.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.20"
"uuid" => "EKT5-exVSOGB3irklWJxaQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "477"
"docs.deleted" => "0"
"store.size" => "614.6kb"
"pri.store.size" => "614.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.23"
"uuid" => "gGZD6dgGR1Wk9MOAs_SH9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "620.4kb"
"pri.store.size" => "620.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.24"
"uuid" => "qCaQ_zHIRcWEs0DKPi4uRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "556"
"docs.deleted" => "0"
"store.size" => "705.3kb"
"pri.store.size" => "705.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.21"
"uuid" => "iRLr-XliRsiE8IHUtB8O9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "203"
"docs.deleted" => "0"
"store.size" => "323.1kb"
"pri.store.size" => "323.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.22"
"uuid" => "4b9lOTbETkCd8bzQLllNbw"
"pri" => "1"
"rep" => "1"
"docs.count" => "370"
"docs.deleted" => "0"
"store.size" => "618.5kb"
"pri.store.size" => "618.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.27"
"uuid" => "4P4l9iEYTba0ujbLMgXy4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "598"
"docs.deleted" => "0"
"store.size" => "695kb"
"pri.store.size" => "695kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.28"
"uuid" => "HxonOj-hSVSjmut4GYvXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "244"
"docs.deleted" => "0"
"store.size" => "453.1kb"
"pri.store.size" => "453.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.25"
"uuid" => "MD-yS92ISUyyaN9aPEobKg"
"pri" => "1"
"rep" => "1"
"docs.count" => "574"
"docs.deleted" => "0"
"store.size" => "710.4kb"
"pri.store.size" => "710.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.26"
"uuid" => "kDrklpR3QAamnrZUt5u0KQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "527"
"docs.deleted" => "0"
"store.size" => "613.3kb"
"pri.store.size" => "613.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.29"
"uuid" => "abWT96nFR9Cr9LO4i9JEdg"
"pri" => "1"
"rep" => "1"
"docs.count" => "360"
"docs.deleted" => "0"
"store.size" => "561.3kb"
"pri.store.size" => "561.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.30"
"uuid" => "XlG25vEWQOSjN9ZanbcW-g"
"pri" => "1"
"rep" => "1"
"docs.count" => "622"
"docs.deleted" => "0"
"store.size" => "735.2kb"
"pri.store.size" => "735.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.31"
"uuid" => "1BVvLgXBQRGcxgDbyBLdmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "505"
"docs.deleted" => "0"
"store.size" => "689.6kb"
"pri.store.size" => "689.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.02"
"uuid" => "ujSU7fEhT1OwiNEJZmzTXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "593.1kb"
"pri.store.size" => "593.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.03"
"uuid" => "cXO_mCfQRXipkTSij12O_w"
"pri" => "1"
"rep" => "1"
"docs.count" => "523"
"docs.deleted" => "0"
"store.size" => "808.2kb"
"pri.store.size" => "808.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.01"
"uuid" => "SqMFYnhdRFaLJOUe0lLwXw"
"pri" => "1"
"rep" => "1"
"docs.count" => "447"
"docs.deleted" => "0"
"store.size" => "585.2kb"
"pri.store.size" => "585.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.06"
"uuid" => "UMDPLeHbQQK3KRdF6-tFsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1393"
"docs.deleted" => "0"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.07"
"uuid" => "p3dIaq_LQk-7NTsUN4GeeQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16875"
"docs.deleted" => "0"
"store.size" => "10.6mb"
"pri.store.size" => "10.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.15"
"uuid" => "IDHmGFD8T_uP_ampWSGB9Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "187"
"docs.deleted" => "0"
"store.size" => "458.7kb"
"pri.store.size" => "458.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.04"
"uuid" => "49CyJrVFRu2grxkmV10hFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "3437"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.05"
"uuid" => "lVCcsl0uT-KWRVB0K6wlRA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1658"
"docs.deleted" => "0"
"store.size" => "1.6mb"
"pri.store.size" => "1.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.14"
"uuid" => "F_yRwVtLTk66k2Y0rkPpgQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "122"
"docs.deleted" => "0"
"store.size" => "332.5kb"
"pri.store.size" => "332.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.17"
"uuid" => "deOkdFFyQ8O4iOYsADf7fw"
"pri" => "1"
"rep" => "1"
"docs.count" => "77"
"docs.deleted" => "0"
"store.size" => "177.6kb"
"pri.store.size" => "177.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.16"
"uuid" => "KO8XjAniRZupHnx2K0-0RA"
"pri" => "1"
"rep" => "1"
"docs.count" => "356"
"docs.deleted" => "0"
"store.size" => "634.5kb"
"pri.store.size" => "634.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_1"
"uuid" => "N_PRqlpBQ3Shke0H8kcO6Q"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.08"
"uuid" => "4FiiHnu9R7iVbNVFLE2w5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "23447"
"docs.deleted" => "0"
"store.size" => "15mb"
"pri.store.size" => "15mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.19"
"uuid" => "6s68-IuWQpanZYX80EWqFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "49"
"docs.deleted" => "0"
"store.size" => "130.1kb"
"pri.store.size" => "130.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.18"
"uuid" => "aJh-2d9QTnW_vIDvq3fl8g"
"pri" => "1"
"rep" => "1"
"docs.count" => "248"
"docs.deleted" => "0"
"store.size" => "390.4kb"
"pri.store.size" => "390.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.09"
"uuid" => "rgOGzQF5TR6eIxgd9FFGVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18794"
"docs.deleted" => "0"
"store.size" => "12.6mb"
"pri.store.size" => "12.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "Np-hVDnQQr29i_VhvuIrbg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_manufacturer_1744118278"
"uuid" => "Wber80PYT1ehoS_oFKmiQw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.107+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.107+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.01"
"uuid" => "5BHB6953Tmq5forHpjYXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "276.4kb"
"pri.store.size" => "276.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".ql-datasources"
"uuid" => "dqwqxJhkSB2e4v-sb5lkPw"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.02"
"uuid" => "0TAEH29eT5OM4nFeZAxfcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "234"
"docs.deleted" => "0"
"store.size" => "464.7kb"
"pri.store.size" => "464.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.05"
"uuid" => "BhMS_3dXRUmuCnPlr_74mw"
"pri" => "1"
"rep" => "1"
"docs.count" => "259"
"docs.deleted" => "0"
"store.size" => "430.9kb"
"pri.store.size" => "430.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.06"
"uuid" => "u3DM13ecQi-J9NKkIH9Yrw"
"pri" => "1"
"rep" => "1"
"docs.count" => "914"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.03"
"uuid" => "K0AZyCcnRluoxz1r3gCwFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "287"
"docs.deleted" => "0"
"store.size" => "460.5kb"
"pri.store.size" => "460.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.19-51461"
"uuid" => "L2iANmWxSIOIBpETWQ-idA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1281"
"docs.deleted" => "295"
"store.size" => "3.5mb"
"pri.store.size" => "3.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.04"
"uuid" => "AGzlyByCRmCGvg1uIM4WQg"
"pri" => "1"
"rep" => "1"
"docs.count" => "446"
"docs.deleted" => "0"
"store.size" => "592.5kb"
"pri.store.size" => "592.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.09"
"uuid" => "E40hq_IGQcGAB9KM1DLMuA"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "471.5kb"
"pri.store.size" => "471.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opendistro_security"
"uuid" => "hWn2xXwrSSSR5Zul_2U5EQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.07"
"uuid" => "fPAmiaPfRvO9RUWsxezB6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "215"
"docs.deleted" => "0"
"store.size" => "394.7kb"
"pri.store.size" => "394.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.08"
"uuid" => "ejcveBaCSp-8dXYz_tPWTg"
"pri" => "1"
"rep" => "1"
"docs.count" => "100"
"docs.deleted" => "0"
"store.size" => "317.8kb"
"pri.store.size" => "317.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.20-51483"
"uuid" => "xxcjX5nCS3iqxc-ELGvWFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1030"
"docs.deleted" => "40"
"store.size" => "1.9mb"
"pri.store.size" => "1.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1743770587"
"uuid" => "xRhQLisFQzG71QNVsn1Gcg"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.12"
"uuid" => "svJyDOPcSX-SevgTp2FZvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "393"
"docs.deleted" => "0"
"store.size" => "536.5kb"
"pri.store.size" => "536.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.13"
"uuid" => "CCpFBMmXTse1BkrzcHdY4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "233"
"docs.deleted" => "0"
"store.size" => "399.8kb"
"pri.store.size" => "399.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.16-51458"
"uuid" => "lt01o3zXSnaor238nRtl7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1976"
"docs.deleted" => "142"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.10"
"uuid" => "P2GZziF5RKm9KwhkjijjtA"
"pri" => "1"
"rep" => "1"
"docs.count" => "471"
"docs.deleted" => "0"
"store.size" => "575.4kb"
"pri.store.size" => "575.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_92668751_admin_1"
"uuid" => "JP8onxAuS9K_RlvlSGAWcA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.11"
"uuid" => "YLUdL1NBScqYZzwyB8Bdag"
"pri" => "1"
"rep" => "1"
"docs.count" => "163"
"docs.deleted" => "0"
"store.size" => "381.2kb"
"pri.store.size" => "381.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.16"
"uuid" => "p4djmfJfQT-AjK1EubcOoA"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "454.3kb"
"pri.store.size" => "454.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.17"
"uuid" => "hcXWo59yS3S-dYAlktfpLQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "378"
"docs.deleted" => "0"
"store.size" => "594.1kb"
"pri.store.size" => "594.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.14"
"uuid" => "uKrv3PkcQYamsUFOD3Enjw"
"pri" => "1"
"rep" => "1"
"docs.count" => "214"
"docs.deleted" => "0"
"store.size" => "398.5kb"
"pri.store.size" => "398.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.15"
"uuid" => "onQgmw30TjyMEj6sJTRV0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "487"
"docs.deleted" => "0"
"store.size" => "687.5kb"
"pri.store.size" => "687.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.18"
"uuid" => "xDBIrHtLQLyRJo-5BkQGkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "421.7kb"
"pri.store.size" => "421.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.19"
"uuid" => "kHyHhKJnSje6CZGRjkytyA"
"pri" => "1"
"rep" => "1"
"docs.count" => "183"
"docs.deleted" => "0"
"store.size" => "265.8kb"
"pri.store.size" => "265.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.10"
"uuid" => "tyVRyYdhSgujiqSV2-FTsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "213"
"docs.deleted" => "0"
"store.size" => "372.7kb"
"pri.store.size" => "372.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.12"
"uuid" => "nY3QyOKOST-Toia6vSFPdQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "280.1kb"
"pri.store.size" => "280.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.11"
"uuid" => "Zu0kNhsrSu-WgrpKwxUSww"
"pri" => "1"
"rep" => "1"
"docs.count" => "193"
"docs.deleted" => "0"
"store.size" => "312.9kb"
"pri.store.size" => "312.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.14"
"uuid" => "wgz7MZYkSmuNFTjeaQlhvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "231"
"docs.deleted" => "0"
"store.size" => "384.1kb"
"pri.store.size" => "384.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.17-51459"
"uuid" => "VEgYuQPlRWSo0oSMTiLmlw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1848"
"docs.deleted" => "86"
"store.size" => "4.5mb"
"pri.store.size" => "4.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.13"
"uuid" => "Ei_WVolaTtWTIh9k0OSuOw"
"pri" => "1"
"rep" => "1"
"docs.count" => "135"
"docs.deleted" => "0"
"store.size" => "321.3kb"
"pri.store.size" => "321.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.16"
"uuid" => "XjWCSQQtTpq5m0BtHK8kHg"
"pri" => "1"
"rep" => "1"
"docs.count" => "78"
"docs.deleted" => "0"
"store.size" => "206.4kb"
"pri.store.size" => "206.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.15"
"uuid" => "gyA29pKEQU22GrgG7F4Siw"
"pri" => "1"
"rep" => "1"
"docs.count" => "57"
"docs.deleted" => "0"
"store.size" => "135.2kb"
"pri.store.size" => "135.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.18"
"uuid" => "vLoCIzJ8TWuGDy3Haq66Vg"
"pri" => "1"
"rep" => "1"
"docs.count" => "74"
"docs.deleted" => "0"
"store.size" => "161kb"
"pri.store.size" => "161kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.17"
"uuid" => "xfcLrA-aQ4ag4Iiul5Qc9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "360.2kb"
"pri.store.size" => "360.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.19"
"uuid" => "r5eJjMWFRqSUSaI9e6nIJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "186"
"docs.deleted" => "0"
"store.size" => "346.4kb"
"pri.store.size" => "346.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.21"
"uuid" => "BrQkuWi_S5GUcpPh1ZSEJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "208"
"docs.deleted" => "0"
"store.size" => "410.5kb"
"pri.store.size" => "410.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.20"
"uuid" => "0FGgJwGOQWKwkUyOPiImWg"
"pri" => "1"
"rep" => "1"
"docs.count" => "251"
"docs.deleted" => "0"
"store.size" => "493kb"
"pri.store.size" => "493kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.23"
"uuid" => "m-fXsAaXQ_eJJA3a9O7fNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "96"
"docs.deleted" => "0"
"store.size" => "254.8kb"
"pri.store.size" => "254.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.22"
"uuid" => "w-USqiicTIWEKEN4f3QxNg"
"pri" => "1"
"rep" => "1"
"docs.count" => "611"
"docs.deleted" => "0"
"store.size" => "805.8kb"
"pri.store.size" => "805.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.25"
"uuid" => "pnfDDphLQWGGCblBk85KFQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "270.4kb"
"pri.store.size" => "270.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.24"
"uuid" => "mhXBQb_JTwCgYdNkTEr_wg"
"pri" => "1"
"rep" => "1"
"docs.count" => "267"
"docs.deleted" => "0"
"store.size" => "446kb"
"pri.store.size" => "446kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.27"
"uuid" => "3BFHzirvS4mQx9EWJtG83A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "392.4kb"
"pri.store.size" => "392.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.18-51460"
"uuid" => "9PmUghQ8TPuUbHzybzCNRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1797"
"docs.deleted" => "167"
"store.size" => "4mb"
"pri.store.size" => "4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.26"
"uuid" => "tuUVMNrmTbWdylPNeNScAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "295"
"docs.deleted" => "0"
"store.size" => "513.2kb"
"pri.store.size" => "513.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.28"
"uuid" => "E8FD_f4tRV6jj2SZGvibfg"
"pri" => "1"
"rep" => "1"
"docs.count" => "321"
"docs.deleted" => "0"
"store.size" => "463.5kb"
"pri.store.size" => "463.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1743770587"
"uuid" => "MF83_ZTWRiikkCpwwqWmhQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "1"
"store.size" => "348.4kb"
"pri.store.size" => "348.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.21-51484"
"uuid" => "8ILWWMnmRMuzIn2wxIFM8Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "1475"
"docs.deleted" => "166"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.15-51457"
"uuid" => "NYBCfQCyQ-mViZ6AyuQlLA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1979"
"docs.deleted" => "101"
"store.size" => "5.3mb"
"pri.store.size" => "5.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.10"
"uuid" => "YXO44ABHQ1qlrCA6fmdu1w"
"pri" => "1"
"rep" => "1"
"docs.count" => "44590"
"docs.deleted" => "0"
"store.size" => "23.3mb"
"pri.store.size" => "23.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.13"
"uuid" => "Ea7QmnfmS3-usCIBi49txw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1642"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.20"
"uuid" => "TFCKdEFARyqWtMwsx0zCSQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "304.7kb"
"pri.store.size" => "304.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.14"
"uuid" => "F-obPum7TtGKubH3XQKJcg"
"pri" => "1"
"rep" => "1"
"docs.count" => "16957"
"docs.deleted" => "0"
"store.size" => "10.4mb"
"pri.store.size" => "10.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.22"
"uuid" => "rUIR9S9YRH6EwdUbBn5qTA"
"pri" => "1"
"rep" => "1"
"docs.count" => "300"
"docs.deleted" => "0"
"store.size" => "392.9kb"
"pri.store.size" => "392.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.11"
"uuid" => "6oG1GIWjT_uoeQG0iRT5VA"
"pri" => "1"
"rep" => "1"
"docs.count" => "17577"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.21"
"uuid" => "xrW3uNjpT6-0rg46Cez_Pg"
"pri" => "1"
"rep" => "1"
"docs.count" => "396"
"docs.deleted" => "0"
"store.size" => "503.6kb"
"pri.store.size" => "503.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.12"
"uuid" => "WHViUhMZQGq419dGN_hGow"
"pri" => "1"
"rep" => "1"
"docs.count" => "789"
"docs.deleted" => "0"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.17"
"uuid" => "tph7j3tXRrChFevrayC4vA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14210"
"docs.deleted" => "0"
"store.size" => "9.1mb"
"pri.store.size" => "9.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.24"
"uuid" => "dP2TMWpLRoeMKxuFup8y5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "425kb"
"pri.store.size" => "425kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.18"
"uuid" => "PXcWLsqXQZ28ISFhPHO2WQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1819"
"docs.deleted" => "0"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.23"
"uuid" => "4CBcDzWlQImO6HXk0LFB7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1641"
"docs.deleted" => "0"
"store.size" => "916.3kb"
"pri.store.size" => "916.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.15"
"uuid" => "TT23FhQvRcygYXM9Xrg3zg"
"pri" => "1"
"rep" => "1"
"docs.count" => "21714"
"docs.deleted" => "0"
"store.size" => "12.2mb"
"pri.store.size" => "12.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.26"
"uuid" => "qoP_8_SXTIuWaL_nTEjFVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "291.7kb"
"pri.store.size" => "291.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.25"
"uuid" => "hc-0M62GQOGhwe3SIRPWKQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "83"
"docs.deleted" => "0"
"store.size" => "143.5kb"
"pri.store.size" => "143.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.16"
"uuid" => "btO40x18Q3eA33SuPqutWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "14966"
"docs.deleted" => "0"
"store.size" => "8.3mb"
"pri.store.size" => "8.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.28"
"uuid" => "H1pR_2uFTyubbp8nhSkiNw"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "266.5kb"
"pri.store.size" => "266.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.27"
"uuid" => "hazJ_iOkRIGNILpVU8Zfmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "164"
"docs.deleted" => "0"
"store.size" => "226kb"
"pri.store.size" => "226kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.19"
"uuid" => "Arhzn0DYTUOTIh3IkmAdvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1309"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.29"
"uuid" => "Ico4dkkZSDmVHWpYmK8Elg"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "263.8kb"
"pri.store.size" => "263.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "AvKKP8dMS9uuDZsHiXcsqA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1743770587"
"uuid" => "pcPwxOwYTQm2EKandwhSyg"
"pri" => "3"
"rep" => "3"
"docs.count" => "79525"
"docs.deleted" => "14785"
"store.size" => "27.8mb"
"pri.store.size" => "27.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.20"
"uuid" => "DGmLldG2T2qRaPhWU7lpcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "800"
"docs.deleted" => "0"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.21"
"uuid" => "_ZkOBr9XQ-uMfKU8dJCxWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "2393"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.31"
"uuid" => "zpdvHDKoQRaK90VgHfWNYw"
"pri" => "1"
"rep" => "1"
"docs.count" => "209"
"docs.deleted" => "0"
"store.size" => "302kb"
"pri.store.size" => "302kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1744118278"
"uuid" => "gCRDvRvjQGO1G4VqBJEkaw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.30"
"uuid" => "O60NzkzcTpGIfHGWLrGJ5Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "118"
"docs.deleted" => "0"
"store.size" => "325.4kb"
"pri.store.size" => "325.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.01"
"uuid" => "HE5W1RU_S16aUStDWVhi-Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "697"
"docs.deleted" => "0"
"store.size" => "830.6kb"
"pri.store.size" => "830.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.03"
"uuid" => "vrdUCztSRZ6RT9i5ws3X8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "489"
"docs.deleted" => "0"
"store.size" => "632.4kb"
"pri.store.size" => "632.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.02"
"uuid" => "aH9XXCEfSS2ck-Tf8JJC9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "326"
"docs.deleted" => "0"
"store.size" => "423.1kb"
"pri.store.size" => "423.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.05"
"uuid" => "e_SIjVm_TS-aowyAXxYMdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "200"
"docs.deleted" => "0"
"store.size" => "285.4kb"
"pri.store.size" => "285.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_1744118278"
"uuid" => "Mz9xchPJSZO0PqjecQfbuQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "81016"
"docs.deleted" => "42"
"store.size" => "21.7mb"
"pri.store.size" => "21.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.04"
"uuid" => "HYCZNOi_SGuZwyGFur0jjA"
"pri" => "1"
"rep" => "1"
"docs.count" => "69"
"docs.deleted" => "0"
"store.size" => "196.7kb"
"pri.store.size" => "196.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.07"
"uuid" => "u9qsYj4YR8iijKLN9t2sWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "95"
"docs.deleted" => "0"
"store.size" => "209.3kb"
"pri.store.size" => "209.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.06"
"uuid" => "o3gQzyVMTmWMOcB5ZdmYTw"
"pri" => "1"
"rep" => "1"
"docs.count" => "113"
"docs.deleted" => "0"
"store.size" => "223.6kb"
"pri.store.size" => "223.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.09"
"uuid" => "ch03rSfXTyO_-Ki6iuOTNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "270.9kb"
"pri.store.size" => "270.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.08"
"uuid" => "wvuq5ftcQG6cYTCBWFBjDA"
"pri" => "1"
"rep" => "1"
"docs.count" => "142"
"docs.deleted" => "0"
"store.size" => "304.9kb"
"pri.store.size" => "304.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.20"
"uuid" => "EKT5-exVSOGB3irklWJxaQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "477"
"docs.deleted" => "0"
"store.size" => "614.6kb"
"pri.store.size" => "614.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.23"
"uuid" => "gGZD6dgGR1Wk9MOAs_SH9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "620.4kb"
"pri.store.size" => "620.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.24"
"uuid" => "qCaQ_zHIRcWEs0DKPi4uRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "556"
"docs.deleted" => "0"
"store.size" => "705.3kb"
"pri.store.size" => "705.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.21"
"uuid" => "iRLr-XliRsiE8IHUtB8O9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "203"
"docs.deleted" => "0"
"store.size" => "323.1kb"
"pri.store.size" => "323.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.22"
"uuid" => "4b9lOTbETkCd8bzQLllNbw"
"pri" => "1"
"rep" => "1"
"docs.count" => "370"
"docs.deleted" => "0"
"store.size" => "618.5kb"
"pri.store.size" => "618.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.27"
"uuid" => "4P4l9iEYTba0ujbLMgXy4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "598"
"docs.deleted" => "0"
"store.size" => "695kb"
"pri.store.size" => "695kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.28"
"uuid" => "HxonOj-hSVSjmut4GYvXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "244"
"docs.deleted" => "0"
"store.size" => "453.1kb"
"pri.store.size" => "453.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.25"
"uuid" => "MD-yS92ISUyyaN9aPEobKg"
"pri" => "1"
"rep" => "1"
"docs.count" => "574"
"docs.deleted" => "0"
"store.size" => "710.4kb"
"pri.store.size" => "710.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.26"
"uuid" => "kDrklpR3QAamnrZUt5u0KQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "527"
"docs.deleted" => "0"
"store.size" => "613.3kb"
"pri.store.size" => "613.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.29"
"uuid" => "abWT96nFR9Cr9LO4i9JEdg"
"pri" => "1"
"rep" => "1"
"docs.count" => "360"
"docs.deleted" => "0"
"store.size" => "561.3kb"
"pri.store.size" => "561.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.30"
"uuid" => "XlG25vEWQOSjN9ZanbcW-g"
"pri" => "1"
"rep" => "1"
"docs.count" => "622"
"docs.deleted" => "0"
"store.size" => "735.2kb"
"pri.store.size" => "735.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.31"
"uuid" => "1BVvLgXBQRGcxgDbyBLdmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "505"
"docs.deleted" => "0"
"store.size" => "689.6kb"
"pri.store.size" => "689.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.02"
"uuid" => "ujSU7fEhT1OwiNEJZmzTXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "593.1kb"
"pri.store.size" => "593.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.03"
"uuid" => "cXO_mCfQRXipkTSij12O_w"
"pri" => "1"
"rep" => "1"
"docs.count" => "523"
"docs.deleted" => "0"
"store.size" => "808.2kb"
"pri.store.size" => "808.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.01"
"uuid" => "SqMFYnhdRFaLJOUe0lLwXw"
"pri" => "1"
"rep" => "1"
"docs.count" => "447"
"docs.deleted" => "0"
"store.size" => "585.2kb"
"pri.store.size" => "585.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.06"
"uuid" => "UMDPLeHbQQK3KRdF6-tFsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1393"
"docs.deleted" => "0"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.07"
"uuid" => "p3dIaq_LQk-7NTsUN4GeeQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16875"
"docs.deleted" => "0"
"store.size" => "10.6mb"
"pri.store.size" => "10.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.15"
"uuid" => "IDHmGFD8T_uP_ampWSGB9Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "187"
"docs.deleted" => "0"
"store.size" => "458.7kb"
"pri.store.size" => "458.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.04"
"uuid" => "49CyJrVFRu2grxkmV10hFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "3437"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.05"
"uuid" => "lVCcsl0uT-KWRVB0K6wlRA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1658"
"docs.deleted" => "0"
"store.size" => "1.6mb"
"pri.store.size" => "1.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.14"
"uuid" => "F_yRwVtLTk66k2Y0rkPpgQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "122"
"docs.deleted" => "0"
"store.size" => "332.5kb"
"pri.store.size" => "332.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.17"
"uuid" => "deOkdFFyQ8O4iOYsADf7fw"
"pri" => "1"
"rep" => "1"
"docs.count" => "77"
"docs.deleted" => "0"
"store.size" => "177.6kb"
"pri.store.size" => "177.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.16"
"uuid" => "KO8XjAniRZupHnx2K0-0RA"
"pri" => "1"
"rep" => "1"
"docs.count" => "356"
"docs.deleted" => "0"
"store.size" => "634.5kb"
"pri.store.size" => "634.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_1"
"uuid" => "N_PRqlpBQ3Shke0H8kcO6Q"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.08"
"uuid" => "4FiiHnu9R7iVbNVFLE2w5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "23447"
"docs.deleted" => "0"
"store.size" => "15mb"
"pri.store.size" => "15mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.19"
"uuid" => "6s68-IuWQpanZYX80EWqFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "49"
"docs.deleted" => "0"
"store.size" => "130.1kb"
"pri.store.size" => "130.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.18"
"uuid" => "aJh-2d9QTnW_vIDvq3fl8g"
"pri" => "1"
"rep" => "1"
"docs.count" => "248"
"docs.deleted" => "0"
"store.size" => "390.4kb"
"pri.store.size" => "390.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.09"
"uuid" => "rgOGzQF5TR6eIxgd9FFGVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18794"
"docs.deleted" => "0"
"store.size" => "12.6mb"
"pri.store.size" => "12.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "Np-hVDnQQr29i_VhvuIrbg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_manufacturer_1744118278"
"uuid" => "Wber80PYT1ehoS_oFKmiQw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.006255
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\HtmlMinify\Listener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "WtOci\Subscriber\KernelSubscriber::setCustomXFrameOptions"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.117+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"
]
]
2632 => [
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.941+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.946+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.946+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.946+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.956+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.956+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.956+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.957+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.957+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.957+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.958+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.958+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.958+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.962+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.962+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.962+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.965+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.965+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.965+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.972+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.972+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.972+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.981+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.982+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.982+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" => 1745278404
"timestamp_rfc3339" => "2025-04-21T23:33:24.982+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.008+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.008+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.008+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.010+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.010+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.010+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#1 Rule detection: Lieferadresse ist Deutschland - Maik with priority 1000 (id: 471f2ca5e74440568ba57912bb0f3d50)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 0189b5bc757970f38af8d735ac2bef24)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: 0189b5bc757d738cb8f62b8ca13162fd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#4 Rule detection: Always valid (Default) - Deutschland with priority 100 (id: 0189b5bc781372e48ae25e3fc49e6c75)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#5 Rule detection: Paket DPD - DHL with priority 100 (id: 0189b5c9ab9f7213be6b9f7eb5a0be77)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#6 Rule detection: Alle Kunden - Deutschland with priority 1 (id: 0189b5bc758c718ca89324f9e3bbcdfd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#7 Rule detection: Sales channel: EPS System B2B Portal with priority 0 (id: 0189b5c9ab9b73b8b6ca8da792e44880)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+00:00"
"message" => "#8 Rule detection: Shopkunden with priority 0 (id: 0189b5ced52c716da0b413088634748f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.019+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.025+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8383
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.027+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 {#8413
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.027+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8426
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.027+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8428
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.028+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 {#8437
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.028+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8438
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.028+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8444
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.028+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8451
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.028+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 {#8453
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8395
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+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 {#8448
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8425
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8429
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8459
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.029+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8462
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8465
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8468
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8471
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8474
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8477
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+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 {#8476
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php"
#line: 51394
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:51394 {
Container4fdO8Tc\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');
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8479
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.030+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8439
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.031+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 {#8485
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.031+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 {#8491
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.031+00:00"
"message" => "User Deprecated: Since shopware/core : 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 {#8499
#message: "User Deprecated: Since shopware/core : 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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.031+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 {#8489
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.031+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 {#8490
#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: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 345
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:345 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:39983 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:40163 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6100 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6135 {
Container4fdO8Tc\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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h3da22d42f4451750e16cdb0de47d9af8/Container4fdO8Tc/Shopware_Core_KernelDevDebugContainer.php:6132 {
Container4fdO8Tc\Shopware_Core_KernelDevDebugContainer::Container4fdO8Tc\{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)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container4fdO8Tc\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
› {
› $this->cart[$cart->getToken()] = $cart;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:156 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.035+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.036+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.036+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container4fdO8Tc\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.036+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.087+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.087+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.3"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.28)"
]
]
"HTTP code" => 200
"duration" => 0.002148
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.087+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "shopware"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 130
"active_shards" => 130
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 159
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 44.982698961938
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.088+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.088+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "shopware"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 130
"active_shards" => 130
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 159
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 44.982698961938
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.002148
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.095+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.095+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.3"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.28)"
]
]
"HTTP code" => 200
"duration" => 0.007061
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.095+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.01"
"uuid" => "5BHB6953Tmq5forHpjYXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "276.4kb"
"pri.store.size" => "276.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".ql-datasources"
"uuid" => "dqwqxJhkSB2e4v-sb5lkPw"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.02"
"uuid" => "0TAEH29eT5OM4nFeZAxfcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "234"
"docs.deleted" => "0"
"store.size" => "464.7kb"
"pri.store.size" => "464.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.05"
"uuid" => "BhMS_3dXRUmuCnPlr_74mw"
"pri" => "1"
"rep" => "1"
"docs.count" => "259"
"docs.deleted" => "0"
"store.size" => "430.9kb"
"pri.store.size" => "430.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.06"
"uuid" => "u3DM13ecQi-J9NKkIH9Yrw"
"pri" => "1"
"rep" => "1"
"docs.count" => "914"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.03"
"uuid" => "K0AZyCcnRluoxz1r3gCwFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "287"
"docs.deleted" => "0"
"store.size" => "460.5kb"
"pri.store.size" => "460.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.19-51461"
"uuid" => "L2iANmWxSIOIBpETWQ-idA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1281"
"docs.deleted" => "295"
"store.size" => "3.5mb"
"pri.store.size" => "3.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.04"
"uuid" => "AGzlyByCRmCGvg1uIM4WQg"
"pri" => "1"
"rep" => "1"
"docs.count" => "446"
"docs.deleted" => "0"
"store.size" => "592.5kb"
"pri.store.size" => "592.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.09"
"uuid" => "E40hq_IGQcGAB9KM1DLMuA"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "471.5kb"
"pri.store.size" => "471.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opendistro_security"
"uuid" => "hWn2xXwrSSSR5Zul_2U5EQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.07"
"uuid" => "fPAmiaPfRvO9RUWsxezB6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "215"
"docs.deleted" => "0"
"store.size" => "394.7kb"
"pri.store.size" => "394.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.08"
"uuid" => "ejcveBaCSp-8dXYz_tPWTg"
"pri" => "1"
"rep" => "1"
"docs.count" => "100"
"docs.deleted" => "0"
"store.size" => "317.8kb"
"pri.store.size" => "317.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.20-51483"
"uuid" => "xxcjX5nCS3iqxc-ELGvWFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1030"
"docs.deleted" => "40"
"store.size" => "1.9mb"
"pri.store.size" => "1.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1743770587"
"uuid" => "xRhQLisFQzG71QNVsn1Gcg"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.12"
"uuid" => "svJyDOPcSX-SevgTp2FZvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "393"
"docs.deleted" => "0"
"store.size" => "536.5kb"
"pri.store.size" => "536.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.13"
"uuid" => "CCpFBMmXTse1BkrzcHdY4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "233"
"docs.deleted" => "0"
"store.size" => "399.8kb"
"pri.store.size" => "399.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.16-51458"
"uuid" => "lt01o3zXSnaor238nRtl7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1976"
"docs.deleted" => "142"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.10"
"uuid" => "P2GZziF5RKm9KwhkjijjtA"
"pri" => "1"
"rep" => "1"
"docs.count" => "471"
"docs.deleted" => "0"
"store.size" => "575.4kb"
"pri.store.size" => "575.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_92668751_admin_1"
"uuid" => "JP8onxAuS9K_RlvlSGAWcA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.11"
"uuid" => "YLUdL1NBScqYZzwyB8Bdag"
"pri" => "1"
"rep" => "1"
"docs.count" => "163"
"docs.deleted" => "0"
"store.size" => "381.2kb"
"pri.store.size" => "381.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.16"
"uuid" => "p4djmfJfQT-AjK1EubcOoA"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "454.3kb"
"pri.store.size" => "454.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.17"
"uuid" => "hcXWo59yS3S-dYAlktfpLQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "378"
"docs.deleted" => "0"
"store.size" => "594.1kb"
"pri.store.size" => "594.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.14"
"uuid" => "uKrv3PkcQYamsUFOD3Enjw"
"pri" => "1"
"rep" => "1"
"docs.count" => "214"
"docs.deleted" => "0"
"store.size" => "398.5kb"
"pri.store.size" => "398.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.15"
"uuid" => "onQgmw30TjyMEj6sJTRV0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "487"
"docs.deleted" => "0"
"store.size" => "687.5kb"
"pri.store.size" => "687.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.18"
"uuid" => "xDBIrHtLQLyRJo-5BkQGkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "421.7kb"
"pri.store.size" => "421.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.19"
"uuid" => "kHyHhKJnSje6CZGRjkytyA"
"pri" => "1"
"rep" => "1"
"docs.count" => "183"
"docs.deleted" => "0"
"store.size" => "265.8kb"
"pri.store.size" => "265.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.10"
"uuid" => "tyVRyYdhSgujiqSV2-FTsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "213"
"docs.deleted" => "0"
"store.size" => "372.7kb"
"pri.store.size" => "372.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.12"
"uuid" => "nY3QyOKOST-Toia6vSFPdQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "280.1kb"
"pri.store.size" => "280.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.11"
"uuid" => "Zu0kNhsrSu-WgrpKwxUSww"
"pri" => "1"
"rep" => "1"
"docs.count" => "193"
"docs.deleted" => "0"
"store.size" => "312.9kb"
"pri.store.size" => "312.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.14"
"uuid" => "wgz7MZYkSmuNFTjeaQlhvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "231"
"docs.deleted" => "0"
"store.size" => "384.1kb"
"pri.store.size" => "384.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.17-51459"
"uuid" => "VEgYuQPlRWSo0oSMTiLmlw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1848"
"docs.deleted" => "86"
"store.size" => "4.5mb"
"pri.store.size" => "4.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.13"
"uuid" => "Ei_WVolaTtWTIh9k0OSuOw"
"pri" => "1"
"rep" => "1"
"docs.count" => "135"
"docs.deleted" => "0"
"store.size" => "321.3kb"
"pri.store.size" => "321.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.16"
"uuid" => "XjWCSQQtTpq5m0BtHK8kHg"
"pri" => "1"
"rep" => "1"
"docs.count" => "78"
"docs.deleted" => "0"
"store.size" => "206.4kb"
"pri.store.size" => "206.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.15"
"uuid" => "gyA29pKEQU22GrgG7F4Siw"
"pri" => "1"
"rep" => "1"
"docs.count" => "57"
"docs.deleted" => "0"
"store.size" => "135.2kb"
"pri.store.size" => "135.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.18"
"uuid" => "vLoCIzJ8TWuGDy3Haq66Vg"
"pri" => "1"
"rep" => "1"
"docs.count" => "74"
"docs.deleted" => "0"
"store.size" => "161kb"
"pri.store.size" => "161kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.17"
"uuid" => "xfcLrA-aQ4ag4Iiul5Qc9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "360.2kb"
"pri.store.size" => "360.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.19"
"uuid" => "r5eJjMWFRqSUSaI9e6nIJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "186"
"docs.deleted" => "0"
"store.size" => "346.4kb"
"pri.store.size" => "346.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.21"
"uuid" => "BrQkuWi_S5GUcpPh1ZSEJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "208"
"docs.deleted" => "0"
"store.size" => "410.5kb"
"pri.store.size" => "410.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.20"
"uuid" => "0FGgJwGOQWKwkUyOPiImWg"
"pri" => "1"
"rep" => "1"
"docs.count" => "251"
"docs.deleted" => "0"
"store.size" => "493kb"
"pri.store.size" => "493kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.23"
"uuid" => "m-fXsAaXQ_eJJA3a9O7fNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "96"
"docs.deleted" => "0"
"store.size" => "254.8kb"
"pri.store.size" => "254.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.22"
"uuid" => "w-USqiicTIWEKEN4f3QxNg"
"pri" => "1"
"rep" => "1"
"docs.count" => "611"
"docs.deleted" => "0"
"store.size" => "805.8kb"
"pri.store.size" => "805.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.25"
"uuid" => "pnfDDphLQWGGCblBk85KFQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "270.4kb"
"pri.store.size" => "270.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.24"
"uuid" => "mhXBQb_JTwCgYdNkTEr_wg"
"pri" => "1"
"rep" => "1"
"docs.count" => "267"
"docs.deleted" => "0"
"store.size" => "446kb"
"pri.store.size" => "446kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.27"
"uuid" => "3BFHzirvS4mQx9EWJtG83A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "392.4kb"
"pri.store.size" => "392.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.18-51460"
"uuid" => "9PmUghQ8TPuUbHzybzCNRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1797"
"docs.deleted" => "167"
"store.size" => "4mb"
"pri.store.size" => "4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.26"
"uuid" => "tuUVMNrmTbWdylPNeNScAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "295"
"docs.deleted" => "0"
"store.size" => "513.2kb"
"pri.store.size" => "513.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.28"
"uuid" => "E8FD_f4tRV6jj2SZGvibfg"
"pri" => "1"
"rep" => "1"
"docs.count" => "321"
"docs.deleted" => "0"
"store.size" => "463.5kb"
"pri.store.size" => "463.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1743770587"
"uuid" => "MF83_ZTWRiikkCpwwqWmhQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "1"
"store.size" => "348.4kb"
"pri.store.size" => "348.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.21-51484"
"uuid" => "8ILWWMnmRMuzIn2wxIFM8Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "1475"
"docs.deleted" => "166"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.15-51457"
"uuid" => "NYBCfQCyQ-mViZ6AyuQlLA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1979"
"docs.deleted" => "101"
"store.size" => "5.3mb"
"pri.store.size" => "5.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.10"
"uuid" => "YXO44ABHQ1qlrCA6fmdu1w"
"pri" => "1"
"rep" => "1"
"docs.count" => "44590"
"docs.deleted" => "0"
"store.size" => "23.3mb"
"pri.store.size" => "23.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.13"
"uuid" => "Ea7QmnfmS3-usCIBi49txw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1642"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.20"
"uuid" => "TFCKdEFARyqWtMwsx0zCSQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "304.7kb"
"pri.store.size" => "304.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.14"
"uuid" => "F-obPum7TtGKubH3XQKJcg"
"pri" => "1"
"rep" => "1"
"docs.count" => "16957"
"docs.deleted" => "0"
"store.size" => "10.4mb"
"pri.store.size" => "10.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.22"
"uuid" => "rUIR9S9YRH6EwdUbBn5qTA"
"pri" => "1"
"rep" => "1"
"docs.count" => "300"
"docs.deleted" => "0"
"store.size" => "392.9kb"
"pri.store.size" => "392.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.11"
"uuid" => "6oG1GIWjT_uoeQG0iRT5VA"
"pri" => "1"
"rep" => "1"
"docs.count" => "17577"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.21"
"uuid" => "xrW3uNjpT6-0rg46Cez_Pg"
"pri" => "1"
"rep" => "1"
"docs.count" => "396"
"docs.deleted" => "0"
"store.size" => "503.6kb"
"pri.store.size" => "503.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.12"
"uuid" => "WHViUhMZQGq419dGN_hGow"
"pri" => "1"
"rep" => "1"
"docs.count" => "789"
"docs.deleted" => "0"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.17"
"uuid" => "tph7j3tXRrChFevrayC4vA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14210"
"docs.deleted" => "0"
"store.size" => "9.1mb"
"pri.store.size" => "9.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.24"
"uuid" => "dP2TMWpLRoeMKxuFup8y5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "425kb"
"pri.store.size" => "425kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.18"
"uuid" => "PXcWLsqXQZ28ISFhPHO2WQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1819"
"docs.deleted" => "0"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.23"
"uuid" => "4CBcDzWlQImO6HXk0LFB7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1641"
"docs.deleted" => "0"
"store.size" => "916.3kb"
"pri.store.size" => "916.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.15"
"uuid" => "TT23FhQvRcygYXM9Xrg3zg"
"pri" => "1"
"rep" => "1"
"docs.count" => "21714"
"docs.deleted" => "0"
"store.size" => "12.2mb"
"pri.store.size" => "12.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.26"
"uuid" => "qoP_8_SXTIuWaL_nTEjFVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "291.7kb"
"pri.store.size" => "291.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.25"
"uuid" => "hc-0M62GQOGhwe3SIRPWKQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "83"
"docs.deleted" => "0"
"store.size" => "143.5kb"
"pri.store.size" => "143.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.16"
"uuid" => "btO40x18Q3eA33SuPqutWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "14966"
"docs.deleted" => "0"
"store.size" => "8.3mb"
"pri.store.size" => "8.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.28"
"uuid" => "H1pR_2uFTyubbp8nhSkiNw"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "266.5kb"
"pri.store.size" => "266.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.27"
"uuid" => "hazJ_iOkRIGNILpVU8Zfmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "164"
"docs.deleted" => "0"
"store.size" => "226kb"
"pri.store.size" => "226kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.19"
"uuid" => "Arhzn0DYTUOTIh3IkmAdvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1309"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.29"
"uuid" => "Ico4dkkZSDmVHWpYmK8Elg"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "263.8kb"
"pri.store.size" => "263.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "AvKKP8dMS9uuDZsHiXcsqA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1743770587"
"uuid" => "pcPwxOwYTQm2EKandwhSyg"
"pri" => "3"
"rep" => "3"
"docs.count" => "79525"
"docs.deleted" => "14785"
"store.size" => "27.8mb"
"pri.store.size" => "27.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.20"
"uuid" => "DGmLldG2T2qRaPhWU7lpcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "800"
"docs.deleted" => "0"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.21"
"uuid" => "_ZkOBr9XQ-uMfKU8dJCxWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "2393"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.31"
"uuid" => "zpdvHDKoQRaK90VgHfWNYw"
"pri" => "1"
"rep" => "1"
"docs.count" => "209"
"docs.deleted" => "0"
"store.size" => "302kb"
"pri.store.size" => "302kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1744118278"
"uuid" => "gCRDvRvjQGO1G4VqBJEkaw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.30"
"uuid" => "O60NzkzcTpGIfHGWLrGJ5Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "118"
"docs.deleted" => "0"
"store.size" => "325.4kb"
"pri.store.size" => "325.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.01"
"uuid" => "HE5W1RU_S16aUStDWVhi-Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "697"
"docs.deleted" => "0"
"store.size" => "830.6kb"
"pri.store.size" => "830.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.03"
"uuid" => "vrdUCztSRZ6RT9i5ws3X8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "489"
"docs.deleted" => "0"
"store.size" => "632.4kb"
"pri.store.size" => "632.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.02"
"uuid" => "aH9XXCEfSS2ck-Tf8JJC9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "326"
"docs.deleted" => "0"
"store.size" => "423.1kb"
"pri.store.size" => "423.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.05"
"uuid" => "e_SIjVm_TS-aowyAXxYMdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "200"
"docs.deleted" => "0"
"store.size" => "285.4kb"
"pri.store.size" => "285.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_1744118278"
"uuid" => "Mz9xchPJSZO0PqjecQfbuQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "81016"
"docs.deleted" => "42"
"store.size" => "21.7mb"
"pri.store.size" => "21.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.04"
"uuid" => "HYCZNOi_SGuZwyGFur0jjA"
"pri" => "1"
"rep" => "1"
"docs.count" => "69"
"docs.deleted" => "0"
"store.size" => "196.7kb"
"pri.store.size" => "196.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.07"
"uuid" => "u9qsYj4YR8iijKLN9t2sWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "95"
"docs.deleted" => "0"
"store.size" => "209.3kb"
"pri.store.size" => "209.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.06"
"uuid" => "o3gQzyVMTmWMOcB5ZdmYTw"
"pri" => "1"
"rep" => "1"
"docs.count" => "113"
"docs.deleted" => "0"
"store.size" => "223.6kb"
"pri.store.size" => "223.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.09"
"uuid" => "ch03rSfXTyO_-Ki6iuOTNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "270.9kb"
"pri.store.size" => "270.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.08"
"uuid" => "wvuq5ftcQG6cYTCBWFBjDA"
"pri" => "1"
"rep" => "1"
"docs.count" => "142"
"docs.deleted" => "0"
"store.size" => "304.9kb"
"pri.store.size" => "304.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.20"
"uuid" => "EKT5-exVSOGB3irklWJxaQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "477"
"docs.deleted" => "0"
"store.size" => "614.6kb"
"pri.store.size" => "614.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.23"
"uuid" => "gGZD6dgGR1Wk9MOAs_SH9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "620.4kb"
"pri.store.size" => "620.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.24"
"uuid" => "qCaQ_zHIRcWEs0DKPi4uRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "556"
"docs.deleted" => "0"
"store.size" => "705.3kb"
"pri.store.size" => "705.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.21"
"uuid" => "iRLr-XliRsiE8IHUtB8O9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "203"
"docs.deleted" => "0"
"store.size" => "323.1kb"
"pri.store.size" => "323.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.22"
"uuid" => "4b9lOTbETkCd8bzQLllNbw"
"pri" => "1"
"rep" => "1"
"docs.count" => "370"
"docs.deleted" => "0"
"store.size" => "618.5kb"
"pri.store.size" => "618.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.27"
"uuid" => "4P4l9iEYTba0ujbLMgXy4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "598"
"docs.deleted" => "0"
"store.size" => "695kb"
"pri.store.size" => "695kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.28"
"uuid" => "HxonOj-hSVSjmut4GYvXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "244"
"docs.deleted" => "0"
"store.size" => "453.1kb"
"pri.store.size" => "453.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.25"
"uuid" => "MD-yS92ISUyyaN9aPEobKg"
"pri" => "1"
"rep" => "1"
"docs.count" => "574"
"docs.deleted" => "0"
"store.size" => "710.4kb"
"pri.store.size" => "710.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.26"
"uuid" => "kDrklpR3QAamnrZUt5u0KQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "527"
"docs.deleted" => "0"
"store.size" => "613.3kb"
"pri.store.size" => "613.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.29"
"uuid" => "abWT96nFR9Cr9LO4i9JEdg"
"pri" => "1"
"rep" => "1"
"docs.count" => "360"
"docs.deleted" => "0"
"store.size" => "561.3kb"
"pri.store.size" => "561.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.30"
"uuid" => "XlG25vEWQOSjN9ZanbcW-g"
"pri" => "1"
"rep" => "1"
"docs.count" => "622"
"docs.deleted" => "0"
"store.size" => "735.2kb"
"pri.store.size" => "735.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.31"
"uuid" => "1BVvLgXBQRGcxgDbyBLdmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "505"
"docs.deleted" => "0"
"store.size" => "689.6kb"
"pri.store.size" => "689.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.02"
"uuid" => "ujSU7fEhT1OwiNEJZmzTXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "593.1kb"
"pri.store.size" => "593.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.03"
"uuid" => "cXO_mCfQRXipkTSij12O_w"
"pri" => "1"
"rep" => "1"
"docs.count" => "523"
"docs.deleted" => "0"
"store.size" => "808.2kb"
"pri.store.size" => "808.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.01"
"uuid" => "SqMFYnhdRFaLJOUe0lLwXw"
"pri" => "1"
"rep" => "1"
"docs.count" => "447"
"docs.deleted" => "0"
"store.size" => "585.2kb"
"pri.store.size" => "585.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.06"
"uuid" => "UMDPLeHbQQK3KRdF6-tFsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1393"
"docs.deleted" => "0"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.07"
"uuid" => "p3dIaq_LQk-7NTsUN4GeeQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16875"
"docs.deleted" => "0"
"store.size" => "10.6mb"
"pri.store.size" => "10.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.15"
"uuid" => "IDHmGFD8T_uP_ampWSGB9Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "187"
"docs.deleted" => "0"
"store.size" => "458.7kb"
"pri.store.size" => "458.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.04"
"uuid" => "49CyJrVFRu2grxkmV10hFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "3437"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.05"
"uuid" => "lVCcsl0uT-KWRVB0K6wlRA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1658"
"docs.deleted" => "0"
"store.size" => "1.6mb"
"pri.store.size" => "1.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.14"
"uuid" => "F_yRwVtLTk66k2Y0rkPpgQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "122"
"docs.deleted" => "0"
"store.size" => "332.5kb"
"pri.store.size" => "332.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.17"
"uuid" => "deOkdFFyQ8O4iOYsADf7fw"
"pri" => "1"
"rep" => "1"
"docs.count" => "77"
"docs.deleted" => "0"
"store.size" => "177.6kb"
"pri.store.size" => "177.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.16"
"uuid" => "KO8XjAniRZupHnx2K0-0RA"
"pri" => "1"
"rep" => "1"
"docs.count" => "356"
"docs.deleted" => "0"
"store.size" => "634.5kb"
"pri.store.size" => "634.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_1"
"uuid" => "N_PRqlpBQ3Shke0H8kcO6Q"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.08"
"uuid" => "4FiiHnu9R7iVbNVFLE2w5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "23447"
"docs.deleted" => "0"
"store.size" => "15mb"
"pri.store.size" => "15mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.19"
"uuid" => "6s68-IuWQpanZYX80EWqFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "49"
"docs.deleted" => "0"
"store.size" => "130.1kb"
"pri.store.size" => "130.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.18"
"uuid" => "aJh-2d9QTnW_vIDvq3fl8g"
"pri" => "1"
"rep" => "1"
"docs.count" => "248"
"docs.deleted" => "0"
"store.size" => "390.4kb"
"pri.store.size" => "390.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.09"
"uuid" => "rgOGzQF5TR6eIxgd9FFGVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18794"
"docs.deleted" => "0"
"store.size" => "12.6mb"
"pri.store.size" => "12.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "Np-hVDnQQr29i_VhvuIrbg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_manufacturer_1744118278"
"uuid" => "Wber80PYT1ehoS_oFKmiQw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.095+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.095+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.01"
"uuid" => "5BHB6953Tmq5forHpjYXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "276.4kb"
"pri.store.size" => "276.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".ql-datasources"
"uuid" => "dqwqxJhkSB2e4v-sb5lkPw"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.02"
"uuid" => "0TAEH29eT5OM4nFeZAxfcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "234"
"docs.deleted" => "0"
"store.size" => "464.7kb"
"pri.store.size" => "464.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.05"
"uuid" => "BhMS_3dXRUmuCnPlr_74mw"
"pri" => "1"
"rep" => "1"
"docs.count" => "259"
"docs.deleted" => "0"
"store.size" => "430.9kb"
"pri.store.size" => "430.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.06"
"uuid" => "u3DM13ecQi-J9NKkIH9Yrw"
"pri" => "1"
"rep" => "1"
"docs.count" => "914"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.03"
"uuid" => "K0AZyCcnRluoxz1r3gCwFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "287"
"docs.deleted" => "0"
"store.size" => "460.5kb"
"pri.store.size" => "460.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.19-51461"
"uuid" => "L2iANmWxSIOIBpETWQ-idA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1281"
"docs.deleted" => "295"
"store.size" => "3.5mb"
"pri.store.size" => "3.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.04"
"uuid" => "AGzlyByCRmCGvg1uIM4WQg"
"pri" => "1"
"rep" => "1"
"docs.count" => "446"
"docs.deleted" => "0"
"store.size" => "592.5kb"
"pri.store.size" => "592.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.09"
"uuid" => "E40hq_IGQcGAB9KM1DLMuA"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "471.5kb"
"pri.store.size" => "471.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opendistro_security"
"uuid" => "hWn2xXwrSSSR5Zul_2U5EQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "82.3kb"
"pri.store.size" => "82.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.07"
"uuid" => "fPAmiaPfRvO9RUWsxezB6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "215"
"docs.deleted" => "0"
"store.size" => "394.7kb"
"pri.store.size" => "394.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.08"
"uuid" => "ejcveBaCSp-8dXYz_tPWTg"
"pri" => "1"
"rep" => "1"
"docs.count" => "100"
"docs.deleted" => "0"
"store.size" => "317.8kb"
"pri.store.size" => "317.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.20-51483"
"uuid" => "xxcjX5nCS3iqxc-ELGvWFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1030"
"docs.deleted" => "40"
"store.size" => "1.9mb"
"pri.store.size" => "1.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1743770587"
"uuid" => "xRhQLisFQzG71QNVsn1Gcg"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.12"
"uuid" => "svJyDOPcSX-SevgTp2FZvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "393"
"docs.deleted" => "0"
"store.size" => "536.5kb"
"pri.store.size" => "536.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.13"
"uuid" => "CCpFBMmXTse1BkrzcHdY4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "233"
"docs.deleted" => "0"
"store.size" => "399.8kb"
"pri.store.size" => "399.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.16-51458"
"uuid" => "lt01o3zXSnaor238nRtl7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1976"
"docs.deleted" => "142"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.10"
"uuid" => "P2GZziF5RKm9KwhkjijjtA"
"pri" => "1"
"rep" => "1"
"docs.count" => "471"
"docs.deleted" => "0"
"store.size" => "575.4kb"
"pri.store.size" => "575.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_92668751_admin_1"
"uuid" => "JP8onxAuS9K_RlvlSGAWcA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.11"
"uuid" => "YLUdL1NBScqYZzwyB8Bdag"
"pri" => "1"
"rep" => "1"
"docs.count" => "163"
"docs.deleted" => "0"
"store.size" => "381.2kb"
"pri.store.size" => "381.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.16"
"uuid" => "p4djmfJfQT-AjK1EubcOoA"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "454.3kb"
"pri.store.size" => "454.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.17"
"uuid" => "hcXWo59yS3S-dYAlktfpLQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "378"
"docs.deleted" => "0"
"store.size" => "594.1kb"
"pri.store.size" => "594.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.14"
"uuid" => "uKrv3PkcQYamsUFOD3Enjw"
"pri" => "1"
"rep" => "1"
"docs.count" => "214"
"docs.deleted" => "0"
"store.size" => "398.5kb"
"pri.store.size" => "398.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.15"
"uuid" => "onQgmw30TjyMEj6sJTRV0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "487"
"docs.deleted" => "0"
"store.size" => "687.5kb"
"pri.store.size" => "687.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.18"
"uuid" => "xDBIrHtLQLyRJo-5BkQGkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "243"
"docs.deleted" => "0"
"store.size" => "421.7kb"
"pri.store.size" => "421.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.19"
"uuid" => "kHyHhKJnSje6CZGRjkytyA"
"pri" => "1"
"rep" => "1"
"docs.count" => "183"
"docs.deleted" => "0"
"store.size" => "265.8kb"
"pri.store.size" => "265.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.10"
"uuid" => "tyVRyYdhSgujiqSV2-FTsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "213"
"docs.deleted" => "0"
"store.size" => "372.7kb"
"pri.store.size" => "372.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.12"
"uuid" => "nY3QyOKOST-Toia6vSFPdQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "158"
"docs.deleted" => "0"
"store.size" => "280.1kb"
"pri.store.size" => "280.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.11"
"uuid" => "Zu0kNhsrSu-WgrpKwxUSww"
"pri" => "1"
"rep" => "1"
"docs.count" => "193"
"docs.deleted" => "0"
"store.size" => "312.9kb"
"pri.store.size" => "312.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.14"
"uuid" => "wgz7MZYkSmuNFTjeaQlhvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "231"
"docs.deleted" => "0"
"store.size" => "384.1kb"
"pri.store.size" => "384.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.17-51459"
"uuid" => "VEgYuQPlRWSo0oSMTiLmlw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1848"
"docs.deleted" => "86"
"store.size" => "4.5mb"
"pri.store.size" => "4.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.13"
"uuid" => "Ei_WVolaTtWTIh9k0OSuOw"
"pri" => "1"
"rep" => "1"
"docs.count" => "135"
"docs.deleted" => "0"
"store.size" => "321.3kb"
"pri.store.size" => "321.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.16"
"uuid" => "XjWCSQQtTpq5m0BtHK8kHg"
"pri" => "1"
"rep" => "1"
"docs.count" => "78"
"docs.deleted" => "0"
"store.size" => "206.4kb"
"pri.store.size" => "206.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.15"
"uuid" => "gyA29pKEQU22GrgG7F4Siw"
"pri" => "1"
"rep" => "1"
"docs.count" => "57"
"docs.deleted" => "0"
"store.size" => "135.2kb"
"pri.store.size" => "135.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.18"
"uuid" => "vLoCIzJ8TWuGDy3Haq66Vg"
"pri" => "1"
"rep" => "1"
"docs.count" => "74"
"docs.deleted" => "0"
"store.size" => "161kb"
"pri.store.size" => "161kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.17"
"uuid" => "xfcLrA-aQ4ag4Iiul5Qc9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "360.2kb"
"pri.store.size" => "360.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.19"
"uuid" => "r5eJjMWFRqSUSaI9e6nIJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "186"
"docs.deleted" => "0"
"store.size" => "346.4kb"
"pri.store.size" => "346.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.21"
"uuid" => "BrQkuWi_S5GUcpPh1ZSEJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "208"
"docs.deleted" => "0"
"store.size" => "410.5kb"
"pri.store.size" => "410.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.20"
"uuid" => "0FGgJwGOQWKwkUyOPiImWg"
"pri" => "1"
"rep" => "1"
"docs.count" => "251"
"docs.deleted" => "0"
"store.size" => "493kb"
"pri.store.size" => "493kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.23"
"uuid" => "m-fXsAaXQ_eJJA3a9O7fNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "96"
"docs.deleted" => "0"
"store.size" => "254.8kb"
"pri.store.size" => "254.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.22"
"uuid" => "w-USqiicTIWEKEN4f3QxNg"
"pri" => "1"
"rep" => "1"
"docs.count" => "611"
"docs.deleted" => "0"
"store.size" => "805.8kb"
"pri.store.size" => "805.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.25"
"uuid" => "pnfDDphLQWGGCblBk85KFQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "270.4kb"
"pri.store.size" => "270.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.24"
"uuid" => "mhXBQb_JTwCgYdNkTEr_wg"
"pri" => "1"
"rep" => "1"
"docs.count" => "267"
"docs.deleted" => "0"
"store.size" => "446kb"
"pri.store.size" => "446kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.27"
"uuid" => "3BFHzirvS4mQx9EWJtG83A"
"pri" => "1"
"rep" => "1"
"docs.count" => "205"
"docs.deleted" => "0"
"store.size" => "392.4kb"
"pri.store.size" => "392.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.18-51460"
"uuid" => "9PmUghQ8TPuUbHzybzCNRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1797"
"docs.deleted" => "167"
"store.size" => "4mb"
"pri.store.size" => "4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.26"
"uuid" => "tuUVMNrmTbWdylPNeNScAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "295"
"docs.deleted" => "0"
"store.size" => "513.2kb"
"pri.store.size" => "513.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.28"
"uuid" => "E8FD_f4tRV6jj2SZGvibfg"
"pri" => "1"
"rep" => "1"
"docs.count" => "321"
"docs.deleted" => "0"
"store.size" => "463.5kb"
"pri.store.size" => "463.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1743770587"
"uuid" => "MF83_ZTWRiikkCpwwqWmhQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "1"
"store.size" => "348.4kb"
"pri.store.size" => "348.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.21-51484"
"uuid" => "8ILWWMnmRMuzIn2wxIFM8Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "1475"
"docs.deleted" => "166"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.04.15-51457"
"uuid" => "NYBCfQCyQ-mViZ6AyuQlLA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1979"
"docs.deleted" => "101"
"store.size" => "5.3mb"
"pri.store.size" => "5.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.10"
"uuid" => "YXO44ABHQ1qlrCA6fmdu1w"
"pri" => "1"
"rep" => "1"
"docs.count" => "44590"
"docs.deleted" => "0"
"store.size" => "23.3mb"
"pri.store.size" => "23.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.13"
"uuid" => "Ea7QmnfmS3-usCIBi49txw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1642"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.20"
"uuid" => "TFCKdEFARyqWtMwsx0zCSQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "125"
"docs.deleted" => "0"
"store.size" => "304.7kb"
"pri.store.size" => "304.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.14"
"uuid" => "F-obPum7TtGKubH3XQKJcg"
"pri" => "1"
"rep" => "1"
"docs.count" => "16957"
"docs.deleted" => "0"
"store.size" => "10.4mb"
"pri.store.size" => "10.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.22"
"uuid" => "rUIR9S9YRH6EwdUbBn5qTA"
"pri" => "1"
"rep" => "1"
"docs.count" => "300"
"docs.deleted" => "0"
"store.size" => "392.9kb"
"pri.store.size" => "392.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.11"
"uuid" => "6oG1GIWjT_uoeQG0iRT5VA"
"pri" => "1"
"rep" => "1"
"docs.count" => "17577"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.21"
"uuid" => "xrW3uNjpT6-0rg46Cez_Pg"
"pri" => "1"
"rep" => "1"
"docs.count" => "396"
"docs.deleted" => "0"
"store.size" => "503.6kb"
"pri.store.size" => "503.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.12"
"uuid" => "WHViUhMZQGq419dGN_hGow"
"pri" => "1"
"rep" => "1"
"docs.count" => "789"
"docs.deleted" => "0"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.17"
"uuid" => "tph7j3tXRrChFevrayC4vA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14210"
"docs.deleted" => "0"
"store.size" => "9.1mb"
"pri.store.size" => "9.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.24"
"uuid" => "dP2TMWpLRoeMKxuFup8y5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "235"
"docs.deleted" => "0"
"store.size" => "425kb"
"pri.store.size" => "425kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.18"
"uuid" => "PXcWLsqXQZ28ISFhPHO2WQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1819"
"docs.deleted" => "0"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.23"
"uuid" => "4CBcDzWlQImO6HXk0LFB7A"
"pri" => "1"
"rep" => "1"
"docs.count" => "1641"
"docs.deleted" => "0"
"store.size" => "916.3kb"
"pri.store.size" => "916.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.15"
"uuid" => "TT23FhQvRcygYXM9Xrg3zg"
"pri" => "1"
"rep" => "1"
"docs.count" => "21714"
"docs.deleted" => "0"
"store.size" => "12.2mb"
"pri.store.size" => "12.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.26"
"uuid" => "qoP_8_SXTIuWaL_nTEjFVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "291.7kb"
"pri.store.size" => "291.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.25"
"uuid" => "hc-0M62GQOGhwe3SIRPWKQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "83"
"docs.deleted" => "0"
"store.size" => "143.5kb"
"pri.store.size" => "143.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.16"
"uuid" => "btO40x18Q3eA33SuPqutWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "14966"
"docs.deleted" => "0"
"store.size" => "8.3mb"
"pri.store.size" => "8.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.28"
"uuid" => "H1pR_2uFTyubbp8nhSkiNw"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "266.5kb"
"pri.store.size" => "266.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.27"
"uuid" => "hazJ_iOkRIGNILpVU8Zfmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "164"
"docs.deleted" => "0"
"store.size" => "226kb"
"pri.store.size" => "226kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.19"
"uuid" => "Arhzn0DYTUOTIh3IkmAdvQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1309"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.29"
"uuid" => "Ico4dkkZSDmVHWpYmK8Elg"
"pri" => "1"
"rep" => "1"
"docs.count" => "98"
"docs.deleted" => "0"
"store.size" => "263.8kb"
"pri.store.size" => "263.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "AvKKP8dMS9uuDZsHiXcsqA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1743770587"
"uuid" => "pcPwxOwYTQm2EKandwhSyg"
"pri" => "3"
"rep" => "3"
"docs.count" => "79525"
"docs.deleted" => "14785"
"store.size" => "27.8mb"
"pri.store.size" => "27.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.20"
"uuid" => "DGmLldG2T2qRaPhWU7lpcA"
"pri" => "1"
"rep" => "1"
"docs.count" => "800"
"docs.deleted" => "0"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.21"
"uuid" => "_ZkOBr9XQ-uMfKU8dJCxWw"
"pri" => "1"
"rep" => "1"
"docs.count" => "2393"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.31"
"uuid" => "zpdvHDKoQRaK90VgHfWNYw"
"pri" => "1"
"rep" => "1"
"docs.count" => "209"
"docs.deleted" => "0"
"store.size" => "302kb"
"pri.store.size" => "302kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1744118278"
"uuid" => "gCRDvRvjQGO1G4VqBJEkaw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.30"
"uuid" => "O60NzkzcTpGIfHGWLrGJ5Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "118"
"docs.deleted" => "0"
"store.size" => "325.4kb"
"pri.store.size" => "325.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.01"
"uuid" => "HE5W1RU_S16aUStDWVhi-Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "697"
"docs.deleted" => "0"
"store.size" => "830.6kb"
"pri.store.size" => "830.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.03"
"uuid" => "vrdUCztSRZ6RT9i5ws3X8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "489"
"docs.deleted" => "0"
"store.size" => "632.4kb"
"pri.store.size" => "632.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.02"
"uuid" => "aH9XXCEfSS2ck-Tf8JJC9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "326"
"docs.deleted" => "0"
"store.size" => "423.1kb"
"pri.store.size" => "423.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.05"
"uuid" => "e_SIjVm_TS-aowyAXxYMdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "200"
"docs.deleted" => "0"
"store.size" => "285.4kb"
"pri.store.size" => "285.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_1744118278"
"uuid" => "Mz9xchPJSZO0PqjecQfbuQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "81016"
"docs.deleted" => "42"
"store.size" => "21.7mb"
"pri.store.size" => "21.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.04"
"uuid" => "HYCZNOi_SGuZwyGFur0jjA"
"pri" => "1"
"rep" => "1"
"docs.count" => "69"
"docs.deleted" => "0"
"store.size" => "196.7kb"
"pri.store.size" => "196.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.07"
"uuid" => "u9qsYj4YR8iijKLN9t2sWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "95"
"docs.deleted" => "0"
"store.size" => "209.3kb"
"pri.store.size" => "209.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.06"
"uuid" => "o3gQzyVMTmWMOcB5ZdmYTw"
"pri" => "1"
"rep" => "1"
"docs.count" => "113"
"docs.deleted" => "0"
"store.size" => "223.6kb"
"pri.store.size" => "223.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.09"
"uuid" => "ch03rSfXTyO_-Ki6iuOTNA"
"pri" => "1"
"rep" => "1"
"docs.count" => "91"
"docs.deleted" => "0"
"store.size" => "270.9kb"
"pri.store.size" => "270.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.02.08"
"uuid" => "wvuq5ftcQG6cYTCBWFBjDA"
"pri" => "1"
"rep" => "1"
"docs.count" => "142"
"docs.deleted" => "0"
"store.size" => "304.9kb"
"pri.store.size" => "304.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.20"
"uuid" => "EKT5-exVSOGB3irklWJxaQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "477"
"docs.deleted" => "0"
"store.size" => "614.6kb"
"pri.store.size" => "614.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.23"
"uuid" => "gGZD6dgGR1Wk9MOAs_SH9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "620.4kb"
"pri.store.size" => "620.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.24"
"uuid" => "qCaQ_zHIRcWEs0DKPi4uRQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "556"
"docs.deleted" => "0"
"store.size" => "705.3kb"
"pri.store.size" => "705.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.21"
"uuid" => "iRLr-XliRsiE8IHUtB8O9A"
"pri" => "1"
"rep" => "1"
"docs.count" => "203"
"docs.deleted" => "0"
"store.size" => "323.1kb"
"pri.store.size" => "323.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.22"
"uuid" => "4b9lOTbETkCd8bzQLllNbw"
"pri" => "1"
"rep" => "1"
"docs.count" => "370"
"docs.deleted" => "0"
"store.size" => "618.5kb"
"pri.store.size" => "618.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.27"
"uuid" => "4P4l9iEYTba0ujbLMgXy4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "598"
"docs.deleted" => "0"
"store.size" => "695kb"
"pri.store.size" => "695kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.28"
"uuid" => "HxonOj-hSVSjmut4GYvXBw"
"pri" => "1"
"rep" => "1"
"docs.count" => "244"
"docs.deleted" => "0"
"store.size" => "453.1kb"
"pri.store.size" => "453.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.25"
"uuid" => "MD-yS92ISUyyaN9aPEobKg"
"pri" => "1"
"rep" => "1"
"docs.count" => "574"
"docs.deleted" => "0"
"store.size" => "710.4kb"
"pri.store.size" => "710.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.26"
"uuid" => "kDrklpR3QAamnrZUt5u0KQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "527"
"docs.deleted" => "0"
"store.size" => "613.3kb"
"pri.store.size" => "613.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.29"
"uuid" => "abWT96nFR9Cr9LO4i9JEdg"
"pri" => "1"
"rep" => "1"
"docs.count" => "360"
"docs.deleted" => "0"
"store.size" => "561.3kb"
"pri.store.size" => "561.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.30"
"uuid" => "XlG25vEWQOSjN9ZanbcW-g"
"pri" => "1"
"rep" => "1"
"docs.count" => "622"
"docs.deleted" => "0"
"store.size" => "735.2kb"
"pri.store.size" => "735.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.03.31"
"uuid" => "1BVvLgXBQRGcxgDbyBLdmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "505"
"docs.deleted" => "0"
"store.size" => "689.6kb"
"pri.store.size" => "689.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.02"
"uuid" => "ujSU7fEhT1OwiNEJZmzTXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "388"
"docs.deleted" => "0"
"store.size" => "593.1kb"
"pri.store.size" => "593.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.03"
"uuid" => "cXO_mCfQRXipkTSij12O_w"
"pri" => "1"
"rep" => "1"
"docs.count" => "523"
"docs.deleted" => "0"
"store.size" => "808.2kb"
"pri.store.size" => "808.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.01"
"uuid" => "SqMFYnhdRFaLJOUe0lLwXw"
"pri" => "1"
"rep" => "1"
"docs.count" => "447"
"docs.deleted" => "0"
"store.size" => "585.2kb"
"pri.store.size" => "585.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.06"
"uuid" => "UMDPLeHbQQK3KRdF6-tFsw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1393"
"docs.deleted" => "0"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.07"
"uuid" => "p3dIaq_LQk-7NTsUN4GeeQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16875"
"docs.deleted" => "0"
"store.size" => "10.6mb"
"pri.store.size" => "10.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.15"
"uuid" => "IDHmGFD8T_uP_ampWSGB9Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "187"
"docs.deleted" => "0"
"store.size" => "458.7kb"
"pri.store.size" => "458.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.04"
"uuid" => "49CyJrVFRu2grxkmV10hFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "3437"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.05"
"uuid" => "lVCcsl0uT-KWRVB0K6wlRA"
"pri" => "1"
"rep" => "1"
"docs.count" => "1658"
"docs.deleted" => "0"
"store.size" => "1.6mb"
"pri.store.size" => "1.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.14"
"uuid" => "F_yRwVtLTk66k2Y0rkPpgQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "122"
"docs.deleted" => "0"
"store.size" => "332.5kb"
"pri.store.size" => "332.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.17"
"uuid" => "deOkdFFyQ8O4iOYsADf7fw"
"pri" => "1"
"rep" => "1"
"docs.count" => "77"
"docs.deleted" => "0"
"store.size" => "177.6kb"
"pri.store.size" => "177.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.16"
"uuid" => "KO8XjAniRZupHnx2K0-0RA"
"pri" => "1"
"rep" => "1"
"docs.count" => "356"
"docs.deleted" => "0"
"store.size" => "634.5kb"
"pri.store.size" => "634.5kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".kibana_1"
"uuid" => "N_PRqlpBQ3Shke0H8kcO6Q"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.08"
"uuid" => "4FiiHnu9R7iVbNVFLE2w5w"
"pri" => "1"
"rep" => "1"
"docs.count" => "23447"
"docs.deleted" => "0"
"store.size" => "15mb"
"pri.store.size" => "15mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.19"
"uuid" => "6s68-IuWQpanZYX80EWqFA"
"pri" => "1"
"rep" => "1"
"docs.count" => "49"
"docs.deleted" => "0"
"store.size" => "130.1kb"
"pri.store.size" => "130.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.01.18"
"uuid" => "aJh-2d9QTnW_vIDvq3fl8g"
"pri" => "1"
"rep" => "1"
"docs.count" => "248"
"docs.deleted" => "0"
"store.size" => "390.4kb"
"pri.store.size" => "390.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.09"
"uuid" => "rgOGzQF5TR6eIxgd9FFGVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18794"
"docs.deleted" => "0"
"store.size" => "12.6mb"
"pri.store.size" => "12.6mb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "Np-hVDnQQr29i_VhvuIrbg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_product_manufacturer_1744118278"
"uuid" => "Wber80PYT1ehoS_oFKmiQw"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.007061
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\HtmlMinify\Listener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "WtOci\Subscriber\KernelSubscriber::setCustomXFrameOptions"
]
"channel" => "event"
]
[
"timestamp" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.097+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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" => 1745278405
"timestamp_rfc3339" => "2025-04-21T23:33:25.098+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
219 => 0
2632 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1737 …}
} |