logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#780
-records: [
"" => [
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.131+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 {#88
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#168
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#125
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#132
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#133
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#137
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.135+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 {#128
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.136+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 {#140
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.136+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 {#135
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.137+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 {#51
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.137+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 {#116
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.138+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 {#48
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.138+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 {#17
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.138+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 {#797
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.138+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 {#118
#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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.143+00:00"
"message" => "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\ElasticsearchHelperDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#890
#message: "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\ElasticsearchHelperDecorator"."
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7809 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7846 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
›
› return $container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($a, ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? self::getEntityReaderInterfaceService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container)), $b, $c, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? self::getVersionCommitDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? self::getVersionCommitDataDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? self::getVersionDefinitionService($container)), ($container->privates['lock.default.factory'] ?? self::getLock_Default_FactoryService($container)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:21548 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:8171 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:15204 {
ContainerR3fFbz4\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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.143+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\ElasticsearchHelperDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#881
#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\ElasticsearchHelperDecorator"."
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7809 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7846 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
›
› return $container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($a, ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? self::getEntityReaderInterfaceService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container)), $b, $c, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? self::getVersionCommitDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? self::getVersionCommitDataDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? self::getVersionDefinitionService($container)), ($container->privates['lock.default.factory'] ?? self::getLock_Default_FactoryService($container)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:21548 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:8171 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:15204 {
ContainerR3fFbz4\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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.143+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 {#880
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7809 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:7846 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
›
› return $container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($a, ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? self::getEntityReaderInterfaceService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container)), $b, $c, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? self::getVersionCommitDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? self::getVersionCommitDataDefinitionService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? self::getVersionDefinitionService($container)), ($container->privates['lock.default.factory'] ?? self::getLock_Default_FactoryService($container)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:21548 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:8171 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:15204 {
ContainerR3fFbz4\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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.156+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 {#1141
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:21558 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:8171 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:15204 {
ContainerR3fFbz4\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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.157+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 {#1157
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:15204 {
ContainerR3fFbz4\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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.171+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.171+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.171+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.646+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.646+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"
]
]
1183 => [
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.197+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.navigation.page"
"route_parameters" => [
"_route" => "frontend.navigation.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\NavigationController::index"
"navigationId" => "ed6dff0a410240c2871503ec97283ef9"
]
"request_uri" => "https://shopware6.eps-dev.com/navigation/ed6dff0a410240c2871503ec97283ef9"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.198+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.201+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 "WtTemplate\Core\Content\Product\SalesChannel\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1742
#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 "WtTemplate\Core\Content\Product\SalesChannel\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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:40383 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getExcludedProductValidatorService($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:11136 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
›
› return $container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute($a, ($container->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? self::getPaymentMethodDataRegistryService($container)), ($container->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? self::getSettingsValidationServiceService($container)), $b, ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ??= new \Swag\PayPal\Checkout\Cart\Service\CartPriceService()), ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? self::getExcludedProductValidatorService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? self::getAvailabilityServiceService($container)), $c);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:3729 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:39406 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:39330 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:10398 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container))), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)));
›
}
/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/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.201+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Core\Content\Product\SalesChannel\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1743
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Core\Content\Product\SalesChannel\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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:40383 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getExcludedProductValidatorService($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:11136 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
›
› return $container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute($a, ($container->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? self::getPaymentMethodDataRegistryService($container)), ($container->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? self::getSettingsValidationServiceService($container)), $b, ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ??= new \Swag\PayPal\Checkout\Cart\Service\CartPriceService()), ($container->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? self::getExcludedProductValidatorService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? self::getAvailabilityServiceService($container)), $c);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:3729 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:39406 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getFooterPageletLoaderService($container) …
› }
› $c = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:39330 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $b = ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:10398 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container))), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)));
›
}
/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/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.210+00:00"
"message" => "Deprecated: Creation of dynamic property WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver::$decorated is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1849
#message: "Deprecated: Creation of dynamic property WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver::$decorated is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Core/Content/Product/Cms/ProductBoxCmsElementResolver.php"
#line: 18
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Core/Content/Product/Cms/ProductBoxCmsElementResolver.php:18 {
WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver->__construct(CmsElementResolverInterface $decorated) …
› ) {
› $this->decorated = $decorated;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:43168 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getProductBoxCmsElementResolverService($container) …
› {
› return $container->privates['WtTemplate\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver(new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver(($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container))));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:4320 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{closure} …
› yield 17 => ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'] ?? self::getCustomFormCmsElementResolverService($container));
› yield 18 => ($container->privates['WtTemplate\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? self::getProductBoxCmsElementResolverService($container));
› }, 19), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), ($container->privates['Shopware\\Core\\Framework\\Extensions\\ExtensionDispatcher'] ?? self::getExtensionDispatcherService($container)));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
› ) {
› foreach ($resolvers as $resolver) {
› $this->resolvers[$resolver->getType()] = $resolver;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:4301 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
› {
› return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['Shopware\\Core\\Content\\Category\\Cms\\CategoryNavigationCmsElementResolver'] ?? self::getCategoryNavigationCmsElementResolverService($container));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:40368 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
› {
› return $container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] = new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator(new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader(($container->services['cms_page.repository'] ?? self::getCmsPage_RepositoryService($container)), ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container))))));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:4131 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCachedCategoryRouteService($container) …
›
› return $container->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute(new \Shopware\Core\Content\Category\SalesChannel\CategoryRoute(($container->services['sales_channel.category.repository'] ?? self::getSalesChannel_Category_RepositoryService($container)), ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container)), ($container->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? self::getSalesChannelCategoryDefinitionService($container)), $a), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? self::getCacheDecoratorService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ??= new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator()), ($container->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? self::getCacheTracerService($container)), $a, []);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:11018 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getExpressCategoryRouteService($container) …
› {
› return $container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute(($container->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? self::getCachedCategoryRouteService($container)), ($container->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? self::getPayPalExpressCheckoutDataServiceService($container)), ($container->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? self::getSettingsValidationServiceService($container)), ($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container)), ($container->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? self::getPaymentMethodUtilService($container)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:10398 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService($container) …
›
› $container->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container)), $a, ($container->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? self::getExpressCategoryRouteService($container)), ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container))), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($container->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? self::getNavigationLoaderService($container))), ($container->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? self::getHeaderPageletLoaderService($container)), ($container->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? self::getFooterPageletLoaderService($container)));
›
}
/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/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.212+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 {#1462
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:9396 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:37447 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:35860 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:14574 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
}
/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/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: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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.212+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 {#1494
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:9396 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:37447 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:35860 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:14574 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
}
/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/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: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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.217+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.217+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.217+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.228+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.228+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.228+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.229+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.229+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.229+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.230+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.230+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.230+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.232+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.232+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.232+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.236+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.236+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.236+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.244+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.244+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.244+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.247+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.247+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.247+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.257+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.257+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.257+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.282+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.283+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.283+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.284+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.284+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.284+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.288+00:00"
"message" => "#1 Rule detection: Lieferadresse ist Deutschland - Maik with priority 1000 (id: 471f2ca5e74440568ba57912bb0f3d50)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.288+00:00"
"message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 0189b5bc757970f38af8d735ac2bef24)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.288+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: 0189b5bc757d738cb8f62b8ca13162fd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#4 Rule detection: Always valid (Default) - Deutschland with priority 100 (id: 0189b5bc781372e48ae25e3fc49e6c75)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#5 Rule detection: Speditionsversand with priority 100 (id: 0189b5c9aba570cdb1eb3cecd2cd9c14)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#6 Rule detection: DHL Express with priority 100 (id: 0189b5c9abd170d5a439e74a4020e81c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#7 Rule detection: DHL - DPD with priority 100 (id: 018c7cebb95d7085930868a24624ed56)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#8 Rule detection: Alle Kunden - Deutschland with priority 1 (id: 0189b5bc758c718ca89324f9e3bbcdfd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#9 Rule detection: Sales channel: EPS System B2B Portal with priority 0 (id: 0189b5c9ab9b73b8b6ca8da792e44880)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.289+00:00"
"message" => "#10 Rule detection: Shopkunden with priority 0 (id: 0189b5ced52c716da0b413088634748f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.293+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 {#7301
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.295+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 {#7349
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.296+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 {#7346
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.296+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 {#7344
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.296+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 {#7337
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.296+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 {#7336
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.296+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 {#7330
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.297+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 {#7282
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.297+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 {#7310
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.297+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 {#7347
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.297+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 {#7322
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.297+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 {#7352
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7356
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7357
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7360
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7363
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7366
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7369
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7372
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7375
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.298+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 {#7374
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php"
#line: 40982
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:40982 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.299+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 {#7377
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.299+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 {#7335
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.299+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 {#7383
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.299+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 {#7389
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.299+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 {#7397
#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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.300+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 {#7387
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.300+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 {#7388
#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 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:29787 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2750 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2790 {
ContainerR3fFbz4\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_h41031b5fa93b149f6f875e620705214d/ContainerR3fFbz4/Shopware_Core_KernelDevDebugContainer.php:2787 {
ContainerR3fFbz4\Shopware_Core_KernelDevDebugContainer::ContainerR3fFbz4\{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 {
ContainerR3fFbz4\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/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/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/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: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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.302+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.303+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.304+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.304+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerR3fFbz4\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.304+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.305+00:00"
"message" => "User Deprecated: Since shopware/core : The parameter "navigationId" is deprecated and will not be considered anymore with the next major release."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7536
#message: "User Deprecated: Since shopware/core : The parameter "navigationId" is deprecated and will not be considered anymore with the next major release."
#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/storefront/Pagelet/Header/HeaderPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Header\HeaderPageletLoader->load(Request $request, SalesChannelContext $context): HeaderPagelet …
› if ($navigationId !== null) {
› Feature::triggerDeprecationOrThrow(
› 'cache_rework',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:59 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setHeader(
› $this->headerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.305+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.305+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.479+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.479+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.487+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.487+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.492+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.492+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.494+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.494+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.508+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.508+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.508+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "Deprecated: Creation of dynamic property Shopware\Core\Content\Category\CategoryEntity::$loginPath is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12574
#message: "Deprecated: Creation of dynamic property Shopware\Core\Content\Category\CategoryEntity::$loginPath is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 83
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Subscriber/ProductSubscriber.php:395 {
WtTemplate\Subscriber\ProductSubscriber->onHeaderLoaded(HeaderPageletLoadedEvent $headerPageletLoadedEvent) …
› $active = $headerPageletLoadedEvent->getPagelet()->getNavigation()->getActive();\r
› $active->assign(['loginPath' => $path, 'parento' => $this->navigationRep->search((new Criteria())->addFilter(new EqualsFilter('id', $active->getParentId()))->addAssociation('parent')->addAssociation('media'), $headerPageletLoadedEvent->getContext())->first()]);\r
› \r
}
/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/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/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php:85 {
Shopware\Storefront\Pagelet\Header\HeaderPageletLoader->load(Request $request, SalesChannelContext $context): HeaderPagelet …
›
› $this->eventDispatcher->dispatch(new HeaderPageletLoadedEvent($page, $context, $request));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:59 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setHeader(
› $this->headerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "Deprecated: Creation of dynamic property Shopware\Core\Content\Category\CategoryEntity::$parento is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12884
#message: "Deprecated: Creation of dynamic property Shopware\Core\Content\Category\CategoryEntity::$parento is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 83
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Subscriber/ProductSubscriber.php:395 {
WtTemplate\Subscriber\ProductSubscriber->onHeaderLoaded(HeaderPageletLoadedEvent $headerPageletLoadedEvent) …
› $active = $headerPageletLoadedEvent->getPagelet()->getNavigation()->getActive();\r
› $active->assign(['loginPath' => $path, 'parento' => $this->navigationRep->search((new Criteria())->addFilter(new EqualsFilter('id', $active->getParentId()))->addAssociation('parent')->addAssociation('media'), $headerPageletLoadedEvent->getContext())->first()]);\r
› \r
}
/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/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/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php:85 {
Shopware\Storefront\Pagelet\Header\HeaderPageletLoader->load(Request $request, SalesChannelContext $context): HeaderPagelet …
›
› $this->eventDispatcher->dispatch(new HeaderPageletLoadedEvent($page, $context, $request));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:59 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setHeader(
› $this->headerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent"
"listener" => "Staw\Cdn\Subscriber\MediaSubscriber::onHeaderPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent"
"listener" => "WtOci\Subscriber\AccountSubscriber::onHeaderLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent"
"listener" => "WtTemplate\Subscriber\ProductSubscriber::onHeaderLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.510+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setHeader()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11895
#message: "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setHeader()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:69 {
Shopware\Storefront\Page\Page->setHeader(?HeaderPagelet $header): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:58 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› if (!Feature::isActive('cache_rework')) {
› $page->setHeader(
› $this->headerLoader->load($request, $context)
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.511+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.511+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.524+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\RouteRequest\PaymentMethodRouteRequestEvent"
"listener" => "Swag\PayPal\Storefront\RequestSubscriber::addAfterOrderId"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.524+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.524+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.529+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.529+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.537+00:00"
"message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13724
#message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
›
› $bannerData->assign([
› ...$this->getBaseData($salesChannelContext),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:148 {
Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBannerPagelet(PageletLoadedEvent $pageletLoadedEvent): void …
›
› $bannerData = $this->bannerDataService->getInstallmentBannerData($pagelet, $salesChannelContext);
›
}
/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/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/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Footer\FooterPageletLoader->load(Request $request, SalesChannelContext $salesChannelContext): FooterPagelet …
›
› $this->eventDispatcher->dispatch(
› new FooterPageletLoadedEvent($pagelet, $salesChannelContext, $request)
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:63 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setFooter(
› $this->footerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.538+00:00"
"message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13725
#message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
›
› $bannerData->assign([
› ...$this->getBaseData($salesChannelContext),
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:148 {
Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBannerPagelet(PageletLoadedEvent $pageletLoadedEvent): void …
›
› $bannerData = $this->bannerDataService->getInstallmentBannerData($pagelet, $salesChannelContext);
›
}
/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/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/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Footer\FooterPageletLoader->load(Request $request, SalesChannelContext $salesChannelContext): FooterPagelet …
›
› $this->eventDispatcher->dispatch(
› new FooterPageletLoadedEvent($pagelet, $salesChannelContext, $request)
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:63 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setFooter(
› $this->footerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.538+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.538+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.538+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Pagelet\Footer\FooterPagelet::$bottomFooter is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13548
#message: "Deprecated: Creation of dynamic property Shopware\Storefront\Pagelet\Footer\FooterPagelet::$bottomFooter is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error|\Exception $error) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Subscriber/ProductSubscriber.php:371 {
WtTemplate\Subscriber\ProductSubscriber->onFooterLoaded(FooterPageletLoadedEvent $footerPageletLoadedEvent) …
› $bottomFooterData = $this->navigationRep->search($criteria, $footerPageletLoadedEvent->getContext())->first()->getChildren();\r
› $footerPageletLoadedEvent->getPagelet()->assign(['bottomFooter' => $bottomFooterData]);\r
› }\r
}
/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/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/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php:53 {
Shopware\Storefront\Pagelet\Footer\FooterPageletLoader->load(Request $request, SalesChannelContext $salesChannelContext): FooterPagelet …
›
› $this->eventDispatcher->dispatch(
› new FooterPageletLoadedEvent($pagelet, $salesChannelContext, $request)
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:63 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
› $page->setFooter(
› $this->footerLoader->load($request, $context)
› );
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBannerPagelet"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "Swag\PayPal\Storefront\Data\FundingSubscriber::addFundingAvailabilityData"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "WtTemplate\Subscriber\ProductSubscriber::onFooterLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setFooter()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13014
#message: "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setFooter()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:94 {
Shopware\Storefront\Page\Page->setFooter(?FooterPagelet $footer): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:62 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setFooter(
› $this->footerLoader->load($request, $context)
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.541+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setSalesChannelShippingMethods()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13503
#message: "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setSalesChannelShippingMethods()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:119 {
Shopware\Storefront\Page\Page->setSalesChannelShippingMethods(ShippingMethodCollection $salesChannelShippingMethods): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:76 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setSalesChannelShippingMethods($shippingMethods);
›
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Event\RouteRequest\PaymentMethodRouteRequestEvent"
"listener" => "Swag\PayPal\Storefront\RequestSubscriber::addAfterOrderId"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.542+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setSalesChannelPaymentMethods()" is deprecated and will be removed in v6.7.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13727
#message: "User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Page::setSalesChannelPaymentMethods()" is deprecated and will be removed in v6.7.0.0."
#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/storefront/Page/Page.php:144 {
Shopware\Storefront\Page\Page->setSalesChannelPaymentMethods(PaymentMethodCollection $salesChannelPaymentMethods): void …
› {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/GenericPageLoader.php:88 {
Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
›
› $page->setSalesChannelPaymentMethods($paymentMethods);
› }
}
/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/storefront/Page/GenericPageLoader.php:39 {
Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
› {
› return Profiler::trace('generic-page-loader', function () use ($request, $context) {
› $page = new Page();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:35 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› {
› $page = $this->genericLoader->load($request, $context);
› $page = NavigationPage::createFrom($page);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => "php"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.543+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.543+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.543+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Category\Event\CategoryRouteCacheKeyEvent"
"listener" => "WtCustomerPrice\Subscriber\CacheKeySubscriber::addCustomerPart"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Content\Category\Event\CategoryRouteCacheKeyEvent"
"listener" => "NetzpBlog6\Controller\StoreApi\CacheInvalidationSubscriber::onCategoryRouteCacheKey"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.567+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Content\Category\Exception\CategoryNotFoundException: "Category "ed6dff0a410240c2871503ec97283ef9" not found." at CategoryException.php line 26"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Shopware\Core\Content\Category\Exception\CategoryNotFoundException {#14113
#message: "Category "ed6dff0a410240c2871503ec97283ef9" not found."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/CategoryException.php"
#line: 26
-statusCode: 404
-headers: []
#parameters: [
"categoryId" => "ed6dff0a410240c2871503ec97283ef9"
]
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/CategoryException.php:26 {
Shopware\Core\Content\Category\CategoryException::categoryNotFound(string $id): ShopwareHttpException …
› {
› return new CategoryNotFoundException($id);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php:67 {
Shopware\Core\Content\Category\SalesChannel\CategoryRoute->load(string $navigationId, Request $request, SalesChannelContext $context): CategoryRouteResponse …
› ) {
› throw CategoryException::categoryNotFound($navigationId);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:79 {
Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($navigationId, $request, $context));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:35 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:97 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:79 {
Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($navigationId, $request, $context));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:76 {
Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($navigationId, $request, $context) {
› $name = self::buildName($navigationId);
}
/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/Content/Category/SalesChannel/CachedCategoryRoute.php:65 {
Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->load(string $navigationId, Request $request, SalesChannelContext $context): CategoryRouteResponse …
›
› return Profiler::trace('category-route', function () use ($navigationId, $request, $context) {
› if ($context->hasState(...$this->states)) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCategoryRoute.php:48 {
Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute->load(string $navigationId, Request $request, SalesChannelContext $context): CategoryRouteResponse …
› {
› $response = $this->inner->load($navigationId, $request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:41 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
› $category = $this->cmsPageRoute
› ->load($navigationId, $request, $context)
› ->getCategory();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Controller/NavigationController.php:49 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.623+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.623+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.624+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.626+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.626+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.001352
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.626+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" => 178
"active_shards" => 178
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 199
"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" => 47.214854111406
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.626+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.626+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" => 178
"active_shards" => 178
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 199
"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" => 47.214854111406
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.001352
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.635+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.635+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.007695
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.635+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.22"
"uuid" => "SSu3cbhUQvSxwZO4HnVHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16119"
"docs.deleted" => "0"
"store.size" => "12mb"
"pri.store.size" => "12mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.21"
"uuid" => "zSKy0c0XQz6SqImqDiydbA"
"pri" => "1"
"rep" => "1"
"docs.count" => "23872"
"docs.deleted" => "0"
"store.size" => "18.4mb"
"pri.store.size" => "18.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.20"
"uuid" => "qxHmsQRcQZ63hMQgpI-LZg"
"pri" => "1"
"rep" => "1"
"docs.count" => "25113"
"docs.deleted" => "0"
"store.size" => "20.9mb"
"pri.store.size" => "20.9mb"
]
[
"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.05.26"
"uuid" => "sIz_sJzpRAOPTZIx3dbxqg"
"pri" => "1"
"rep" => "1"
"docs.count" => "19344"
"docs.deleted" => "0"
"store.size" => "15.1mb"
"pri.store.size" => "15.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.25"
"uuid" => "i_IxbmplT3y7gOLdsuFyzQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "2213"
"docs.deleted" => "0"
"store.size" => "2.5mb"
"pri.store.size" => "2.5mb"
]
[
"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.05.24"
"uuid" => "7iKxet0rRLmbnpAb-U2rzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1947"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.23"
"uuid" => "8itdKPqYSiSEkQtAr4EOdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18686"
"docs.deleted" => "0"
"store.size" => "15.8mb"
"pri.store.size" => "15.8mb"
]
[
"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.05.29"
"uuid" => "jAnzn2KZSmaHy2FTcPUp9g"
"pri" => "1"
"rep" => "1"
"docs.count" => "2650"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"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" => "security-auditlog-2025.05.28"
"uuid" => "2Fic70wrR1S54UQYEYEt0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "17796"
"docs.deleted" => "0"
"store.size" => "15.7mb"
"pri.store.size" => "15.7mb"
]
[
"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.05.27"
"uuid" => "mCN_H-w_SZKXjYc2DrfIkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "18740"
"docs.deleted" => "0"
"store.size" => "15.6mb"
"pri.store.size" => "15.6mb"
]
[
"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" => "sw_dev_product_1747138014"
"uuid" => "a2rl_vx2RkOhQDmfYSgjGA"
"pri" => "3"
"rep" => "3"
"docs.count" => "75978"
"docs.deleted" => "5629"
"store.size" => "23.1mb"
"pri.store.size" => "23.1mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.03-11006"
"uuid" => "vJUSQlS7SiyP1U2twph0FA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1215"
"docs.deleted" => "36"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.01"
"uuid" => "s_1WF0W9TH-sjiQtICa0XA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2573"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.06-11009"
"uuid" => "wbAlpHlASPGiDlixMtkhgw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1351"
"docs.deleted" => "27"
"store.size" => "3.9mb"
"pri.store.size" => "3.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.31"
"uuid" => "3eYFdzQaSHaaBYt2kCe-MA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2178"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.30"
"uuid" => "8htQNo6jTeyTmaHOdC0F4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "14770"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"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.06.05"
"uuid" => "h_WxaTP3Q_-L84Op2PM6Cg"
"pri" => "1"
"rep" => "1"
"docs.count" => "12787"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "security-auditlog-2025.06.04"
"uuid" => "jGkC7ynnT6-9TDKsTaRnWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "13799"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.03"
"uuid" => "L4rssXq4QuG8MY3vHuYPww"
"pri" => "1"
"rep" => "1"
"docs.count" => "23795"
"docs.deleted" => "0"
"store.size" => "21.8mb"
"pri.store.size" => "21.8mb"
]
[
"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.06.02"
"uuid" => "BC7I-zqiTSObFPwfpuoYVg"
"pri" => "1"
"rep" => "1"
"docs.count" => "17889"
"docs.deleted" => "0"
"store.size" => "14.4mb"
"pri.store.size" => "14.4mb"
]
[
"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.06.07"
"uuid" => "JZBfvJqpQx6wo5sM1iqHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "455"
"docs.deleted" => "0"
"store.size" => "991.8kb"
"pri.store.size" => "991.8kb"
]
[
"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.06.06"
"uuid" => "Kc_2tsvLR5-QiPlfFD36-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "15003"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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" => "sw6_fr_product_manufacturer_1746284168"
"uuid" => "2ICJXlsHQnO82YRc7SaKPA"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "59.5kb"
"pri.store.size" => "59.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.30"
"uuid" => "02wNbEaQTZSLIiunNybS1A"
"pri" => "1"
"rep" => "1"
"docs.count" => "23090"
"docs.deleted" => "0"
"store.size" => "15.4mb"
"pri.store.size" => "15.4mb"
]
[
"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.05.04"
"uuid" => "ULnf-1-PRha6hEye131Usw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1791"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.03"
"uuid" => "i-8SlLBoRe-Zu6ADA7gWXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1987"
"docs.deleted" => "0"
"store.size" => "2mb"
"pri.store.size" => "2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.02"
"uuid" => "_BnOfNjRRtWdst52wIRrzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "13264"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"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.05.01"
"uuid" => "QqLmft7xTPaWOWP8IWgKWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2574"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"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" => "security-auditlog-2025.05.08"
"uuid" => "LD8aat9lRmqKkzXQWaPs8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "18383"
"docs.deleted" => "0"
"store.size" => "15.3mb"
"pri.store.size" => "15.3mb"
]
[
"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.05.07"
"uuid" => "r55xu6WuT5KVnADeN6rceg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14573"
"docs.deleted" => "0"
"store.size" => "13mb"
"pri.store.size" => "13mb"
]
[
"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.05.06"
"uuid" => "e3wd0NF1Ssy_HpYRj5vcWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "17560"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.05"
"uuid" => "ylNgnoM3RLGXoIhxVkKQ6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "24810"
"docs.deleted" => "0"
"store.size" => "17.5mb"
"pri.store.size" => "17.5mb"
]
[
"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.05.09"
"uuid" => "WyVrdW3TSZCFpCOH_es0fg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14447"
"docs.deleted" => "0"
"store.size" => "9.7mb"
"pri.store.size" => "9.7mb"
]
[
"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.05.11"
"uuid" => "EJk60io2Tw6p50HT2G_ZQA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2293"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.10"
"uuid" => "C9qktLDaRGSUybiNlJFmwQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1592"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"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.05.15"
"uuid" => "Q5vr2cUASna8pUFlQtnWVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17077"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"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.05.14"
"uuid" => "_qAvGaYpSE2fYOvSfKhN-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "17558"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.05.31-81306"
"uuid" => "eq9mv138R_ODvu83ZIw7gw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1438"
"docs.deleted" => "32"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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.05.13"
"uuid" => "gOwAwQXwSmC4z_NwY8LYaw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17154"
"docs.deleted" => "0"
"store.size" => "14.2mb"
"pri.store.size" => "14.2mb"
]
[
"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.05.12"
"uuid" => "kiPw5Q-1RHqIvogw9du0DA"
"pri" => "1"
"rep" => "1"
"docs.count" => "24123"
"docs.deleted" => "0"
"store.size" => "18.7mb"
"pri.store.size" => "18.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.19"
"uuid" => "Ik_5prjHSU-Is75SrqWQmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "30099"
"docs.deleted" => "0"
"store.size" => "23.4mb"
"pri.store.size" => "23.4mb"
]
[
"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.05.18"
"uuid" => "v47BZbguT4CGIiAQYSG9Ig"
"pri" => "1"
"rep" => "1"
"docs.count" => "2720"
"docs.deleted" => "0"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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" => "security-auditlog-2025.05.17"
"uuid" => "A4AqBr7DTk6y6O0GExAGJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "2330"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.16"
"uuid" => "Ys3PgRUbTlGxX0bR3k_T6w"
"pri" => "1"
"rep" => "1"
"docs.count" => "16003"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.01-11004"
"uuid" => "4FMjM9QeSua1zQATIzJAyg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1561"
"docs.deleted" => "124"
"store.size" => "5.1mb"
"pri.store.size" => "5.1mb"
]
[
"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" => "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" => "top_queries-2025.06.07-11010"
"uuid" => "2R9UT29JQIWTMrZDcYZRQQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "167"
"docs.deleted" => "32"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"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" => "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" => "2399"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.24"
"uuid" => "gS-ZHYS1ToC72icWVknvvA"
"pri" => "1"
"rep" => "1"
"docs.count" => "19635"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"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" => "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.04.25"
"uuid" => "gBbRKUMBTiGS0TdNb72mAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "14507"
"docs.deleted" => "0"
"store.size" => "11.1mb"
"pri.store.size" => "11.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1747138014"
"uuid" => "-Qx4m9iRS3SJFhSz_pl5Tg"
"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.04.22"
"uuid" => "mC0bLs7rTRuiOeFqsDkGhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "23345"
"docs.deleted" => "0"
"store.size" => "16.1mb"
"pri.store.size" => "16.1mb"
]
[
"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.04.23"
"uuid" => "b39q4ee6Qzyf-P3km_Kr2g"
"pri" => "1"
"rep" => "1"
"docs.count" => "41795"
"docs.deleted" => "0"
"store.size" => "24.2mb"
"pri.store.size" => "24.2mb"
]
[
"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" => "sw_dev_product_manufacturer_1747138014"
"uuid" => "FKN0JQCGQ4Olu6s1a-P7BA"
"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.04.28"
"uuid" => "V7PHngmbReulGpU6R65HWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14984"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.29"
"uuid" => "VQK562BGRzShODUo50SPhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "18696"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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.04.26"
"uuid" => "zTByC0i7TNCBpCDr2dCsIw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1524"
"docs.deleted" => "0"
"store.size" => "2.4mb"
"pri.store.size" => "2.4mb"
]
[
"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" => "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.04.27"
"uuid" => "ro8hEq3aRBy9V0RZySrmnQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1757"
"docs.deleted" => "0"
"store.size" => "3mb"
"pri.store.size" => "3mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.02-11005"
"uuid" => "XlaGWeZNR8StZEn5yCBjlg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1752"
"docs.deleted" => "81"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1746284168"
"uuid" => "1ICzXAKuQv2xYLffqRDNcw"
"pri" => "3"
"rep" => "3"
"docs.count" => "78759"
"docs.deleted" => "11748"
"store.size" => "26.7mb"
"pri.store.size" => "26.7mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.05-11008"
"uuid" => "WrCEvLGHQtCCfQisDcve0w"
"pri" => "1"
"rep" => "0"
"docs.count" => "1395"
"docs.deleted" => "67"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1746284168"
"uuid" => "4zCDW586Rcy0u1aw3q8JcA"
"pri" => "3"
"rep" => "3"
"docs.count" => "121"
"docs.deleted" => "18"
"store.size" => "359.4kb"
"pri.store.size" => "359.4kb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.04-11007"
"uuid" => "XlKHKCNDR-Sr2K7YenTj6g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1590"
"docs.deleted" => "38"
"store.size" => "5.2mb"
"pri.store.size" => "5.2mb"
]
[
"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"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.635+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.635+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.22"
"uuid" => "SSu3cbhUQvSxwZO4HnVHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16119"
"docs.deleted" => "0"
"store.size" => "12mb"
"pri.store.size" => "12mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.21"
"uuid" => "zSKy0c0XQz6SqImqDiydbA"
"pri" => "1"
"rep" => "1"
"docs.count" => "23872"
"docs.deleted" => "0"
"store.size" => "18.4mb"
"pri.store.size" => "18.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.20"
"uuid" => "qxHmsQRcQZ63hMQgpI-LZg"
"pri" => "1"
"rep" => "1"
"docs.count" => "25113"
"docs.deleted" => "0"
"store.size" => "20.9mb"
"pri.store.size" => "20.9mb"
]
[
"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.05.26"
"uuid" => "sIz_sJzpRAOPTZIx3dbxqg"
"pri" => "1"
"rep" => "1"
"docs.count" => "19344"
"docs.deleted" => "0"
"store.size" => "15.1mb"
"pri.store.size" => "15.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.25"
"uuid" => "i_IxbmplT3y7gOLdsuFyzQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "2213"
"docs.deleted" => "0"
"store.size" => "2.5mb"
"pri.store.size" => "2.5mb"
]
[
"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.05.24"
"uuid" => "7iKxet0rRLmbnpAb-U2rzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1947"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.23"
"uuid" => "8itdKPqYSiSEkQtAr4EOdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18686"
"docs.deleted" => "0"
"store.size" => "15.8mb"
"pri.store.size" => "15.8mb"
]
[
"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.05.29"
"uuid" => "jAnzn2KZSmaHy2FTcPUp9g"
"pri" => "1"
"rep" => "1"
"docs.count" => "2650"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"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" => "security-auditlog-2025.05.28"
"uuid" => "2Fic70wrR1S54UQYEYEt0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "17796"
"docs.deleted" => "0"
"store.size" => "15.7mb"
"pri.store.size" => "15.7mb"
]
[
"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.05.27"
"uuid" => "mCN_H-w_SZKXjYc2DrfIkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "18740"
"docs.deleted" => "0"
"store.size" => "15.6mb"
"pri.store.size" => "15.6mb"
]
[
"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" => "sw_dev_product_1747138014"
"uuid" => "a2rl_vx2RkOhQDmfYSgjGA"
"pri" => "3"
"rep" => "3"
"docs.count" => "75978"
"docs.deleted" => "5629"
"store.size" => "23.1mb"
"pri.store.size" => "23.1mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.03-11006"
"uuid" => "vJUSQlS7SiyP1U2twph0FA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1215"
"docs.deleted" => "36"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.01"
"uuid" => "s_1WF0W9TH-sjiQtICa0XA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2573"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.06-11009"
"uuid" => "wbAlpHlASPGiDlixMtkhgw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1351"
"docs.deleted" => "27"
"store.size" => "3.9mb"
"pri.store.size" => "3.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.31"
"uuid" => "3eYFdzQaSHaaBYt2kCe-MA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2178"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.30"
"uuid" => "8htQNo6jTeyTmaHOdC0F4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "14770"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"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.06.05"
"uuid" => "h_WxaTP3Q_-L84Op2PM6Cg"
"pri" => "1"
"rep" => "1"
"docs.count" => "12787"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "security-auditlog-2025.06.04"
"uuid" => "jGkC7ynnT6-9TDKsTaRnWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "13799"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.03"
"uuid" => "L4rssXq4QuG8MY3vHuYPww"
"pri" => "1"
"rep" => "1"
"docs.count" => "23795"
"docs.deleted" => "0"
"store.size" => "21.8mb"
"pri.store.size" => "21.8mb"
]
[
"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.06.02"
"uuid" => "BC7I-zqiTSObFPwfpuoYVg"
"pri" => "1"
"rep" => "1"
"docs.count" => "17889"
"docs.deleted" => "0"
"store.size" => "14.4mb"
"pri.store.size" => "14.4mb"
]
[
"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.06.07"
"uuid" => "JZBfvJqpQx6wo5sM1iqHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "455"
"docs.deleted" => "0"
"store.size" => "991.8kb"
"pri.store.size" => "991.8kb"
]
[
"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.06.06"
"uuid" => "Kc_2tsvLR5-QiPlfFD36-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "15003"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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" => "sw6_fr_product_manufacturer_1746284168"
"uuid" => "2ICJXlsHQnO82YRc7SaKPA"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "59.5kb"
"pri.store.size" => "59.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.30"
"uuid" => "02wNbEaQTZSLIiunNybS1A"
"pri" => "1"
"rep" => "1"
"docs.count" => "23090"
"docs.deleted" => "0"
"store.size" => "15.4mb"
"pri.store.size" => "15.4mb"
]
[
"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.05.04"
"uuid" => "ULnf-1-PRha6hEye131Usw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1791"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.03"
"uuid" => "i-8SlLBoRe-Zu6ADA7gWXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1987"
"docs.deleted" => "0"
"store.size" => "2mb"
"pri.store.size" => "2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.02"
"uuid" => "_BnOfNjRRtWdst52wIRrzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "13264"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"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.05.01"
"uuid" => "QqLmft7xTPaWOWP8IWgKWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2574"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"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" => "security-auditlog-2025.05.08"
"uuid" => "LD8aat9lRmqKkzXQWaPs8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "18383"
"docs.deleted" => "0"
"store.size" => "15.3mb"
"pri.store.size" => "15.3mb"
]
[
"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.05.07"
"uuid" => "r55xu6WuT5KVnADeN6rceg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14573"
"docs.deleted" => "0"
"store.size" => "13mb"
"pri.store.size" => "13mb"
]
[
"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.05.06"
"uuid" => "e3wd0NF1Ssy_HpYRj5vcWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "17560"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.05"
"uuid" => "ylNgnoM3RLGXoIhxVkKQ6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "24810"
"docs.deleted" => "0"
"store.size" => "17.5mb"
"pri.store.size" => "17.5mb"
]
[
"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.05.09"
"uuid" => "WyVrdW3TSZCFpCOH_es0fg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14447"
"docs.deleted" => "0"
"store.size" => "9.7mb"
"pri.store.size" => "9.7mb"
]
[
"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.05.11"
"uuid" => "EJk60io2Tw6p50HT2G_ZQA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2293"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.10"
"uuid" => "C9qktLDaRGSUybiNlJFmwQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1592"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"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.05.15"
"uuid" => "Q5vr2cUASna8pUFlQtnWVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17077"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"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.05.14"
"uuid" => "_qAvGaYpSE2fYOvSfKhN-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "17558"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.05.31-81306"
"uuid" => "eq9mv138R_ODvu83ZIw7gw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1438"
"docs.deleted" => "32"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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.05.13"
"uuid" => "gOwAwQXwSmC4z_NwY8LYaw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17154"
"docs.deleted" => "0"
"store.size" => "14.2mb"
"pri.store.size" => "14.2mb"
]
[
"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.05.12"
"uuid" => "kiPw5Q-1RHqIvogw9du0DA"
"pri" => "1"
"rep" => "1"
"docs.count" => "24123"
"docs.deleted" => "0"
"store.size" => "18.7mb"
"pri.store.size" => "18.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.19"
"uuid" => "Ik_5prjHSU-Is75SrqWQmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "30099"
"docs.deleted" => "0"
"store.size" => "23.4mb"
"pri.store.size" => "23.4mb"
]
[
"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.05.18"
"uuid" => "v47BZbguT4CGIiAQYSG9Ig"
"pri" => "1"
"rep" => "1"
"docs.count" => "2720"
"docs.deleted" => "0"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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" => "security-auditlog-2025.05.17"
"uuid" => "A4AqBr7DTk6y6O0GExAGJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "2330"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.16"
"uuid" => "Ys3PgRUbTlGxX0bR3k_T6w"
"pri" => "1"
"rep" => "1"
"docs.count" => "16003"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.01-11004"
"uuid" => "4FMjM9QeSua1zQATIzJAyg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1561"
"docs.deleted" => "124"
"store.size" => "5.1mb"
"pri.store.size" => "5.1mb"
]
[
"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" => "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" => "top_queries-2025.06.07-11010"
"uuid" => "2R9UT29JQIWTMrZDcYZRQQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "167"
"docs.deleted" => "32"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"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" => "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" => "2399"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.24"
"uuid" => "gS-ZHYS1ToC72icWVknvvA"
"pri" => "1"
"rep" => "1"
"docs.count" => "19635"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"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" => "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.04.25"
"uuid" => "gBbRKUMBTiGS0TdNb72mAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "14507"
"docs.deleted" => "0"
"store.size" => "11.1mb"
"pri.store.size" => "11.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1747138014"
"uuid" => "-Qx4m9iRS3SJFhSz_pl5Tg"
"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.04.22"
"uuid" => "mC0bLs7rTRuiOeFqsDkGhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "23345"
"docs.deleted" => "0"
"store.size" => "16.1mb"
"pri.store.size" => "16.1mb"
]
[
"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.04.23"
"uuid" => "b39q4ee6Qzyf-P3km_Kr2g"
"pri" => "1"
"rep" => "1"
"docs.count" => "41795"
"docs.deleted" => "0"
"store.size" => "24.2mb"
"pri.store.size" => "24.2mb"
]
[
"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" => "sw_dev_product_manufacturer_1747138014"
"uuid" => "FKN0JQCGQ4Olu6s1a-P7BA"
"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.04.28"
"uuid" => "V7PHngmbReulGpU6R65HWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14984"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.29"
"uuid" => "VQK562BGRzShODUo50SPhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "18696"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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.04.26"
"uuid" => "zTByC0i7TNCBpCDr2dCsIw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1524"
"docs.deleted" => "0"
"store.size" => "2.4mb"
"pri.store.size" => "2.4mb"
]
[
"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" => "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.04.27"
"uuid" => "ro8hEq3aRBy9V0RZySrmnQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1757"
"docs.deleted" => "0"
"store.size" => "3mb"
"pri.store.size" => "3mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.02-11005"
"uuid" => "XlaGWeZNR8StZEn5yCBjlg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1752"
"docs.deleted" => "81"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1746284168"
"uuid" => "1ICzXAKuQv2xYLffqRDNcw"
"pri" => "3"
"rep" => "3"
"docs.count" => "78759"
"docs.deleted" => "11748"
"store.size" => "26.7mb"
"pri.store.size" => "26.7mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.05-11008"
"uuid" => "WrCEvLGHQtCCfQisDcve0w"
"pri" => "1"
"rep" => "0"
"docs.count" => "1395"
"docs.deleted" => "67"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1746284168"
"uuid" => "4zCDW586Rcy0u1aw3q8JcA"
"pri" => "3"
"rep" => "3"
"docs.count" => "121"
"docs.deleted" => "18"
"store.size" => "359.4kb"
"pri.store.size" => "359.4kb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.04-11007"
"uuid" => "XlKHKCNDR-Sr2K7YenTj6g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1590"
"docs.deleted" => "38"
"store.size" => "5.2mb"
"pri.store.size" => "5.2mb"
]
[
"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"
]
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.007695
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.645+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.646+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.646+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"
]
]
13588 => [
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.568+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.569+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.569+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerR3fFbz4\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.569+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.605+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.605+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.605+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.610+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.610+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.002339
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.610+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" => 178
"active_shards" => 178
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 199
"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" => 47.214854111406
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.610+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.610+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" => 178
"active_shards" => 178
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 199
"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" => 47.214854111406
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.002339
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.620+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.620+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.009331
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.620+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.22"
"uuid" => "SSu3cbhUQvSxwZO4HnVHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16119"
"docs.deleted" => "0"
"store.size" => "12mb"
"pri.store.size" => "12mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.21"
"uuid" => "zSKy0c0XQz6SqImqDiydbA"
"pri" => "1"
"rep" => "1"
"docs.count" => "23872"
"docs.deleted" => "0"
"store.size" => "18.4mb"
"pri.store.size" => "18.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.20"
"uuid" => "qxHmsQRcQZ63hMQgpI-LZg"
"pri" => "1"
"rep" => "1"
"docs.count" => "25113"
"docs.deleted" => "0"
"store.size" => "20.9mb"
"pri.store.size" => "20.9mb"
]
[
"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.05.26"
"uuid" => "sIz_sJzpRAOPTZIx3dbxqg"
"pri" => "1"
"rep" => "1"
"docs.count" => "19344"
"docs.deleted" => "0"
"store.size" => "15.1mb"
"pri.store.size" => "15.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.25"
"uuid" => "i_IxbmplT3y7gOLdsuFyzQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "2213"
"docs.deleted" => "0"
"store.size" => "2.5mb"
"pri.store.size" => "2.5mb"
]
[
"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.05.24"
"uuid" => "7iKxet0rRLmbnpAb-U2rzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1947"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.23"
"uuid" => "8itdKPqYSiSEkQtAr4EOdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18686"
"docs.deleted" => "0"
"store.size" => "15.8mb"
"pri.store.size" => "15.8mb"
]
[
"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.05.29"
"uuid" => "jAnzn2KZSmaHy2FTcPUp9g"
"pri" => "1"
"rep" => "1"
"docs.count" => "2650"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"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" => "security-auditlog-2025.05.28"
"uuid" => "2Fic70wrR1S54UQYEYEt0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "17796"
"docs.deleted" => "0"
"store.size" => "15.7mb"
"pri.store.size" => "15.7mb"
]
[
"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.05.27"
"uuid" => "mCN_H-w_SZKXjYc2DrfIkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "18740"
"docs.deleted" => "0"
"store.size" => "15.6mb"
"pri.store.size" => "15.6mb"
]
[
"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" => "sw_dev_product_1747138014"
"uuid" => "a2rl_vx2RkOhQDmfYSgjGA"
"pri" => "3"
"rep" => "3"
"docs.count" => "75978"
"docs.deleted" => "5629"
"store.size" => "23.1mb"
"pri.store.size" => "23.1mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.03-11006"
"uuid" => "vJUSQlS7SiyP1U2twph0FA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1215"
"docs.deleted" => "36"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.01"
"uuid" => "s_1WF0W9TH-sjiQtICa0XA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2573"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.06-11009"
"uuid" => "wbAlpHlASPGiDlixMtkhgw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1351"
"docs.deleted" => "27"
"store.size" => "3.9mb"
"pri.store.size" => "3.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.31"
"uuid" => "3eYFdzQaSHaaBYt2kCe-MA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2178"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.30"
"uuid" => "8htQNo6jTeyTmaHOdC0F4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "14770"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"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.06.05"
"uuid" => "h_WxaTP3Q_-L84Op2PM6Cg"
"pri" => "1"
"rep" => "1"
"docs.count" => "12787"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "security-auditlog-2025.06.04"
"uuid" => "jGkC7ynnT6-9TDKsTaRnWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "13799"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.03"
"uuid" => "L4rssXq4QuG8MY3vHuYPww"
"pri" => "1"
"rep" => "1"
"docs.count" => "23795"
"docs.deleted" => "0"
"store.size" => "21.8mb"
"pri.store.size" => "21.8mb"
]
[
"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.06.02"
"uuid" => "BC7I-zqiTSObFPwfpuoYVg"
"pri" => "1"
"rep" => "1"
"docs.count" => "17889"
"docs.deleted" => "0"
"store.size" => "14.4mb"
"pri.store.size" => "14.4mb"
]
[
"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.06.07"
"uuid" => "JZBfvJqpQx6wo5sM1iqHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "455"
"docs.deleted" => "0"
"store.size" => "991.8kb"
"pri.store.size" => "991.8kb"
]
[
"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.06.06"
"uuid" => "Kc_2tsvLR5-QiPlfFD36-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "15003"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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" => "sw6_fr_product_manufacturer_1746284168"
"uuid" => "2ICJXlsHQnO82YRc7SaKPA"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "59.5kb"
"pri.store.size" => "59.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.30"
"uuid" => "02wNbEaQTZSLIiunNybS1A"
"pri" => "1"
"rep" => "1"
"docs.count" => "23090"
"docs.deleted" => "0"
"store.size" => "15.4mb"
"pri.store.size" => "15.4mb"
]
[
"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.05.04"
"uuid" => "ULnf-1-PRha6hEye131Usw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1791"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.03"
"uuid" => "i-8SlLBoRe-Zu6ADA7gWXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1987"
"docs.deleted" => "0"
"store.size" => "2mb"
"pri.store.size" => "2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.02"
"uuid" => "_BnOfNjRRtWdst52wIRrzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "13264"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"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.05.01"
"uuid" => "QqLmft7xTPaWOWP8IWgKWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2574"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"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" => "security-auditlog-2025.05.08"
"uuid" => "LD8aat9lRmqKkzXQWaPs8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "18383"
"docs.deleted" => "0"
"store.size" => "15.3mb"
"pri.store.size" => "15.3mb"
]
[
"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.05.07"
"uuid" => "r55xu6WuT5KVnADeN6rceg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14573"
"docs.deleted" => "0"
"store.size" => "13mb"
"pri.store.size" => "13mb"
]
[
"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.05.06"
"uuid" => "e3wd0NF1Ssy_HpYRj5vcWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "17560"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.05"
"uuid" => "ylNgnoM3RLGXoIhxVkKQ6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "24810"
"docs.deleted" => "0"
"store.size" => "17.5mb"
"pri.store.size" => "17.5mb"
]
[
"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.05.09"
"uuid" => "WyVrdW3TSZCFpCOH_es0fg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14447"
"docs.deleted" => "0"
"store.size" => "9.7mb"
"pri.store.size" => "9.7mb"
]
[
"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.05.11"
"uuid" => "EJk60io2Tw6p50HT2G_ZQA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2293"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.10"
"uuid" => "C9qktLDaRGSUybiNlJFmwQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1592"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"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.05.15"
"uuid" => "Q5vr2cUASna8pUFlQtnWVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17077"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"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.05.14"
"uuid" => "_qAvGaYpSE2fYOvSfKhN-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "17558"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.05.31-81306"
"uuid" => "eq9mv138R_ODvu83ZIw7gw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1438"
"docs.deleted" => "32"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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.05.13"
"uuid" => "gOwAwQXwSmC4z_NwY8LYaw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17154"
"docs.deleted" => "0"
"store.size" => "14.2mb"
"pri.store.size" => "14.2mb"
]
[
"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.05.12"
"uuid" => "kiPw5Q-1RHqIvogw9du0DA"
"pri" => "1"
"rep" => "1"
"docs.count" => "24123"
"docs.deleted" => "0"
"store.size" => "18.7mb"
"pri.store.size" => "18.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.19"
"uuid" => "Ik_5prjHSU-Is75SrqWQmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "30099"
"docs.deleted" => "0"
"store.size" => "23.4mb"
"pri.store.size" => "23.4mb"
]
[
"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.05.18"
"uuid" => "v47BZbguT4CGIiAQYSG9Ig"
"pri" => "1"
"rep" => "1"
"docs.count" => "2720"
"docs.deleted" => "0"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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" => "security-auditlog-2025.05.17"
"uuid" => "A4AqBr7DTk6y6O0GExAGJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "2330"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.16"
"uuid" => "Ys3PgRUbTlGxX0bR3k_T6w"
"pri" => "1"
"rep" => "1"
"docs.count" => "16003"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.01-11004"
"uuid" => "4FMjM9QeSua1zQATIzJAyg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1561"
"docs.deleted" => "124"
"store.size" => "5.1mb"
"pri.store.size" => "5.1mb"
]
[
"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" => "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" => "top_queries-2025.06.07-11010"
"uuid" => "2R9UT29JQIWTMrZDcYZRQQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "167"
"docs.deleted" => "32"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"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" => "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" => "2399"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.24"
"uuid" => "gS-ZHYS1ToC72icWVknvvA"
"pri" => "1"
"rep" => "1"
"docs.count" => "19635"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"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" => "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.04.25"
"uuid" => "gBbRKUMBTiGS0TdNb72mAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "14507"
"docs.deleted" => "0"
"store.size" => "11.1mb"
"pri.store.size" => "11.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1747138014"
"uuid" => "-Qx4m9iRS3SJFhSz_pl5Tg"
"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.04.22"
"uuid" => "mC0bLs7rTRuiOeFqsDkGhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "23345"
"docs.deleted" => "0"
"store.size" => "16.1mb"
"pri.store.size" => "16.1mb"
]
[
"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.04.23"
"uuid" => "b39q4ee6Qzyf-P3km_Kr2g"
"pri" => "1"
"rep" => "1"
"docs.count" => "41795"
"docs.deleted" => "0"
"store.size" => "24.2mb"
"pri.store.size" => "24.2mb"
]
[
"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" => "sw_dev_product_manufacturer_1747138014"
"uuid" => "FKN0JQCGQ4Olu6s1a-P7BA"
"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.04.28"
"uuid" => "V7PHngmbReulGpU6R65HWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14984"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.29"
"uuid" => "VQK562BGRzShODUo50SPhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "18696"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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.04.26"
"uuid" => "zTByC0i7TNCBpCDr2dCsIw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1524"
"docs.deleted" => "0"
"store.size" => "2.4mb"
"pri.store.size" => "2.4mb"
]
[
"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" => "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.04.27"
"uuid" => "ro8hEq3aRBy9V0RZySrmnQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1757"
"docs.deleted" => "0"
"store.size" => "3mb"
"pri.store.size" => "3mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.02-11005"
"uuid" => "XlaGWeZNR8StZEn5yCBjlg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1752"
"docs.deleted" => "81"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1746284168"
"uuid" => "1ICzXAKuQv2xYLffqRDNcw"
"pri" => "3"
"rep" => "3"
"docs.count" => "78759"
"docs.deleted" => "11748"
"store.size" => "26.7mb"
"pri.store.size" => "26.7mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.05-11008"
"uuid" => "WrCEvLGHQtCCfQisDcve0w"
"pri" => "1"
"rep" => "0"
"docs.count" => "1395"
"docs.deleted" => "67"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1746284168"
"uuid" => "4zCDW586Rcy0u1aw3q8JcA"
"pri" => "3"
"rep" => "3"
"docs.count" => "121"
"docs.deleted" => "18"
"store.size" => "359.4kb"
"pri.store.size" => "359.4kb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.04-11007"
"uuid" => "XlKHKCNDR-Sr2K7YenTj6g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1590"
"docs.deleted" => "38"
"store.size" => "5.2mb"
"pri.store.size" => "5.2mb"
]
[
"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"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.621+00:00"
"message" => "curl -XGET 'http://10.20.0.3:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.621+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.22"
"uuid" => "SSu3cbhUQvSxwZO4HnVHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "16119"
"docs.deleted" => "0"
"store.size" => "12mb"
"pri.store.size" => "12mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.21"
"uuid" => "zSKy0c0XQz6SqImqDiydbA"
"pri" => "1"
"rep" => "1"
"docs.count" => "23872"
"docs.deleted" => "0"
"store.size" => "18.4mb"
"pri.store.size" => "18.4mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.20"
"uuid" => "qxHmsQRcQZ63hMQgpI-LZg"
"pri" => "1"
"rep" => "1"
"docs.count" => "25113"
"docs.deleted" => "0"
"store.size" => "20.9mb"
"pri.store.size" => "20.9mb"
]
[
"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.05.26"
"uuid" => "sIz_sJzpRAOPTZIx3dbxqg"
"pri" => "1"
"rep" => "1"
"docs.count" => "19344"
"docs.deleted" => "0"
"store.size" => "15.1mb"
"pri.store.size" => "15.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.25"
"uuid" => "i_IxbmplT3y7gOLdsuFyzQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "2213"
"docs.deleted" => "0"
"store.size" => "2.5mb"
"pri.store.size" => "2.5mb"
]
[
"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.05.24"
"uuid" => "7iKxet0rRLmbnpAb-U2rzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1947"
"docs.deleted" => "0"
"store.size" => "2.1mb"
"pri.store.size" => "2.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.23"
"uuid" => "8itdKPqYSiSEkQtAr4EOdA"
"pri" => "1"
"rep" => "1"
"docs.count" => "18686"
"docs.deleted" => "0"
"store.size" => "15.8mb"
"pri.store.size" => "15.8mb"
]
[
"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.05.29"
"uuid" => "jAnzn2KZSmaHy2FTcPUp9g"
"pri" => "1"
"rep" => "1"
"docs.count" => "2650"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"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" => "security-auditlog-2025.05.28"
"uuid" => "2Fic70wrR1S54UQYEYEt0w"
"pri" => "1"
"rep" => "1"
"docs.count" => "17796"
"docs.deleted" => "0"
"store.size" => "15.7mb"
"pri.store.size" => "15.7mb"
]
[
"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.05.27"
"uuid" => "mCN_H-w_SZKXjYc2DrfIkw"
"pri" => "1"
"rep" => "1"
"docs.count" => "18740"
"docs.deleted" => "0"
"store.size" => "15.6mb"
"pri.store.size" => "15.6mb"
]
[
"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" => "sw_dev_product_1747138014"
"uuid" => "a2rl_vx2RkOhQDmfYSgjGA"
"pri" => "3"
"rep" => "3"
"docs.count" => "75978"
"docs.deleted" => "5629"
"store.size" => "23.1mb"
"pri.store.size" => "23.1mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.03-11006"
"uuid" => "vJUSQlS7SiyP1U2twph0FA"
"pri" => "1"
"rep" => "0"
"docs.count" => "1215"
"docs.deleted" => "36"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.01"
"uuid" => "s_1WF0W9TH-sjiQtICa0XA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2573"
"docs.deleted" => "0"
"store.size" => "3.7mb"
"pri.store.size" => "3.7mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.06.06-11009"
"uuid" => "wbAlpHlASPGiDlixMtkhgw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1351"
"docs.deleted" => "27"
"store.size" => "3.9mb"
"pri.store.size" => "3.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.31"
"uuid" => "3eYFdzQaSHaaBYt2kCe-MA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2178"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.30"
"uuid" => "8htQNo6jTeyTmaHOdC0F4Q"
"pri" => "1"
"rep" => "1"
"docs.count" => "14770"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"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.06.05"
"uuid" => "h_WxaTP3Q_-L84Op2PM6Cg"
"pri" => "1"
"rep" => "1"
"docs.count" => "12787"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "security-auditlog-2025.06.04"
"uuid" => "jGkC7ynnT6-9TDKsTaRnWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "13799"
"docs.deleted" => "0"
"store.size" => "14.5mb"
"pri.store.size" => "14.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.06.03"
"uuid" => "L4rssXq4QuG8MY3vHuYPww"
"pri" => "1"
"rep" => "1"
"docs.count" => "23795"
"docs.deleted" => "0"
"store.size" => "21.8mb"
"pri.store.size" => "21.8mb"
]
[
"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.06.02"
"uuid" => "BC7I-zqiTSObFPwfpuoYVg"
"pri" => "1"
"rep" => "1"
"docs.count" => "17889"
"docs.deleted" => "0"
"store.size" => "14.4mb"
"pri.store.size" => "14.4mb"
]
[
"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.06.07"
"uuid" => "JZBfvJqpQx6wo5sM1iqHHQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "455"
"docs.deleted" => "0"
"store.size" => "991.8kb"
"pri.store.size" => "991.8kb"
]
[
"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.06.06"
"uuid" => "Kc_2tsvLR5-QiPlfFD36-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "15003"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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" => "sw6_fr_product_manufacturer_1746284168"
"uuid" => "2ICJXlsHQnO82YRc7SaKPA"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "59.5kb"
"pri.store.size" => "59.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.30"
"uuid" => "02wNbEaQTZSLIiunNybS1A"
"pri" => "1"
"rep" => "1"
"docs.count" => "23090"
"docs.deleted" => "0"
"store.size" => "15.4mb"
"pri.store.size" => "15.4mb"
]
[
"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.05.04"
"uuid" => "ULnf-1-PRha6hEye131Usw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1791"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.03"
"uuid" => "i-8SlLBoRe-Zu6ADA7gWXQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1987"
"docs.deleted" => "0"
"store.size" => "2mb"
"pri.store.size" => "2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.02"
"uuid" => "_BnOfNjRRtWdst52wIRrzw"
"pri" => "1"
"rep" => "1"
"docs.count" => "13264"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"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.05.01"
"uuid" => "QqLmft7xTPaWOWP8IWgKWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2574"
"docs.deleted" => "0"
"store.size" => "3.1mb"
"pri.store.size" => "3.1mb"
]
[
"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" => "security-auditlog-2025.05.08"
"uuid" => "LD8aat9lRmqKkzXQWaPs8A"
"pri" => "1"
"rep" => "1"
"docs.count" => "18383"
"docs.deleted" => "0"
"store.size" => "15.3mb"
"pri.store.size" => "15.3mb"
]
[
"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.05.07"
"uuid" => "r55xu6WuT5KVnADeN6rceg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14573"
"docs.deleted" => "0"
"store.size" => "13mb"
"pri.store.size" => "13mb"
]
[
"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.05.06"
"uuid" => "e3wd0NF1Ssy_HpYRj5vcWQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "17560"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.05"
"uuid" => "ylNgnoM3RLGXoIhxVkKQ6g"
"pri" => "1"
"rep" => "1"
"docs.count" => "24810"
"docs.deleted" => "0"
"store.size" => "17.5mb"
"pri.store.size" => "17.5mb"
]
[
"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.05.09"
"uuid" => "WyVrdW3TSZCFpCOH_es0fg"
"pri" => "1"
"rep" => "1"
"docs.count" => "14447"
"docs.deleted" => "0"
"store.size" => "9.7mb"
"pri.store.size" => "9.7mb"
]
[
"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.05.11"
"uuid" => "EJk60io2Tw6p50HT2G_ZQA"
"pri" => "1"
"rep" => "1"
"docs.count" => "2293"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.10"
"uuid" => "C9qktLDaRGSUybiNlJFmwQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1592"
"docs.deleted" => "0"
"store.size" => "2.7mb"
"pri.store.size" => "2.7mb"
]
[
"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.05.15"
"uuid" => "Q5vr2cUASna8pUFlQtnWVw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17077"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"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.05.14"
"uuid" => "_qAvGaYpSE2fYOvSfKhN-A"
"pri" => "1"
"rep" => "1"
"docs.count" => "17558"
"docs.deleted" => "0"
"store.size" => "13.3mb"
"pri.store.size" => "13.3mb"
]
[
"health" => "green"
"status" => "open"
"index" => "top_queries-2025.05.31-81306"
"uuid" => "eq9mv138R_ODvu83ZIw7gw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1438"
"docs.deleted" => "32"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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.05.13"
"uuid" => "gOwAwQXwSmC4z_NwY8LYaw"
"pri" => "1"
"rep" => "1"
"docs.count" => "17154"
"docs.deleted" => "0"
"store.size" => "14.2mb"
"pri.store.size" => "14.2mb"
]
[
"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.05.12"
"uuid" => "kiPw5Q-1RHqIvogw9du0DA"
"pri" => "1"
"rep" => "1"
"docs.count" => "24123"
"docs.deleted" => "0"
"store.size" => "18.7mb"
"pri.store.size" => "18.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.19"
"uuid" => "Ik_5prjHSU-Is75SrqWQmw"
"pri" => "1"
"rep" => "1"
"docs.count" => "30099"
"docs.deleted" => "0"
"store.size" => "23.4mb"
"pri.store.size" => "23.4mb"
]
[
"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.05.18"
"uuid" => "v47BZbguT4CGIiAQYSG9Ig"
"pri" => "1"
"rep" => "1"
"docs.count" => "2720"
"docs.deleted" => "0"
"store.size" => "3.4mb"
"pri.store.size" => "3.4mb"
]
[
"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" => "security-auditlog-2025.05.17"
"uuid" => "A4AqBr7DTk6y6O0GExAGJg"
"pri" => "1"
"rep" => "1"
"docs.count" => "2330"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.05.16"
"uuid" => "Ys3PgRUbTlGxX0bR3k_T6w"
"pri" => "1"
"rep" => "1"
"docs.count" => "16003"
"docs.deleted" => "0"
"store.size" => "12.1mb"
"pri.store.size" => "12.1mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.01-11004"
"uuid" => "4FMjM9QeSua1zQATIzJAyg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1561"
"docs.deleted" => "124"
"store.size" => "5.1mb"
"pri.store.size" => "5.1mb"
]
[
"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" => "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" => "top_queries-2025.06.07-11010"
"uuid" => "2R9UT29JQIWTMrZDcYZRQQ"
"pri" => "1"
"rep" => "0"
"docs.count" => "167"
"docs.deleted" => "32"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"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" => "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" => "2399"
"docs.deleted" => "0"
"store.size" => "2.8mb"
"pri.store.size" => "2.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.24"
"uuid" => "gS-ZHYS1ToC72icWVknvvA"
"pri" => "1"
"rep" => "1"
"docs.count" => "19635"
"docs.deleted" => "0"
"store.size" => "11.9mb"
"pri.store.size" => "11.9mb"
]
[
"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" => "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.04.25"
"uuid" => "gBbRKUMBTiGS0TdNb72mAQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "14507"
"docs.deleted" => "0"
"store.size" => "11.1mb"
"pri.store.size" => "11.1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw_dev_category_1747138014"
"uuid" => "-Qx4m9iRS3SJFhSz_pl5Tg"
"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.04.22"
"uuid" => "mC0bLs7rTRuiOeFqsDkGhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "23345"
"docs.deleted" => "0"
"store.size" => "16.1mb"
"pri.store.size" => "16.1mb"
]
[
"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.04.23"
"uuid" => "b39q4ee6Qzyf-P3km_Kr2g"
"pri" => "1"
"rep" => "1"
"docs.count" => "41795"
"docs.deleted" => "0"
"store.size" => "24.2mb"
"pri.store.size" => "24.2mb"
]
[
"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" => "sw_dev_product_manufacturer_1747138014"
"uuid" => "FKN0JQCGQ4Olu6s1a-P7BA"
"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.04.28"
"uuid" => "V7PHngmbReulGpU6R65HWA"
"pri" => "1"
"rep" => "1"
"docs.count" => "14984"
"docs.deleted" => "0"
"store.size" => "9.5mb"
"pri.store.size" => "9.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "security-auditlog-2025.04.29"
"uuid" => "VQK562BGRzShODUo50SPhg"
"pri" => "1"
"rep" => "1"
"docs.count" => "18696"
"docs.deleted" => "0"
"store.size" => "12.5mb"
"pri.store.size" => "12.5mb"
]
[
"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.04.26"
"uuid" => "zTByC0i7TNCBpCDr2dCsIw"
"pri" => "1"
"rep" => "1"
"docs.count" => "1524"
"docs.deleted" => "0"
"store.size" => "2.4mb"
"pri.store.size" => "2.4mb"
]
[
"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" => "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.04.27"
"uuid" => "ro8hEq3aRBy9V0RZySrmnQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1757"
"docs.deleted" => "0"
"store.size" => "3mb"
"pri.store.size" => "3mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.02-11005"
"uuid" => "XlaGWeZNR8StZEn5yCBjlg"
"pri" => "1"
"rep" => "0"
"docs.count" => "1752"
"docs.deleted" => "81"
"store.size" => "5.7mb"
"pri.store.size" => "5.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1746284168"
"uuid" => "1ICzXAKuQv2xYLffqRDNcw"
"pri" => "3"
"rep" => "3"
"docs.count" => "78759"
"docs.deleted" => "11748"
"store.size" => "26.7mb"
"pri.store.size" => "26.7mb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.05-11008"
"uuid" => "WrCEvLGHQtCCfQisDcve0w"
"pri" => "1"
"rep" => "0"
"docs.count" => "1395"
"docs.deleted" => "67"
"store.size" => "4.7mb"
"pri.store.size" => "4.7mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1746284168"
"uuid" => "4zCDW586Rcy0u1aw3q8JcA"
"pri" => "3"
"rep" => "3"
"docs.count" => "121"
"docs.deleted" => "18"
"store.size" => "359.4kb"
"pri.store.size" => "359.4kb"
]
[
"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" => "green"
"status" => "open"
"index" => "top_queries-2025.06.04-11007"
"uuid" => "XlKHKCNDR-Sr2K7YenTj6g"
"pri" => "1"
"rep" => "0"
"docs.count" => "1590"
"docs.deleted" => "38"
"store.size" => "5.2mb"
"pri.store.size" => "5.2mb"
]
[
"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"
]
]
"method" => "GET"
"uri" => "http://10.20.0.3:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.009331
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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" => 1749267480
"timestamp_rfc3339" => "2025-06-07T03:38:00.622+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
1183 => 0
13588 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#736 …}
} |