logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#848
-records: [
"" => [
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.718+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 {#103
#message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:137 {
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));
› yield new Service();
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:743 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:120 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1103
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1104
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1107
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1108
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1001
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+00:00"
"message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#996
#message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1182
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.719+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 {#1181
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1098
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1099
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1188
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1185
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1192
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1194
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1197
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1198
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1200
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1201
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1203
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.720+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 {#1205
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1208
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1209
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1211
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1213
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1216
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1217
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1219
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1220
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1222
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1223
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1225
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1226
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1228
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1230
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1233
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1235
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1268
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.721+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 {#1270
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Framework.php:159 {
Shopware\Core\Framework\Framework->boot(): void …
› ->get(ExtensionRegistry::class)
› ->configureExtensions(
› $this->container->get(DefinitionInstanceRegistry::class),
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:189 {
Shopware\Core\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:152 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.861+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.861+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"
]
]
1718 => [
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.detail.page"
"route_parameters" => [
"_route" => "frontend.detail.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\ProductController::index"
"productId" => "018f52e96b5370b5b280eb5d2f03d5f4"
]
"request_uri" => "https://staging.sentivini.de/detail/018f52e96b5370b5b280eb5d2f03d5f4"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pickware\MobileAppAuthBundle\OAuth\ApiPinAuthenticationSubscriber::setupPinBasedOAuth"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\KernelSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Netzkollektiv\B2bCheckout\Subscriber\ShippingAddressSelectionSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.751+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.756+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.756+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.756+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.756+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.756+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.762+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.762+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.762+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.762+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.762+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.763+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.763+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.763+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.763+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.763+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.764+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.764+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.764+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.764+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.764+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.765+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.765+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.765+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.765+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.765+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.768+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.768+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.768+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.768+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.768+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.771+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.771+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.771+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.772+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.772+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.772+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.781+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.781+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.781+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.781+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.781+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.789+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.789+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.789+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.789+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.789+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.790+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.790+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.790+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.790+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.790+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.792+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.792+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.792+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.792+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.792+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.795+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.795+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.795+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.797+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.797+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.797+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.797+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.797+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.800+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.800+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.800+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.800+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.800+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.801+00:00"
"message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7740
#message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
› {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if (!$rule->match($scope)) {
› return false;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if ($rule->match($scope)) {
› return true;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if (!$rule->match($scope)) {
› return false;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
›
› return $rule->getPayload()->match(new CartRuleScope($cart, $context));
› }
}
Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Struct/Collection.php:144 {
Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
› {
› return $this->createNew(array_filter($this->elements, $closure));
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
› {
› return $this->filter(
› function (RuleEntity $rule) use ($cart, $context) {
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:120 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // filter rules which matches to current scope
› $rules = $rules->filterMatchingRules($cart, $context);
›
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7822
#message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
› {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if (!$rule->match($scope)) {
› return false;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if ($rule->match($scope)) {
› return true;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
› foreach ($this->rules as $rule) {
› if (!$rule->match($scope)) {
› return false;
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
›
› return $rule->getPayload()->match(new CartRuleScope($cart, $context));
› }
}
Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Struct/Collection.php:144 {
Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
› {
› return $this->createNew(array_filter($this->elements, $closure));
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
› {
› return $this->filter(
› function (RuleEntity $rule) use ($cart, $context) {
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:133 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // check if rules changed for the last calculated cart, in this case we have to recalculate
› $ruleCompare = $all->filterMatchingRules($cart, $context);
›
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
› {
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
}
/var/www/share/sentivini-staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
›
› return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);
› }
}
/var/www/share/sentivini-staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $result = $this->ruleLoader->loadByToken($context, $token);
›
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#1 Rule detection: Unser Wein der Woche KW37 with priority 1500 (id: 019928709f487259bbc34c29afc4be6d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 018d0163d2ce72fe8b0728a642b4042f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: 018d0163d35c71528f3f85ab4edbfce9)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#4 Rule detection: Always valid (Default) with priority 100 (id: 018d0164030b7131bbf732b6cdd045f8)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#5 Rule detection: Versand durch DPD with priority 100 (id: 018d017d87c971e284588c2bab64fc6c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#6 Rule detection: Tag beim Auftrag setzen DHL/UPS 1-12 Flaschen with priority 100 (id: 018df3dca4dc70dc9d8955300dfa54b3)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#7 Rule detection: Versandart: Versand durch DHL with priority 100 (id: 018f52ec7ad97053adbba87acd431267)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#8 Rule detection: Versand durch DPD with priority 100 (id: 018f52ec7aec70afa4294f02dbeb6cff)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#9 Rule detection: Versandart: Versand durch UPS Standart with priority 100 (id: 01987f3e2d7a7382a91854b9f17706e6)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#10 Rule detection: Versandart: Versand durch UPS Express with priority 100 (id: 01987f4aff9672c68c35e38c34822856)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#11 Rule detection: Weekend Sale with priority 100 (id: 0198e1ef5bfe7d0c8c7e3a144d5ed318)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#12 Rule detection: Zahlungsart: Klarna with priority 99 (id: 019889ada060713fb1cab5134c90045e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#13 Rule detection: Zahlungsart: PayPal with priority 10 (id: 0196d39e8fa07f518ea67268325e9d73)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#14 Rule detection: Zahlungsart: Vorkasse with priority 10 (id: 0196d879404475a88dc0ac502e0b7ada)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#15 Rule detection: Zahlungsart: Zahlung bei Abholung with priority 10 (id: 01987f294a4e73e8999e21f34612201b)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#16 Rule detection: Sales channel: Senti Vini, Customer group: Shopkunden with priority 0 (id: 018d017d889d70c6a53a7c9aa1c04cc9)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#17 Rule detection: Shopkunden with priority 0 (id: 018d02284fa87229858f8decad12dd24)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#18 Rule detection: Promotion customer rule: Individueller 10% Gutschein ab 50€ with priority 0 (id: 019440472dad70ea836ab0b8dbb2c63b)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#19 Rule detection: Promotion customer rule: Kellerei Klaus Lentsch Hofgutschein with priority 0 (id: 019440472e9b7194bfdf7e02f0d0b7d8)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#20 Rule detection: Promotion customer rule: 75€ Wertgutschein (Individuell) with priority 0 (id: 019440472fc0710ebe371fb24996b058)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#21 Rule detection: Promotion customer rule: 60€ Wertgutschein (Individuell) with priority 0 (id: 019440472fea71a2aa90640bd545b58e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#22 Rule detection: Promotion customer rule: 200 EUR Wertgutschein with priority 0 (id: 019440473012718f84cc75c44ace5494)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#23 Rule detection: Promotion customer rule: Einmaliger Wertgutschein 150 € with priority 0 (id: 01944047301a73eabdec8bb977e6e6f1)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#24 Rule detection: Promotion customer rule: Einmaliger Wertgutschein 20 € with priority 0 (id: 01944047303e700e9ad384c92dd1f000)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#25 Rule detection: Promotion customer rule: Ersatz Wertgutschein für Weinverkostungstickets 2020 with priority 0 (id: 01944047305872f3a49d7e56eb3f9aa6)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#26 Rule detection: Promotion customer rule: Einmaliger Wertgutschein 150 € (08.11.2021) with priority 0 (id: 01944047305e7354a561cd03a0cf3217)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#27 Rule detection: Promotion customer rule: NEWSLETTER ab Jan 2022 with priority 0 (id: 01944047319670d19ba00ffb56496ca0)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#28 Rule detection: Promotion customer rule: Individueller 10% Gutschein ab 50€ Neu August 2022 with priority 0 (id: 01944047323971679b378ec7a290c458)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#29 Rule detection: Promotion customer rule: Gutschein Paketbeilage 5% ab 40€ bis Ende März 2023 Druck #2 with priority 0 (id: 01944047323e70ac9c0eb9dedc877a48)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#30 Rule detection: Promotion customer rule: 10% Rabatt ab 1.000 EUR Kunde Dr. Lahmann with priority 0 (id: 01944047324471e49ad453603c99a659)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#31 Rule detection: Promotion customer rule: 10% Rabatt für Podcast Wein mit Freunden with priority 0 (id: 01944047327270d4898a4f601343774c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#32 Rule detection: Promotion customer rule: 10% Gutscheincode Meta ohne Mindestbestellwert with priority 0 (id: 01944047328970b39b22abefa86d94e7)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#33 Rule detection: Promotion customer rule: Landesgartenschau Gutscheincode 10% with priority 0 (id: 0194404732d6721fa645849e801e1606)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.802+00:00"
"message" => "#34 Rule detection: Promotion customer rule: 10% Rabatt PRE BLACK WINE WEEK 2024 with priority 0 (id: 0194404732df730bb2e0ff2234bce95f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7869
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7892
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7894
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7898
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7901
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.803+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 {#7904
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service NetInventors\NetiNextOrderAmountHandler\Service\PaymentHandler\FreePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7908
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service NetInventors\NetiNextOrderAmountHandler\Service\PaymentHandler\FreePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7910
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7913
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7916
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7919
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7922
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7925
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7928
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7931
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7934
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7937
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7938
#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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php"
#line: 63623
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:63623 {
Container0X3GgWM\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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7941
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7944
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+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 {#7948
#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/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7959
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.804+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaExpressCheckoutPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7978
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaExpressCheckoutPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php"
#line: 255
#severity: E_USER_DEPRECATED
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Feature.php:255 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:52010 {
Container0X3GgWM\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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:7968 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
› }
› $g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8008 {
Container0X3GgWM\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::getCartCalculator2Service($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/share/sentivini-staging/var/cache/dev_h11fa01848dcaea4952a11a6292172251/Container0X3GgWM/Shopware_Core_KernelDevDebugContainer.php:8005 {
Container0X3GgWM\Shopware_Core_KernelDevDebugContainer::Container0X3GgWM\{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/share/sentivini-staging/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/share/sentivini-staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
Container0X3GgWM\CartServiceGhost293df64->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Netzkollektiv\B2bEssentials\Subscriber\RedirectSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\PickwareWms\Device\Subscriber\SaveDeviceToContextSubscriber::enrichContextWithPickwareDevice"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\PickwareWms\WmsAppVersionValidation\WmsAppVersionValidationSubscriber::validateAppVersion"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.805+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\EntitySubscriber::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container0X3GgWM\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
"listener" => "Pickware\ProductSetBundle\Storefront\ProductSetProductStorefrontUpdater::addProductSetExtensionToCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
"listener" => "Netzkollektiv\SentiviniTheme\Subscriber\ProductListingSubscriber::addProductLoaderCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\ProductExtensionLoader::onProductCriteriaEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.808+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.809+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "sales_channel.product.process.criteria"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onSalesChannelProcessCriteria"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.812+00:00"
"message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Product for id 018f52e96b5370b5b280eb5d2f03d5f4 not found." at ProductDetailRoute.php line 89"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#9089
#message: "Product for id 018f52e96b5370b5b280eb5d2f03d5f4 not found."
#code: 0
#file: "/var/www/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php"
#line: 89
-statusCode: 404
-headers: []
#parameters: [
"productId" => "018f52e96b5370b5b280eb5d2f03d5f4"
]
trace: {
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:89 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
› if (!($product instanceof SalesChannelProductEntity)) {
› throw new ProductNotFoundException($productId);
› }
}
/var/www/share/sentivini-staging/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/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:67 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
› {
› return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {
› $mainVariantId = $this->checkVariantListingConfig($productId, $context);
arguments: {
$name: "product-detail-route"
$closure: Closure() {#8174 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8182 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/sentivini-staging/vendor/pickware/shopware-extensions-bundle/src/Mail/SystemConfigServiceDecorator.php:140 {
Pickware\ShopwareExtensionsBundle\Mail\SystemConfigServiceDecorator->trace(string $key, Closure $param) …
› {
› return $this->decoratedSystemConfigService->trace($key, $param);
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8182 …}
}
}
/var/www/share/sentivini-staging/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)));
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8178 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/sentivini-staging/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)));
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8178 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/sentivini-staging/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)));
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8180 …}
}
}
/var/www/share/sentivini-staging/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));
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8182 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:97 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/sentivini-staging/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));
› }
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8176 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4"
$param: Closure() {#8182 …}
}
}
/var/www/share/sentivini-staging/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) {
arguments: {
Symfony\Component\Cache\CacheItem {#8179 …}
true
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#1359 …}
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4-1e0012a7de59b5484b41e01dbbf86fc5"
$callback: Closure(ItemInterface $item) {#8147 …}
$beta: 1.0
&$metadata: []
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($productId, $request, $context, $criteria) {
› $name = self::buildName($productId);
arguments: {
$key: "product-detail-route-018f52e96b5370b5b280eb5d2f03d5f4-1e0012a7de59b5484b41e01dbbf86fc5"
$callback: Closure(ItemInterface $item) {#8147 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:71 {
Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
›
› $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);
› $product = $result->getProduct();
arguments: {
$productId: "018f52e96b5370b5b280eb5d2f03d5f4"
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#2840 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#8135 …}
}
}
/var/www/share/sentivini-staging/vendor/shopware/storefront/Controller/ProductController.php:62 {
Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->productPageLoader->load($request, $context);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#2840 …}
}
}
/var/www/share/sentivini-staging/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);
›
arguments: {
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#2840 …}
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
}
}
/var/www/share/sentivini-staging/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
}
}
/var/www/share/sentivini-staging/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);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1718 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1661 …}
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1691 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/sentivini-staging/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')) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/sentivini-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/sentivini-staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/sentivini-staging/public/index.php:10 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/sentivini-staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\AdminApiJsonApiErrorSerializableExceptionHandler::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pickware\DebugBundle\ResponseExceptionListener\ResponseExceptionListenerDecorator::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.848+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.848+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.848+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.848+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.848+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.851+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.851+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9500/_cluster/health"
"port" => 9500
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.15.0-92-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.000425
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.851+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "opensearch_9500"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 86
"active_shards" => 86
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 233
"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" => 26.959247648903
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.851+00:00"
"message" => "curl -XGET 'http://localhost:9500/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.851+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "opensearch_9500"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 86
"active_shards" => 86
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 233
"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" => 26.959247648903
]
"method" => "GET"
"uri" => "http://localhost:9500/_cluster/health"
"port" => 9500
"HTTP code" => 200
"duration" => 0.000425
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.857+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.857+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9500/_cat/indices"
"port" => 9500
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.15.0-92-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.005565
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.857+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "sw-staging_product_1755509385"
"uuid" => "N511OCVpRuyZI90CUCIAsw"
"pri" => "3"
"rep" => "3"
"docs.count" => "183568"
"docs.deleted" => "850"
"store.size" => "31.9mb"
"pri.store.size" => "31.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-listing_1757723402"
"uuid" => "D2K2JRB6T7eL4egR0evQWw"
"pri" => "3"
"rep" => "3"
"docs.count" => "31812"
"docs.deleted" => "0"
"store.size" => "9.2mb"
"pri.store.size" => "9.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.06-00382"
"uuid" => "MmQQPIKzTfOjZOK0QWvLxA"
"pri" => "1"
"rep" => "1"
"docs.count" => "65"
"docs.deleted" => "0"
"store.size" => "168.2kb"
"pri.store.size" => "168.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-order-listing_1757723405"
"uuid" => "KlijzieeQ1aOWvIEDDqIVQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "32"
"docs.deleted" => "1"
"store.size" => "24kb"
"pri.store.size" => "24kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.08-00384"
"uuid" => "OGaH1ePVTzCZr3j001TpJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1038"
"docs.deleted" => "12"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-sales-channel-listing_1757723404"
"uuid" => "U9wNas_KROqCd4is9GGLfg"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-cms-page-listing_1757723402"
"uuid" => "rPx34srTRMCF2GX3XqyQJw"
"pri" => "3"
"rep" => "3"
"docs.count" => "117"
"docs.deleted" => "0"
"store.size" => "46.5kb"
"pri.store.size" => "46.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-listing_1757723405"
"uuid" => "r4tfwAnISiyoG7aEFq3m2g"
"pri" => "3"
"rep" => "3"
"docs.count" => "129"
"docs.deleted" => "0"
"store.size" => "44.7kb"
"pri.store.size" => "44.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-return-order-listing_1757723405"
"uuid" => "fD8kQXZWQoOT6_gBg7sryg"
"pri" => "3"
"rep" => "3"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-payment-method-listing_1757723403"
"uuid" => "xJLkhFU3THa4HmE7wzJ0Dg"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "0"
"store.size" => "23.8kb"
"pri.store.size" => "23.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "9ijnkjmyRk2pZ_pS_NXvrA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-profile-listing_1757723405"
"uuid" => "ixhL3XgNQw6l4qLmNekTiw"
"pri" => "3"
"rep" => "3"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.11-00408"
"uuid" => "LwII6W4sQ46NKBOj5hUBYQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "110"
"docs.deleted" => "18"
"store.size" => "241.3kb"
"pri.store.size" => "241.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-goods-receipt-listing_1757723405"
"uuid" => "MzDEr8H6RH2EGuAAbpX5kw"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-stream-listing_1757723405"
"uuid" => "WdrqVwNJS-WbD-nJ54oXsg"
"pri" => "3"
"rep" => "3"
"docs.count" => "94"
"docs.deleted" => "0"
"store.size" => "36.3kb"
"pri.store.size" => "36.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-newsletter-recipient-listing_1757723404"
"uuid" => "ZyqH7bZ1QJuImZpRmjJd_A"
"pri" => "3"
"rep" => "3"
"docs.count" => "6049"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-group-listing_1757723402"
"uuid" => "cTmqzCBySq2ypJ7t4FSx8g"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "11.1kb"
"pri.store.size" => "11.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-warehouse-listing_1757723405"
"uuid" => "ygLH8qvcQzGfET31-8m1Zg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.4kb"
"pri.store.size" => "5.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.07-00383"
"uuid" => "ZbHU9mqpRya10cofSf_jVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "41.3kb"
"pri.store.size" => "41.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-listing_1757723403"
"uuid" => "4lja6NyNSsep8aOJUf9KIw"
"pri" => "3"
"rep" => "3"
"docs.count" => "2560"
"docs.deleted" => "4"
"store.size" => "757.2kb"
"pri.store.size" => "757.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-shipping-method-listing_1757723404"
"uuid" => "c014euZWR2mguaTCkqDrSg"
"pri" => "3"
"rep" => "3"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "18.6kb"
"pri.store.size" => "18.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.13-00410"
"uuid" => "ooQw6KYkSAuooLIY01fiyw"
"pri" => "1"
"rep" => "1"
"docs.count" => "89"
"docs.deleted" => "22"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.09-00385"
"uuid" => "IuBoSGRVSWa8-3BFrfxnFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "458"
"docs.deleted" => "25"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-landing-page-listing_1757723403"
"uuid" => "eofbdxYdR1-gdh_mD-vd-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.12-00409"
"uuid" => "pzppEvqwT-C3OLYtcMg8Qw"
"pri" => "1"
"rep" => "1"
"docs.count" => "616"
"docs.deleted" => "37"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.10-00407"
"uuid" => "InV0J9BBTFmHqjv7hABWPA"
"pri" => "1"
"rep" => "1"
"docs.count" => "493"
"docs.deleted" => "38"
"store.size" => "1.3mb"
"pri.store.size" => "1.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-category-listing_1757723404"
"uuid" => "QRKECO5mS6aAM7q244qKPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "493"
"docs.deleted" => "0"
"store.size" => "105.4kb"
"pri.store.size" => "105.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ZAKFXaWUQkGbqST_JTOaOw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-process-listing_1757723405"
"uuid" => "xU8VFCmmS8WSMDEweT9kGQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "14"
"docs.deleted" => "0"
"store.size" => "18.3kb"
"pri.store.size" => "18.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-batch-listing_1757723405"
"uuid" => "N327jmtkSQqMDiJcfvqg9w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-order-listing_1757723403"
"uuid" => "0hsydQ6cRTuT34p4B_qfEg"
"pri" => "3"
"rep" => "3"
"docs.count" => "566"
"docs.deleted" => "21"
"store.size" => "241.8kb"
"pri.store.size" => "241.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-media-listing_1757723403"
"uuid" => "NiDyW1eRR4m1Ka1_93su8w"
"pri" => "3"
"rep" => "3"
"docs.count" => "12048"
"docs.deleted" => "0"
"store.size" => "3.3mb"
"pri.store.size" => "3.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-manufacturer-listing_1757723403"
"uuid" => "VZra4AjzRhyWBtJy7cUDnw"
"pri" => "3"
"rep" => "3"
"docs.count" => "314"
"docs.deleted" => "0"
"store.size" => "75.1kb"
"pri.store.size" => "75.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-promotion-listing_1757723404"
"uuid" => "SnAz1voKS72_b8WHiyVDmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "40"
"docs.deleted" => "0"
"store.size" => "23.9kb"
"pri.store.size" => "23.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-property-group-listing_1757723404"
"uuid" => "7Biquq_jQYSzV0x1bXtcmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "44"
"docs.deleted" => "0"
"store.size" => "24.1kb"
"pri.store.size" => "24.1kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.857+00:00"
"message" => "curl -XGET 'http://localhost:9500/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.857+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "sw-staging_product_1755509385"
"uuid" => "N511OCVpRuyZI90CUCIAsw"
"pri" => "3"
"rep" => "3"
"docs.count" => "183568"
"docs.deleted" => "850"
"store.size" => "31.9mb"
"pri.store.size" => "31.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-listing_1757723402"
"uuid" => "D2K2JRB6T7eL4egR0evQWw"
"pri" => "3"
"rep" => "3"
"docs.count" => "31812"
"docs.deleted" => "0"
"store.size" => "9.2mb"
"pri.store.size" => "9.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.06-00382"
"uuid" => "MmQQPIKzTfOjZOK0QWvLxA"
"pri" => "1"
"rep" => "1"
"docs.count" => "65"
"docs.deleted" => "0"
"store.size" => "168.2kb"
"pri.store.size" => "168.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-order-listing_1757723405"
"uuid" => "KlijzieeQ1aOWvIEDDqIVQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "32"
"docs.deleted" => "1"
"store.size" => "24kb"
"pri.store.size" => "24kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.08-00384"
"uuid" => "OGaH1ePVTzCZr3j001TpJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1038"
"docs.deleted" => "12"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-sales-channel-listing_1757723404"
"uuid" => "U9wNas_KROqCd4is9GGLfg"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-cms-page-listing_1757723402"
"uuid" => "rPx34srTRMCF2GX3XqyQJw"
"pri" => "3"
"rep" => "3"
"docs.count" => "117"
"docs.deleted" => "0"
"store.size" => "46.5kb"
"pri.store.size" => "46.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-listing_1757723405"
"uuid" => "r4tfwAnISiyoG7aEFq3m2g"
"pri" => "3"
"rep" => "3"
"docs.count" => "129"
"docs.deleted" => "0"
"store.size" => "44.7kb"
"pri.store.size" => "44.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-return-order-listing_1757723405"
"uuid" => "fD8kQXZWQoOT6_gBg7sryg"
"pri" => "3"
"rep" => "3"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-payment-method-listing_1757723403"
"uuid" => "xJLkhFU3THa4HmE7wzJ0Dg"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "0"
"store.size" => "23.8kb"
"pri.store.size" => "23.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "9ijnkjmyRk2pZ_pS_NXvrA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-profile-listing_1757723405"
"uuid" => "ixhL3XgNQw6l4qLmNekTiw"
"pri" => "3"
"rep" => "3"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.11-00408"
"uuid" => "LwII6W4sQ46NKBOj5hUBYQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "110"
"docs.deleted" => "18"
"store.size" => "241.3kb"
"pri.store.size" => "241.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-goods-receipt-listing_1757723405"
"uuid" => "MzDEr8H6RH2EGuAAbpX5kw"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-stream-listing_1757723405"
"uuid" => "WdrqVwNJS-WbD-nJ54oXsg"
"pri" => "3"
"rep" => "3"
"docs.count" => "94"
"docs.deleted" => "0"
"store.size" => "36.3kb"
"pri.store.size" => "36.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-newsletter-recipient-listing_1757723404"
"uuid" => "ZyqH7bZ1QJuImZpRmjJd_A"
"pri" => "3"
"rep" => "3"
"docs.count" => "6049"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-group-listing_1757723402"
"uuid" => "cTmqzCBySq2ypJ7t4FSx8g"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "11.1kb"
"pri.store.size" => "11.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-warehouse-listing_1757723405"
"uuid" => "ygLH8qvcQzGfET31-8m1Zg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.4kb"
"pri.store.size" => "5.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.07-00383"
"uuid" => "ZbHU9mqpRya10cofSf_jVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "41.3kb"
"pri.store.size" => "41.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-listing_1757723403"
"uuid" => "4lja6NyNSsep8aOJUf9KIw"
"pri" => "3"
"rep" => "3"
"docs.count" => "2560"
"docs.deleted" => "4"
"store.size" => "757.2kb"
"pri.store.size" => "757.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-shipping-method-listing_1757723404"
"uuid" => "c014euZWR2mguaTCkqDrSg"
"pri" => "3"
"rep" => "3"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "18.6kb"
"pri.store.size" => "18.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.13-00410"
"uuid" => "ooQw6KYkSAuooLIY01fiyw"
"pri" => "1"
"rep" => "1"
"docs.count" => "89"
"docs.deleted" => "22"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.09-00385"
"uuid" => "IuBoSGRVSWa8-3BFrfxnFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "458"
"docs.deleted" => "25"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-landing-page-listing_1757723403"
"uuid" => "eofbdxYdR1-gdh_mD-vd-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.12-00409"
"uuid" => "pzppEvqwT-C3OLYtcMg8Qw"
"pri" => "1"
"rep" => "1"
"docs.count" => "616"
"docs.deleted" => "37"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.10-00407"
"uuid" => "InV0J9BBTFmHqjv7hABWPA"
"pri" => "1"
"rep" => "1"
"docs.count" => "493"
"docs.deleted" => "38"
"store.size" => "1.3mb"
"pri.store.size" => "1.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-category-listing_1757723404"
"uuid" => "QRKECO5mS6aAM7q244qKPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "493"
"docs.deleted" => "0"
"store.size" => "105.4kb"
"pri.store.size" => "105.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ZAKFXaWUQkGbqST_JTOaOw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-process-listing_1757723405"
"uuid" => "xU8VFCmmS8WSMDEweT9kGQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "14"
"docs.deleted" => "0"
"store.size" => "18.3kb"
"pri.store.size" => "18.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-batch-listing_1757723405"
"uuid" => "N327jmtkSQqMDiJcfvqg9w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-order-listing_1757723403"
"uuid" => "0hsydQ6cRTuT34p4B_qfEg"
"pri" => "3"
"rep" => "3"
"docs.count" => "566"
"docs.deleted" => "21"
"store.size" => "241.8kb"
"pri.store.size" => "241.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-media-listing_1757723403"
"uuid" => "NiDyW1eRR4m1Ka1_93su8w"
"pri" => "3"
"rep" => "3"
"docs.count" => "12048"
"docs.deleted" => "0"
"store.size" => "3.3mb"
"pri.store.size" => "3.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-manufacturer-listing_1757723403"
"uuid" => "VZra4AjzRhyWBtJy7cUDnw"
"pri" => "3"
"rep" => "3"
"docs.count" => "314"
"docs.deleted" => "0"
"store.size" => "75.1kb"
"pri.store.size" => "75.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-promotion-listing_1757723404"
"uuid" => "SnAz1voKS72_b8WHiyVDmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "40"
"docs.deleted" => "0"
"store.size" => "23.9kb"
"pri.store.size" => "23.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-property-group-listing_1757723404"
"uuid" => "7Biquq_jQYSzV0x1bXtcmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "44"
"docs.deleted" => "0"
"store.size" => "24.1kb"
"pri.store.size" => "24.1kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9500/_cat/indices"
"port" => 9500
"HTTP code" => 200
"duration" => 0.005565
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\Search\Subscriber\SearchResultPageSubscriber::onSearchPageRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\JsonApiStashedErrorHandler::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiErrorHandlingBundle\JsonApiErrorTranslating\AdminApiJsonApiErrorExceptionLocalization::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Proxa\ProxaAutoCompleteSW6\Subscribers\SubscriberForRedirectToAddress::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.860+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"
]
]
9418 => [
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pickware\MobileAppAuthBundle\OAuth\ApiPinAuthenticationSubscriber::setupPinBasedOAuth"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\KernelSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Netzkollektiv\B2bCheckout\Subscriber\ShippingAddressSelectionSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\PickwareWms\Device\Subscriber\SaveDeviceToContextSubscriber::enrichContextWithPickwareDevice"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\PickwareWms\WmsAppVersionValidation\WmsAppVersionValidationSubscriber::validateAppVersion"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\EntitySubscriber::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container0X3GgWM\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.814+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.835+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.835+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.835+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.835+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.835+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Netzkollektiv\CustomerPrices\Subscriber\InjectCustomerPrices::onEntitySearched"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.839+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.839+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9500/_cluster/health"
"port" => 9500
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.15.0-92-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.000671
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.839+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "opensearch_9500"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 86
"active_shards" => 86
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 233
"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" => 26.959247648903
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.839+00:00"
"message" => "curl -XGET 'http://localhost:9500/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.839+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "opensearch_9500"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"discovered_master" => true
"discovered_cluster_manager" => true
"active_primary_shards" => 86
"active_shards" => 86
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 233
"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" => 26.959247648903
]
"method" => "GET"
"uri" => "http://localhost:9500/_cluster/health"
"port" => 9500
"HTTP code" => 200
"duration" => 0.000671
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.845+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.845+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9500/_cat/indices"
"port" => 9500
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.15.0-92-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.00593
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.845+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "sw-staging_product_1755509385"
"uuid" => "N511OCVpRuyZI90CUCIAsw"
"pri" => "3"
"rep" => "3"
"docs.count" => "183568"
"docs.deleted" => "850"
"store.size" => "31.9mb"
"pri.store.size" => "31.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-listing_1757723402"
"uuid" => "D2K2JRB6T7eL4egR0evQWw"
"pri" => "3"
"rep" => "3"
"docs.count" => "31812"
"docs.deleted" => "0"
"store.size" => "9.2mb"
"pri.store.size" => "9.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.06-00382"
"uuid" => "MmQQPIKzTfOjZOK0QWvLxA"
"pri" => "1"
"rep" => "1"
"docs.count" => "65"
"docs.deleted" => "0"
"store.size" => "168.2kb"
"pri.store.size" => "168.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-order-listing_1757723405"
"uuid" => "KlijzieeQ1aOWvIEDDqIVQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "32"
"docs.deleted" => "1"
"store.size" => "24kb"
"pri.store.size" => "24kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.08-00384"
"uuid" => "OGaH1ePVTzCZr3j001TpJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1038"
"docs.deleted" => "12"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-sales-channel-listing_1757723404"
"uuid" => "U9wNas_KROqCd4is9GGLfg"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-cms-page-listing_1757723402"
"uuid" => "rPx34srTRMCF2GX3XqyQJw"
"pri" => "3"
"rep" => "3"
"docs.count" => "117"
"docs.deleted" => "0"
"store.size" => "46.5kb"
"pri.store.size" => "46.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-listing_1757723405"
"uuid" => "r4tfwAnISiyoG7aEFq3m2g"
"pri" => "3"
"rep" => "3"
"docs.count" => "129"
"docs.deleted" => "0"
"store.size" => "44.7kb"
"pri.store.size" => "44.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-return-order-listing_1757723405"
"uuid" => "fD8kQXZWQoOT6_gBg7sryg"
"pri" => "3"
"rep" => "3"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-payment-method-listing_1757723403"
"uuid" => "xJLkhFU3THa4HmE7wzJ0Dg"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "0"
"store.size" => "23.8kb"
"pri.store.size" => "23.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "9ijnkjmyRk2pZ_pS_NXvrA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-profile-listing_1757723405"
"uuid" => "ixhL3XgNQw6l4qLmNekTiw"
"pri" => "3"
"rep" => "3"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.11-00408"
"uuid" => "LwII6W4sQ46NKBOj5hUBYQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "110"
"docs.deleted" => "18"
"store.size" => "241.3kb"
"pri.store.size" => "241.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-goods-receipt-listing_1757723405"
"uuid" => "MzDEr8H6RH2EGuAAbpX5kw"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-stream-listing_1757723405"
"uuid" => "WdrqVwNJS-WbD-nJ54oXsg"
"pri" => "3"
"rep" => "3"
"docs.count" => "94"
"docs.deleted" => "0"
"store.size" => "36.3kb"
"pri.store.size" => "36.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-newsletter-recipient-listing_1757723404"
"uuid" => "ZyqH7bZ1QJuImZpRmjJd_A"
"pri" => "3"
"rep" => "3"
"docs.count" => "6049"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-group-listing_1757723402"
"uuid" => "cTmqzCBySq2ypJ7t4FSx8g"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "11.1kb"
"pri.store.size" => "11.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-warehouse-listing_1757723405"
"uuid" => "ygLH8qvcQzGfET31-8m1Zg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.4kb"
"pri.store.size" => "5.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.07-00383"
"uuid" => "ZbHU9mqpRya10cofSf_jVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "41.3kb"
"pri.store.size" => "41.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-listing_1757723403"
"uuid" => "4lja6NyNSsep8aOJUf9KIw"
"pri" => "3"
"rep" => "3"
"docs.count" => "2560"
"docs.deleted" => "4"
"store.size" => "757.2kb"
"pri.store.size" => "757.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-shipping-method-listing_1757723404"
"uuid" => "c014euZWR2mguaTCkqDrSg"
"pri" => "3"
"rep" => "3"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "18.6kb"
"pri.store.size" => "18.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.13-00410"
"uuid" => "ooQw6KYkSAuooLIY01fiyw"
"pri" => "1"
"rep" => "1"
"docs.count" => "89"
"docs.deleted" => "22"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.09-00385"
"uuid" => "IuBoSGRVSWa8-3BFrfxnFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "458"
"docs.deleted" => "25"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-landing-page-listing_1757723403"
"uuid" => "eofbdxYdR1-gdh_mD-vd-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.12-00409"
"uuid" => "pzppEvqwT-C3OLYtcMg8Qw"
"pri" => "1"
"rep" => "1"
"docs.count" => "616"
"docs.deleted" => "37"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.10-00407"
"uuid" => "InV0J9BBTFmHqjv7hABWPA"
"pri" => "1"
"rep" => "1"
"docs.count" => "493"
"docs.deleted" => "38"
"store.size" => "1.3mb"
"pri.store.size" => "1.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-category-listing_1757723404"
"uuid" => "QRKECO5mS6aAM7q244qKPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "493"
"docs.deleted" => "0"
"store.size" => "105.4kb"
"pri.store.size" => "105.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ZAKFXaWUQkGbqST_JTOaOw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-process-listing_1757723405"
"uuid" => "xU8VFCmmS8WSMDEweT9kGQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "14"
"docs.deleted" => "0"
"store.size" => "18.3kb"
"pri.store.size" => "18.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-batch-listing_1757723405"
"uuid" => "N327jmtkSQqMDiJcfvqg9w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-order-listing_1757723403"
"uuid" => "0hsydQ6cRTuT34p4B_qfEg"
"pri" => "3"
"rep" => "3"
"docs.count" => "566"
"docs.deleted" => "21"
"store.size" => "241.8kb"
"pri.store.size" => "241.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-media-listing_1757723403"
"uuid" => "NiDyW1eRR4m1Ka1_93su8w"
"pri" => "3"
"rep" => "3"
"docs.count" => "12048"
"docs.deleted" => "0"
"store.size" => "3.3mb"
"pri.store.size" => "3.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-manufacturer-listing_1757723403"
"uuid" => "VZra4AjzRhyWBtJy7cUDnw"
"pri" => "3"
"rep" => "3"
"docs.count" => "314"
"docs.deleted" => "0"
"store.size" => "75.1kb"
"pri.store.size" => "75.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-promotion-listing_1757723404"
"uuid" => "SnAz1voKS72_b8WHiyVDmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "40"
"docs.deleted" => "0"
"store.size" => "23.9kb"
"pri.store.size" => "23.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-property-group-listing_1757723404"
"uuid" => "7Biquq_jQYSzV0x1bXtcmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "44"
"docs.deleted" => "0"
"store.size" => "24.1kb"
"pri.store.size" => "24.1kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.845+00:00"
"message" => "curl -XGET 'http://localhost:9500/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.845+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "sw-staging_product_1755509385"
"uuid" => "N511OCVpRuyZI90CUCIAsw"
"pri" => "3"
"rep" => "3"
"docs.count" => "183568"
"docs.deleted" => "850"
"store.size" => "31.9mb"
"pri.store.size" => "31.9mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-listing_1757723402"
"uuid" => "D2K2JRB6T7eL4egR0evQWw"
"pri" => "3"
"rep" => "3"
"docs.count" => "31812"
"docs.deleted" => "0"
"store.size" => "9.2mb"
"pri.store.size" => "9.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.06-00382"
"uuid" => "MmQQPIKzTfOjZOK0QWvLxA"
"pri" => "1"
"rep" => "1"
"docs.count" => "65"
"docs.deleted" => "0"
"store.size" => "168.2kb"
"pri.store.size" => "168.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-order-listing_1757723405"
"uuid" => "KlijzieeQ1aOWvIEDDqIVQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "32"
"docs.deleted" => "1"
"store.size" => "24kb"
"pri.store.size" => "24kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.08-00384"
"uuid" => "OGaH1ePVTzCZr3j001TpJQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "1038"
"docs.deleted" => "12"
"store.size" => "2.3mb"
"pri.store.size" => "2.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-sales-channel-listing_1757723404"
"uuid" => "U9wNas_KROqCd4is9GGLfg"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-cms-page-listing_1757723402"
"uuid" => "rPx34srTRMCF2GX3XqyQJw"
"pri" => "3"
"rep" => "3"
"docs.count" => "117"
"docs.deleted" => "0"
"store.size" => "46.5kb"
"pri.store.size" => "46.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-supplier-listing_1757723405"
"uuid" => "r4tfwAnISiyoG7aEFq3m2g"
"pri" => "3"
"rep" => "3"
"docs.count" => "129"
"docs.deleted" => "0"
"store.size" => "44.7kb"
"pri.store.size" => "44.7kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-return-order-listing_1757723405"
"uuid" => "fD8kQXZWQoOT6_gBg7sryg"
"pri" => "3"
"rep" => "3"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "17.3kb"
"pri.store.size" => "17.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-payment-method-listing_1757723403"
"uuid" => "xJLkhFU3THa4HmE7wzJ0Dg"
"pri" => "3"
"rep" => "3"
"docs.count" => "39"
"docs.deleted" => "0"
"store.size" => "23.8kb"
"pri.store.size" => "23.8kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".opensearch-observability"
"uuid" => "9ijnkjmyRk2pZ_pS_NXvrA"
"pri" => "1"
"rep" => "0"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "208b"
"pri.store.size" => "208b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-profile-listing_1757723405"
"uuid" => "ixhL3XgNQw6l4qLmNekTiw"
"pri" => "3"
"rep" => "3"
"docs.count" => "10"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.11-00408"
"uuid" => "LwII6W4sQ46NKBOj5hUBYQ"
"pri" => "1"
"rep" => "1"
"docs.count" => "110"
"docs.deleted" => "18"
"store.size" => "241.3kb"
"pri.store.size" => "241.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-goods-receipt-listing_1757723405"
"uuid" => "MzDEr8H6RH2EGuAAbpX5kw"
"pri" => "3"
"rep" => "3"
"docs.count" => "11"
"docs.deleted" => "0"
"store.size" => "17.4kb"
"pri.store.size" => "17.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-stream-listing_1757723405"
"uuid" => "WdrqVwNJS-WbD-nJ54oXsg"
"pri" => "3"
"rep" => "3"
"docs.count" => "94"
"docs.deleted" => "0"
"store.size" => "36.3kb"
"pri.store.size" => "36.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-newsletter-recipient-listing_1757723404"
"uuid" => "ZyqH7bZ1QJuImZpRmjJd_A"
"pri" => "3"
"rep" => "3"
"docs.count" => "6049"
"docs.deleted" => "0"
"store.size" => "1mb"
"pri.store.size" => "1mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-customer-group-listing_1757723402"
"uuid" => "cTmqzCBySq2ypJ7t4FSx8g"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "11.1kb"
"pri.store.size" => "11.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-warehouse-listing_1757723405"
"uuid" => "ygLH8qvcQzGfET31-8m1Zg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.4kb"
"pri.store.size" => "5.4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.07-00383"
"uuid" => "ZbHU9mqpRya10cofSf_jVA"
"pri" => "1"
"rep" => "1"
"docs.count" => "13"
"docs.deleted" => "0"
"store.size" => "41.3kb"
"pri.store.size" => "41.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-product-listing_1757723403"
"uuid" => "4lja6NyNSsep8aOJUf9KIw"
"pri" => "3"
"rep" => "3"
"docs.count" => "2560"
"docs.deleted" => "4"
"store.size" => "757.2kb"
"pri.store.size" => "757.2kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-shipping-method-listing_1757723404"
"uuid" => "c014euZWR2mguaTCkqDrSg"
"pri" => "3"
"rep" => "3"
"docs.count" => "15"
"docs.deleted" => "0"
"store.size" => "18.6kb"
"pri.store.size" => "18.6kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.13-00410"
"uuid" => "ooQw6KYkSAuooLIY01fiyw"
"pri" => "1"
"rep" => "1"
"docs.count" => "89"
"docs.deleted" => "22"
"store.size" => "1.2mb"
"pri.store.size" => "1.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.09-00385"
"uuid" => "IuBoSGRVSWa8-3BFrfxnFg"
"pri" => "1"
"rep" => "1"
"docs.count" => "458"
"docs.deleted" => "25"
"store.size" => "1.8mb"
"pri.store.size" => "1.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-landing-page-listing_1757723403"
"uuid" => "eofbdxYdR1-gdh_mD-vd-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "5.3kb"
"pri.store.size" => "5.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.12-00409"
"uuid" => "pzppEvqwT-C3OLYtcMg8Qw"
"pri" => "1"
"rep" => "1"
"docs.count" => "616"
"docs.deleted" => "37"
"store.size" => "1.5mb"
"pri.store.size" => "1.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "top_queries-2025.09.10-00407"
"uuid" => "InV0J9BBTFmHqjv7hABWPA"
"pri" => "1"
"rep" => "1"
"docs.count" => "493"
"docs.deleted" => "38"
"store.size" => "1.3mb"
"pri.store.size" => "1.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-category-listing_1757723404"
"uuid" => "QRKECO5mS6aAM7q244qKPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "493"
"docs.deleted" => "0"
"store.size" => "105.4kb"
"pri.store.size" => "105.4kb"
]
[
"health" => "green"
"status" => "open"
"index" => ".plugins-ml-config"
"uuid" => "ZAKFXaWUQkGbqST_JTOaOw"
"pri" => "1"
"rep" => "0"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "4kb"
"pri.store.size" => "4kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-wms-picking-process-listing_1757723405"
"uuid" => "xU8VFCmmS8WSMDEweT9kGQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "14"
"docs.deleted" => "0"
"store.size" => "18.3kb"
"pri.store.size" => "18.3kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-pickware-erp-batch-listing_1757723405"
"uuid" => "N327jmtkSQqMDiJcfvqg9w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-order-listing_1757723403"
"uuid" => "0hsydQ6cRTuT34p4B_qfEg"
"pri" => "3"
"rep" => "3"
"docs.count" => "566"
"docs.deleted" => "21"
"store.size" => "241.8kb"
"pri.store.size" => "241.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-media-listing_1757723403"
"uuid" => "NiDyW1eRR4m1Ka1_93su8w"
"pri" => "3"
"rep" => "3"
"docs.count" => "12048"
"docs.deleted" => "0"
"store.size" => "3.3mb"
"pri.store.size" => "3.3mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-manufacturer-listing_1757723403"
"uuid" => "VZra4AjzRhyWBtJy7cUDnw"
"pri" => "3"
"rep" => "3"
"docs.count" => "314"
"docs.deleted" => "0"
"store.size" => "75.1kb"
"pri.store.size" => "75.1kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-promotion-listing_1757723404"
"uuid" => "SnAz1voKS72_b8WHiyVDmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "40"
"docs.deleted" => "0"
"store.size" => "23.9kb"
"pri.store.size" => "23.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw-admin-property-group-listing_1757723404"
"uuid" => "7Biquq_jQYSzV0x1bXtcmA"
"pri" => "3"
"rep" => "3"
"docs.count" => "44"
"docs.deleted" => "0"
"store.size" => "24.1kb"
"pri.store.size" => "24.1kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9500/_cat/indices"
"port" => 9500
"HTTP code" => 200
"duration" => 0.00593
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\Search\Subscriber\SearchResultPageSubscriber::onSearchPageRequest"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\JsonApiStashedErrorHandler::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiErrorHandlingBundle\JsonApiErrorTranslating\AdminApiJsonApiErrorExceptionLocalization::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Proxa\ProxaAutoCompleteSW6\Subscribers\SubscriberForRedirectToAddress::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.846+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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" => 1757724930
"timestamp_rfc3339" => "2025-09-13T00:55:30.847+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
1718 => 0
9418 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#847 …}
} |